Shades of Coral Candy #FCCEC4
Tints of Coral Candy #FCCEC4
RGB
CMYK
RGB Variations
Color information
#FCCEC4 (or 0xFCCEC4) is known color: Coral Candy. HEX triplet: FC, CE and C4. RGB value is (252,206,196). Sum of RGB (Red+Green+Blue) = 252+206+196=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEC4 is #03313B. Grayscale: #DADADA. Windows color (decimal): -209212 or 12898044. OLE color: 12898044.
HSL color Cylindrical-coordinate representation of color #FCCEC4: hue angle of 10.71º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCCEC4 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 206 | 196 | - |
CMYK | 0 | 0.18 | 0.22 | 0.01 |
HSL | 10.71º | 0.9% | 0.88% | - |
HSV(B) | 10.71º | 0.22% | 0.99% | - |
XYZ | 72.18 | 68.82 | 61.7 | - |
YUV | 218.61 | 115.24 | 151.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 206 | 196 | 0 | 0.18 | 0.22 | 0.01 | 10.71 | 0.9 | 0.88 |
Hex | FC | CE | C4 | 0 | 12 | 16 | 1 | B | 5A | 58 |
Octal | 374 | 316 | 304 | 0 | 22 | 26 | 1 | 13 | 132 | 130 |
Binary | 11111100 | 11001110 | 11000100 | 0 | 10010 | 10110 | 1 | 1011 | 1011010 | 1011000 |
Color Harmonies of #FCCEC4
Complementary color
Monochromatic Colors of #FCCEC4
Black with #FCCEC4
Text Example
Text Example
White with #FCCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEC4; }
p { color: rgb(252,206,196); }
H1.HeaderClassName
{
color: #FCCEC4;
}
.AnyTagClassName
{
color: #FCCEC4;
}
</style>
background-color css
<style>
a { background-color: #FCCEC4; }
a { background-color: rgb(252,206,196); }
div.DivClassName
{
background-color: #FCCEC4;
}
.BgClassName
{
background-color: #FCCEC4;
}
</style>
border-color css
<style>
span { border-color: #FCCEC4; }
span { border-color: rgb(252,206,196); }
td.TdClassName
{
border-color: #FCCEC4;
}
.TagClassName
{
border-color: #FCCEC4;
}
</style>