Shades of Coral Candy #FCCAC9
Tints of Coral Candy #FCCAC9
RGB
CMYK
RGB Variations
Color information
#FCCAC9 (or 0xFCCAC9) is known color: Coral Candy. HEX triplet: FC, CA and C9. RGB value is (252,202,201). Sum of RGB (Red+Green+Blue) = 252+202+201=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAC9 is #033536. Grayscale: #D8D8D8. Windows color (decimal): -210231 or 13224700. OLE color: 13224700.
HSL color Cylindrical-coordinate representation of color #FCCAC9: hue angle of 1.18º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCAC9 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 201 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.01 |
| HSL | 1.18º | 0.89% | 0.89% | - |
| HSV(B) | 1.18º | 0.2% | 0.99% | - |
| XYZ | 71.81 | 67.15 | 64.44 | - |
| YUV | 216.84 | 119.07 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 201 | 0 | 0.20 | 0.20 | 0.01 | 1.18 | 0.89 | 0.89 |
| Hex | FC | CA | C9 | 0 | 14 | 14 | 1 | 1 | 59 | 59 |
| Octal | 374 | 312 | 311 | 0 | 24 | 24 | 1 | 1 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11001001 | 0 | 10100 | 10100 | 1 | 1 | 1011001 | 1011001 |
Color Harmonies of #FCCAC9
Complementary color
Monochromatic Colors of #FCCAC9
Black with #FCCAC9
Text Example
Text Example
White with #FCCAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAC9; }
p { color: rgb(252,202,201); }
H1.HeaderClassName
{
color: #FCCAC9;
}
.AnyTagClassName
{
color: #FCCAC9;
}
</style>
background-color css
<style>
a { background-color: #FCCAC9; }
a { background-color: rgb(252,202,201); }
div.DivClassName
{
background-color: #FCCAC9;
}
.BgClassName
{
background-color: #FCCAC9;
}
</style>
border-color css
<style>
span { border-color: #FCCAC9; }
span { border-color: rgb(252,202,201); }
td.TdClassName
{
border-color: #FCCAC9;
}
.TagClassName
{
border-color: #FCCAC9;
}
</style>