Shades of Melon #FDB9B8
Tints of Melon #FDB9B8
RGB
CMYK
RGB Variations
Color information
#FDB9B8 (or 0xFDB9B8) is known color: Melon. HEX triplet: FD, B9 and B8. RGB value is (253,185,184). Sum of RGB (Red+Green+Blue) = 253+185+184=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 184 (72.27% from 255 or 29.58% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9B8 is #024647. Grayscale: #CDCDCD. Windows color (decimal): -149064 or 12106237. OLE color: 12106237.
HSL color Cylindrical-coordinate representation of color #FDB9B8: hue angle of 0.87º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB9B8 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 184 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.01 |
| HSL | 0.87º | 0.95% | 0.86% | - |
| HSV(B) | 0.87º | 0.27% | 0.99% | - |
| XYZ | 66.51 | 59.04 | 53.24 | - |
| YUV | 205.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 184 | 0 | 0.27 | 0.27 | 0.01 | 0.87 | 0.95 | 0.86 |
| Hex | FD | B9 | B8 | 0 | 1B | 1B | 1 | 1 | 5F | 56 |
| Octal | 375 | 271 | 270 | 0 | 33 | 33 | 1 | 1 | 137 | 126 |
| Binary | 11111101 | 10111001 | 10111000 | 0 | 11011 | 11011 | 1 | 1 | 1011111 | 1010110 |
Color Harmonies of #FDB9B8
Complementary color
Monochromatic Colors of #FDB9B8
Black with #FDB9B8
Text Example
Text Example
White with #FDB9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB9B8; }
p { color: rgb(253,185,184); }
H1.HeaderClassName
{
color: #FDB9B8;
}
.AnyTagClassName
{
color: #FDB9B8;
}
</style>
background-color css
<style>
a { background-color: #FDB9B8; }
a { background-color: rgb(253,185,184); }
div.DivClassName
{
background-color: #FDB9B8;
}
.BgClassName
{
background-color: #FDB9B8;
}
</style>
border-color css
<style>
span { border-color: #FDB9B8; }
span { border-color: rgb(253,185,184); }
td.TdClassName
{
border-color: #FDB9B8;
}
.TagClassName
{
border-color: #FDB9B8;
}
</style>