Shades of Melon #FCB9B4
Tints of Melon #FCB9B4
RGB
CMYK
RGB Variations
Color information
#FCB9B4 (or 0xFCB9B4) is known color: Melon. HEX triplet: FC, B9 and B4. RGB value is (252,185,180). Sum of RGB (Red+Green+Blue) = 252+185+180=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9B4 is #03464B. Grayscale: #CCCCCC. Windows color (decimal): -214604 or 11844092. OLE color: 11844092.
HSL color Cylindrical-coordinate representation of color #FCB9B4: hue angle of 4.17º degrees, saturation: 0.92, 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 #FCB9B4 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 180 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.01 |
| HSL | 4.17º | 0.92% | 0.85% | - |
| HSV(B) | 4.17º | 0.29% | 0.99% | - |
| XYZ | 65.73 | 58.69 | 51.04 | - |
| YUV | 204.46 | 114.2 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 180 | 0 | 0.27 | 0.29 | 0.01 | 4.17 | 0.92 | 0.85 |
| Hex | FC | B9 | B4 | 0 | 1B | 1D | 1 | 4 | 5C | 55 |
| Octal | 374 | 271 | 264 | 0 | 33 | 35 | 1 | 4 | 134 | 125 |
| Binary | 11111100 | 10111001 | 10110100 | 0 | 11011 | 11101 | 1 | 100 | 1011100 | 1010101 |
Color Harmonies of #FCB9B4
Complementary color
Monochromatic Colors of #FCB9B4
Black with #FCB9B4
Text Example
Text Example
White with #FCB9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB9B4; }
p { color: rgb(252,185,180); }
H1.HeaderClassName
{
color: #FCB9B4;
}
.AnyTagClassName
{
color: #FCB9B4;
}
</style>
background-color css
<style>
a { background-color: #FCB9B4; }
a { background-color: rgb(252,185,180); }
div.DivClassName
{
background-color: #FCB9B4;
}
.BgClassName
{
background-color: #FCB9B4;
}
</style>
border-color css
<style>
span { border-color: #FCB9B4; }
span { border-color: rgb(252,185,180); }
td.TdClassName
{
border-color: #FCB9B4;
}
.TagClassName
{
border-color: #FCB9B4;
}
</style>