Generate dynamic placeholder images with customizable size, format, text, and colors using a clean URL structure.
https://imgplaceholder.webdevassets.com/{width}x{height}/{type}/{text?}/{bg?}/{fg?}
| Segment | Description | Example |
|---|---|---|
{width}x{height} | Image size in pixels | 600x400 |
{type} | Image format (png, jpg, gif) | png |
{text} | Custom text (optional) | HelloWorld |
{bg} | Background color (hex, optional) | FFDD00 |
{fg} | Text color (hex, optional) | 000000 |
Default:
https://imgplaceholder.webdevassets.com/400x200/pngWith text:
https://imgplaceholder.webdevassets.com/400x200/png/HelloWith text and background:
https://imgplaceholder.webdevassets.com/400x200/png/Welcome/FFDD00With text, background, and foreground:
https://imgplaceholder.webdevassets.com/400x200/png/Hi/000000/FFFFFF© 2026 Image Placeholder Generator