Shades of Melon #FCBBA8
Tints of Melon #FCBBA8
RGB
CMYK
RGB Variations
Color information
#FCBBA8 (or 0xFCBBA8) is known color: Melon. HEX triplet: FC, BB and A8. RGB value is (252,187,168). Sum of RGB (Red+Green+Blue) = 252+187+168=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBA8 is #034457. Grayscale: #CCCCCC. Windows color (decimal): -214104 or 11058172. OLE color: 11058172.
HSL color Cylindrical-coordinate representation of color #FCBBA8: hue angle of 13.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCBBA8 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 168 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.01 |
| HSL | 13.57º | 0.93% | 0.82% | - |
| HSV(B) | 13.57º | 0.33% | 0.99% | - |
| XYZ | 64.98 | 59.06 | 45.02 | - |
| YUV | 204.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 168 | 0 | 0.26 | 0.33 | 0.01 | 13.57 | 0.93 | 0.82 |
| Hex | FC | BB | A8 | 0 | 1A | 21 | 1 | E | 5D | 52 |
| Octal | 374 | 273 | 250 | 0 | 32 | 41 | 1 | 16 | 135 | 122 |
| Binary | 11111100 | 10111011 | 10101000 | 0 | 11010 | 100001 | 1 | 1110 | 1011101 | 1010010 |
Color Harmonies of #FCBBA8
Complementary color
Monochromatic Colors of #FCBBA8
Black with #FCBBA8
Text Example
Text Example
White with #FCBBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBA8; }
p { color: rgb(252,187,168); }
H1.HeaderClassName
{
color: #FCBBA8;
}
.AnyTagClassName
{
color: #FCBBA8;
}
</style>
background-color css
<style>
a { background-color: #FCBBA8; }
a { background-color: rgb(252,187,168); }
div.DivClassName
{
background-color: #FCBBA8;
}
.BgClassName
{
background-color: #FCBBA8;
}
</style>
border-color css
<style>
span { border-color: #FCBBA8; }
span { border-color: rgb(252,187,168); }
td.TdClassName
{
border-color: #FCBBA8;
}
.TagClassName
{
border-color: #FCBBA8;
}
</style>