Shades of Coral Candy #FCCAC6
Tints of Coral Candy #FCCAC6
RGB
CMYK
RGB Variations
Color information
#FCCAC6 (or 0xFCCAC6) is known color: Coral Candy. HEX triplet: FC, CA and C6. RGB value is (252,202,198). Sum of RGB (Red+Green+Blue) = 252+202+198=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 198 (77.73% from 255 or 30.37% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAC6 is #033539. Grayscale: #D8D8D8. Windows color (decimal): -210234 or 13028092. OLE color: 13028092.
HSL color Cylindrical-coordinate representation of color #FCCAC6: hue angle of 4.44º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCCAC6 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 198 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.01 |
| HSL | 4.44º | 0.9% | 0.88% | - |
| HSV(B) | 4.44º | 0.21% | 0.99% | - |
| XYZ | 71.46 | 67.01 | 62.59 | - |
| YUV | 216.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 198 | 0 | 0.20 | 0.21 | 0.01 | 4.44 | 0.9 | 0.88 |
| Hex | FC | CA | C6 | 0 | 14 | 15 | 1 | 4 | 5A | 58 |
| Octal | 374 | 312 | 306 | 0 | 24 | 25 | 1 | 4 | 132 | 130 |
| Binary | 11111100 | 11001010 | 11000110 | 0 | 10100 | 10101 | 1 | 100 | 1011010 | 1011000 |
Color Harmonies of #FCCAC6
Complementary color
Monochromatic Colors of #FCCAC6
Black with #FCCAC6
Text Example
Text Example
White with #FCCAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAC6; }
p { color: rgb(252,202,198); }
H1.HeaderClassName
{
color: #FCCAC6;
}
.AnyTagClassName
{
color: #FCCAC6;
}
</style>
background-color css
<style>
a { background-color: #FCCAC6; }
a { background-color: rgb(252,202,198); }
div.DivClassName
{
background-color: #FCCAC6;
}
.BgClassName
{
background-color: #FCCAC6;
}
</style>
border-color css
<style>
span { border-color: #FCCAC6; }
span { border-color: rgb(252,202,198); }
td.TdClassName
{
border-color: #FCCAC6;
}
.TagClassName
{
border-color: #FCCAC6;
}
</style>