Shades of Melon #FDB8B4
Tints of Melon #FDB8B4
RGB
CMYK
RGB Variations
Color information
#FDB8B4 (or 0xFDB8B4) is known color: Melon. HEX triplet: FD, B8 and B4. RGB value is (253,184,180). Sum of RGB (Red+Green+Blue) = 253+184+180=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 184 (72.27% from 255 or 29.82% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8B4 is #02474B. Grayscale: #CCCCCC. Windows color (decimal): -149324 or 11843837. OLE color: 11843837.
HSL color Cylindrical-coordinate representation of color #FDB8B4: hue angle of 3.29º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB8B4 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 180 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.01 |
| HSL | 3.29º | 0.95% | 0.85% | - |
| HSV(B) | 3.29º | 0.29% | 0.99% | - |
| XYZ | 65.89 | 58.46 | 50.99 | - |
| YUV | 204.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 180 | 0 | 0.27 | 0.29 | 0.01 | 3.29 | 0.95 | 0.85 |
| Hex | FD | B8 | B4 | 0 | 1B | 1D | 1 | 3 | 5F | 55 |
| Octal | 375 | 270 | 264 | 0 | 33 | 35 | 1 | 3 | 137 | 125 |
| Binary | 11111101 | 10111000 | 10110100 | 0 | 11011 | 11101 | 1 | 11 | 1011111 | 1010101 |
Color Harmonies of #FDB8B4
Complementary color
Monochromatic Colors of #FDB8B4
Black with #FDB8B4
Text Example
Text Example
White with #FDB8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8B4; }
p { color: rgb(253,184,180); }
H1.HeaderClassName
{
color: #FDB8B4;
}
.AnyTagClassName
{
color: #FDB8B4;
}
</style>
background-color css
<style>
a { background-color: #FDB8B4; }
a { background-color: rgb(253,184,180); }
div.DivClassName
{
background-color: #FDB8B4;
}
.BgClassName
{
background-color: #FDB8B4;
}
</style>
border-color css
<style>
span { border-color: #FDB8B4; }
span { border-color: rgb(253,184,180); }
td.TdClassName
{
border-color: #FDB8B4;
}
.TagClassName
{
border-color: #FDB8B4;
}
</style>