Shades of Coral Candy #FCCEC3
Tints of Coral Candy #FCCEC3
RGB
CMYK
RGB Variations
Color information
#FCCEC3 (or 0xFCCEC3) is known color: Coral Candy. HEX triplet: FC, CE and C3. RGB value is (252,206,195). Sum of RGB (Red+Green+Blue) = 252+206+195=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 195 (76.56% from 255 or 29.86% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEC3 is #03313C. Grayscale: #DADADA. Windows color (decimal): -209213 or 12832508. OLE color: 12832508.
HSL color Cylindrical-coordinate representation of color #FCCEC3: hue angle of 11.58º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCCEC3 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 195 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.01 |
| HSL | 11.58º | 0.9% | 0.88% | - |
| HSV(B) | 11.58º | 0.23% | 0.99% | - |
| XYZ | 72.07 | 68.78 | 61.11 | - |
| YUV | 218.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 195 | 0 | 0.18 | 0.23 | 0.01 | 11.58 | 0.9 | 0.88 |
| Hex | FC | CE | C3 | 0 | 12 | 17 | 1 | C | 5A | 58 |
| Octal | 374 | 316 | 303 | 0 | 22 | 27 | 1 | 14 | 132 | 130 |
| Binary | 11111100 | 11001110 | 11000011 | 0 | 10010 | 10111 | 1 | 1100 | 1011010 | 1011000 |
Color Harmonies of #FCCEC3
Complementary color
Monochromatic Colors of #FCCEC3
Black with #FCCEC3
Text Example
Text Example
White with #FCCEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEC3; }
p { color: rgb(252,206,195); }
H1.HeaderClassName
{
color: #FCCEC3;
}
.AnyTagClassName
{
color: #FCCEC3;
}
</style>
background-color css
<style>
a { background-color: #FCCEC3; }
a { background-color: rgb(252,206,195); }
div.DivClassName
{
background-color: #FCCEC3;
}
.BgClassName
{
background-color: #FCCEC3;
}
</style>
border-color css
<style>
span { border-color: #FCCEC3; }
span { border-color: rgb(252,206,195); }
td.TdClassName
{
border-color: #FCCEC3;
}
.TagClassName
{
border-color: #FCCEC3;
}
</style>