Shades of Coral Candy #FCCFC4
Tints of Coral Candy #FCCFC4
RGB
CMYK
RGB Variations
Color information
#FCCFC4 (or 0xFCCFC4) is known color: Coral Candy. HEX triplet: FC, CF and C4. RGB value is (252,207,196). Sum of RGB (Red+Green+Blue) = 252+207+196=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 196 (76.95% from 255 or 29.92% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFC4 is #03303B. Grayscale: #DBDBDB. Windows color (decimal): -208956 or 12898300. OLE color: 12898300.
HSL color Cylindrical-coordinate representation of color #FCCFC4: hue angle of 11.79º 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 #FCCFC4 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 207 | 196 | - |
CMYK | 0 | 0.18 | 0.22 | 0.01 |
HSL | 11.79º | 0.9% | 0.88% | - |
HSV(B) | 11.79º | 0.22% | 0.99% | - |
XYZ | 72.42 | 69.31 | 61.79 | - |
YUV | 219.2 | 114.91 | 151.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 207 | 196 | 0 | 0.18 | 0.22 | 0.01 | 11.79 | 0.9 | 0.88 |
Hex | FC | CF | C4 | 0 | 12 | 16 | 1 | C | 5A | 58 |
Octal | 374 | 317 | 304 | 0 | 22 | 26 | 1 | 14 | 132 | 130 |
Binary | 11111100 | 11001111 | 11000100 | 0 | 10010 | 10110 | 1 | 1100 | 1011010 | 1011000 |
Color Harmonies of #FCCFC4
Complementary color
Monochromatic Colors of #FCCFC4
Black with #FCCFC4
Text Example
Text Example
White with #FCCFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFC4; }
p { color: rgb(252,207,196); }
H1.HeaderClassName
{
color: #FCCFC4;
}
.AnyTagClassName
{
color: #FCCFC4;
}
</style>
background-color css
<style>
a { background-color: #FCCFC4; }
a { background-color: rgb(252,207,196); }
div.DivClassName
{
background-color: #FCCFC4;
}
.BgClassName
{
background-color: #FCCFC4;
}
</style>
border-color css
<style>
span { border-color: #FCCFC4; }
span { border-color: rgb(252,207,196); }
td.TdClassName
{
border-color: #FCCFC4;
}
.TagClassName
{
border-color: #FCCFC4;
}
</style>