Shades of Coral Candy #FCCEC9
Tints of Coral Candy #FCCEC9
RGB
CMYK
RGB Variations
Color information
#FCCEC9 (or 0xFCCEC9) is known color: Coral Candy. HEX triplet: FC, CE and C9. RGB value is (252,206,201). Sum of RGB (Red+Green+Blue) = 252+206+201=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEC9 is #033136. Grayscale: #DBDBDB. Windows color (decimal): -209207 or 13225724. OLE color: 13225724.
HSL color Cylindrical-coordinate representation of color #FCCEC9: hue angle of 5.88º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCEC9 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 201 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.01 |
| HSL | 5.88º | 0.89% | 0.89% | - |
| HSV(B) | 5.88º | 0.2% | 0.99% | - |
| XYZ | 72.76 | 69.06 | 64.75 | - |
| YUV | 219.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 201 | 0 | 0.18 | 0.20 | 0.01 | 5.88 | 0.89 | 0.89 |
| Hex | FC | CE | C9 | 0 | 12 | 14 | 1 | 6 | 59 | 59 |
| Octal | 374 | 316 | 311 | 0 | 22 | 24 | 1 | 6 | 131 | 131 |
| Binary | 11111100 | 11001110 | 11001001 | 0 | 10010 | 10100 | 1 | 110 | 1011001 | 1011001 |
Color Harmonies of #FCCEC9
Complementary color
Monochromatic Colors of #FCCEC9
Black with #FCCEC9
Text Example
Text Example
White with #FCCEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEC9; }
p { color: rgb(252,206,201); }
H1.HeaderClassName
{
color: #FCCEC9;
}
.AnyTagClassName
{
color: #FCCEC9;
}
</style>
background-color css
<style>
a { background-color: #FCCEC9; }
a { background-color: rgb(252,206,201); }
div.DivClassName
{
background-color: #FCCEC9;
}
.BgClassName
{
background-color: #FCCEC9;
}
</style>
border-color css
<style>
span { border-color: #FCCEC9; }
span { border-color: rgb(252,206,201); }
td.TdClassName
{
border-color: #FCCEC9;
}
.TagClassName
{
border-color: #FCCEC9;
}
</style>