Shades of Melon #FDB4A9
Tints of Melon #FDB4A9
RGB
CMYK
RGB Variations
Color information
#FDB4A9 (or 0xFDB4A9) is known color: Melon. HEX triplet: FD, B4 and A9. RGB value is (253,180,169). Sum of RGB (Red+Green+Blue) = 253+180+169=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 169 (66.41% from 255 or 28.07% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB4A9 is #024B56. Grayscale: #C8C8C8. Windows color (decimal): -150359 or 11121917. OLE color: 11121917.
HSL color Cylindrical-coordinate representation of color #FDB4A9: hue angle of 7.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDB4A9 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 169 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.01 |
| HSL | 7.86º | 0.95% | 0.83% | - |
| HSV(B) | 7.86º | 0.33% | 0.99% | - |
| XYZ | 63.99 | 56.39 | 45.05 | - |
| YUV | 200.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 169 | 0 | 0.29 | 0.33 | 0.01 | 7.86 | 0.95 | 0.83 |
| Hex | FD | B4 | A9 | 0 | 1D | 21 | 1 | 8 | 5F | 53 |
| Octal | 375 | 264 | 251 | 0 | 35 | 41 | 1 | 10 | 137 | 123 |
| Binary | 11111101 | 10110100 | 10101001 | 0 | 11101 | 100001 | 1 | 1000 | 1011111 | 1010011 |
Color Harmonies of #FDB4A9
Complementary color
Monochromatic Colors of #FDB4A9
Black with #FDB4A9
Text Example
Text Example
White with #FDB4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4A9; }
p { color: rgb(253,180,169); }
H1.HeaderClassName
{
color: #FDB4A9;
}
.AnyTagClassName
{
color: #FDB4A9;
}
</style>
background-color css
<style>
a { background-color: #FDB4A9; }
a { background-color: rgb(253,180,169); }
div.DivClassName
{
background-color: #FDB4A9;
}
.BgClassName
{
background-color: #FDB4A9;
}
</style>
border-color css
<style>
span { border-color: #FDB4A9; }
span { border-color: rgb(253,180,169); }
td.TdClassName
{
border-color: #FDB4A9;
}
.TagClassName
{
border-color: #FDB4A9;
}
</style>