Shades of Coral Candy #FCCFC2
Tints of Coral Candy #FCCFC2
RGB
CMYK
RGB Variations
Color information
#FCCFC2 (or 0xFCCFC2) is known color: Coral Candy. HEX triplet: FC, CF and C2. RGB value is (252,207,194). Sum of RGB (Red+Green+Blue) = 252+207+194=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 194 (76.17% from 255 or 29.71% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFC2 is #03303D. Grayscale: #DBDBDB. Windows color (decimal): -208958 or 12767228. OLE color: 12767228.
HSL color Cylindrical-coordinate representation of color #FCCFC2: hue angle of 13.45º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCCFC2 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 194 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.01 |
| HSL | 13.45º | 0.91% | 0.87% | - |
| HSV(B) | 13.45º | 0.23% | 0.99% | - |
| XYZ | 72.2 | 69.22 | 60.59 | - |
| YUV | 218.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 194 | 0 | 0.18 | 0.23 | 0.01 | 13.45 | 0.91 | 0.87 |
| Hex | FC | CF | C2 | 0 | 12 | 17 | 1 | D | 5B | 57 |
| Octal | 374 | 317 | 302 | 0 | 22 | 27 | 1 | 15 | 133 | 127 |
| Binary | 11111100 | 11001111 | 11000010 | 0 | 10010 | 10111 | 1 | 1101 | 1011011 | 1010111 |
Color Harmonies of #FCCFC2
Complementary color
Monochromatic Colors of #FCCFC2
Black with #FCCFC2
Text Example
Text Example
White with #FCCFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFC2; }
p { color: rgb(252,207,194); }
H1.HeaderClassName
{
color: #FCCFC2;
}
.AnyTagClassName
{
color: #FCCFC2;
}
</style>
background-color css
<style>
a { background-color: #FCCFC2; }
a { background-color: rgb(252,207,194); }
div.DivClassName
{
background-color: #FCCFC2;
}
.BgClassName
{
background-color: #FCCFC2;
}
</style>
border-color css
<style>
span { border-color: #FCCFC2; }
span { border-color: rgb(252,207,194); }
td.TdClassName
{
border-color: #FCCFC2;
}
.TagClassName
{
border-color: #FCCFC2;
}
</style>