Placeholder Image Generator

Generate dynamic placeholder images with customizable size, format, text, and colors using a clean URL structure.

🔗 URL Format

https://imgplaceholder.webdevassets.com/{width}x{height}/{type}/{text?}/{bg?}/{fg?}

📌 Parameters

Segment Description Example
{width}x{height}Image size in pixels600x400
{type}Image format (png, jpg, gif)png
{text}Custom text (optional)HelloWorld
{bg}Background color (hex, optional)FFDD00
{fg}Text color (hex, optional)000000

đŸ–ŧī¸ Examples

Default:

https://imgplaceholder.webdevassets.com/400x200/png
400x200 default

With text:

https://imgplaceholder.webdevassets.com/400x200/png/Hello
Hello

With text and background:

https://imgplaceholder.webdevassets.com/400x200/png/Welcome/FFDD00
Welcome

With text, background, and foreground:

https://imgplaceholder.webdevassets.com/400x200/png/Hi/000000/FFFFFF
Hi with colors

â„šī¸ Notes

© 2026 Image Placeholder Generator