Shades of Coral Candy #FCCAC5
Tints of Coral Candy #FCCAC5
RGB
CMYK
RGB Variations
Color information
#FCCAC5 (or 0xFCCAC5) is known color: Coral Candy. HEX triplet: FC, CA and C5. RGB value is (252,202,197). Sum of RGB (Red+Green+Blue) = 252+202+197=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 197 (77.34% from 255 or 30.26% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAC5 is #03353A. Grayscale: #D8D8D8. Windows color (decimal): -210235 or 12962556. OLE color: 12962556.
HSL color Cylindrical-coordinate representation of color #FCCAC5: hue angle of 5.45º 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 #FCCAC5 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 197 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.01 |
| HSL | 5.45º | 0.9% | 0.88% | - |
| HSV(B) | 5.45º | 0.22% | 0.99% | - |
| XYZ | 71.34 | 66.97 | 61.99 | - |
| YUV | 216.38 | 117.07 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 197 | 0 | 0.20 | 0.22 | 0.01 | 5.45 | 0.9 | 0.88 |
| Hex | FC | CA | C5 | 0 | 14 | 16 | 1 | 5 | 5A | 58 |
| Octal | 374 | 312 | 305 | 0 | 24 | 26 | 1 | 5 | 132 | 130 |
| Binary | 11111100 | 11001010 | 11000101 | 0 | 10100 | 10110 | 1 | 101 | 1011010 | 1011000 |
Color Harmonies of #FCCAC5
Complementary color
Monochromatic Colors of #FCCAC5
Black with #FCCAC5
Text Example
Text Example
White with #FCCAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAC5; }
p { color: rgb(252,202,197); }
H1.HeaderClassName
{
color: #FCCAC5;
}
.AnyTagClassName
{
color: #FCCAC5;
}
</style>
background-color css
<style>
a { background-color: #FCCAC5; }
a { background-color: rgb(252,202,197); }
div.DivClassName
{
background-color: #FCCAC5;
}
.BgClassName
{
background-color: #FCCAC5;
}
</style>
border-color css
<style>
span { border-color: #FCCAC5; }
span { border-color: rgb(252,202,197); }
td.TdClassName
{
border-color: #FCCAC5;
}
.TagClassName
{
border-color: #FCCAC5;
}
</style>