Shades of Coral Candy #FCCCC4
Tints of Coral Candy #FCCCC4
RGB
CMYK
RGB Variations
Color information
#FCCCC4 (or 0xFCCCC4) is known color: Coral Candy. HEX triplet: FC, CC and C4. RGB value is (252,204,196). Sum of RGB (Red+Green+Blue) = 252+204+196=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCC4 is #03333B. Grayscale: #D9D9D9. Windows color (decimal): -209724 or 12897532. OLE color: 12897532.
HSL color Cylindrical-coordinate representation of color #FCCCC4: hue angle of 8.57º 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 #FCCCC4 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 204 | 196 | - |
CMYK | 0 | 0.19 | 0.22 | 0.01 |
HSL | 8.57º | 0.9% | 0.88% | - |
HSV(B) | 8.57º | 0.22% | 0.99% | - |
XYZ | 71.7 | 67.87 | 61.55 | - |
YUV | 217.44 | 115.9 | 152.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 204 | 196 | 0 | 0.19 | 0.22 | 0.01 | 8.57 | 0.9 | 0.88 |
Hex | FC | CC | C4 | 0 | 13 | 16 | 1 | 9 | 5A | 58 |
Octal | 374 | 314 | 304 | 0 | 23 | 26 | 1 | 11 | 132 | 130 |
Binary | 11111100 | 11001100 | 11000100 | 0 | 10011 | 10110 | 1 | 1001 | 1011010 | 1011000 |
Color Harmonies of #FCCCC4
Complementary color
Monochromatic Colors of #FCCCC4
Black with #FCCCC4
Text Example
Text Example
White with #FCCCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCC4; }
p { color: rgb(252,204,196); }
H1.HeaderClassName
{
color: #FCCCC4;
}
.AnyTagClassName
{
color: #FCCCC4;
}
</style>
background-color css
<style>
a { background-color: #FCCCC4; }
a { background-color: rgb(252,204,196); }
div.DivClassName
{
background-color: #FCCCC4;
}
.BgClassName
{
background-color: #FCCCC4;
}
</style>
border-color css
<style>
span { border-color: #FCCCC4; }
span { border-color: rgb(252,204,196); }
td.TdClassName
{
border-color: #FCCCC4;
}
.TagClassName
{
border-color: #FCCCC4;
}
</style>