Shades of Coral Candy #FCCEC7
Tints of Coral Candy #FCCEC7
RGB
CMYK
RGB Variations
Color information
#FCCEC7 (or 0xFCCEC7) is known color: Coral Candy. HEX triplet: FC, CE and C7. RGB value is (252,206,199). Sum of RGB (Red+Green+Blue) = 252+206+199=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 199 (78.12% from 255 or 30.29% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEC7 is #033138. Grayscale: #DBDBDB. Windows color (decimal): -209209 or 13094652. OLE color: 13094652.
HSL color Cylindrical-coordinate representation of color #FCCEC7: hue angle of 7.92º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCCEC7 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 199 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.01 |
| HSL | 7.92º | 0.9% | 0.88% | - |
| HSV(B) | 7.92º | 0.21% | 0.99% | - |
| XYZ | 72.52 | 68.96 | 63.52 | - |
| YUV | 218.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 199 | 0 | 0.18 | 0.21 | 0.01 | 7.92 | 0.9 | 0.88 |
| Hex | FC | CE | C7 | 0 | 12 | 15 | 1 | 8 | 5A | 58 |
| Octal | 374 | 316 | 307 | 0 | 22 | 25 | 1 | 10 | 132 | 130 |
| Binary | 11111100 | 11001110 | 11000111 | 0 | 10010 | 10101 | 1 | 1000 | 1011010 | 1011000 |
Color Harmonies of #FCCEC7
Complementary color
Monochromatic Colors of #FCCEC7
Black with #FCCEC7
Text Example
Text Example
White with #FCCEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEC7; }
p { color: rgb(252,206,199); }
H1.HeaderClassName
{
color: #FCCEC7;
}
.AnyTagClassName
{
color: #FCCEC7;
}
</style>
background-color css
<style>
a { background-color: #FCCEC7; }
a { background-color: rgb(252,206,199); }
div.DivClassName
{
background-color: #FCCEC7;
}
.BgClassName
{
background-color: #FCCEC7;
}
</style>
border-color css
<style>
span { border-color: #FCCEC7; }
span { border-color: rgb(252,206,199); }
td.TdClassName
{
border-color: #FCCEC7;
}
.TagClassName
{
border-color: #FCCEC7;
}
</style>