Shades of Coral Candy #FCCACA
Tints of Coral Candy #FCCACA
RGB
CMYK
RGB Variations
Color information
#FCCACA (or 0xFCCACA) is known color: Coral Candy. HEX triplet: FC, CA and CA. RGB value is (252,202,202). Sum of RGB (Red+Green+Blue) = 252+202+202=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCACA is #033535. Grayscale: #D8D8D8. Windows color (decimal): -210230 or 13290236. OLE color: 13290236.
HSL color Cylindrical-coordinate representation of color #FCCACA: hue angle of 0º 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 #FCCACA is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 202 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.01 |
| HSL | 0º | 0.89% | 0.89% | - |
| HSV(B) | 0º | 0.2% | 0.99% | - |
| XYZ | 71.93 | 67.2 | 65.06 | - |
| YUV | 216.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 202 | 0 | 0.20 | 0.20 | 0.01 | 0 | 0.89 | 0.89 |
| Hex | FC | CA | CA | 0 | 14 | 14 | 1 | 0 | 59 | 59 |
| Octal | 374 | 312 | 312 | 0 | 24 | 24 | 1 | 0 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11001010 | 0 | 10100 | 10100 | 1 | 0 | 1011001 | 1011001 |
Color Harmonies of #FCCACA
Complementary color
Monochromatic Colors of #FCCACA
Black with #FCCACA
Text Example
Text Example
White with #FCCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCACA; }
p { color: rgb(252,202,202); }
H1.HeaderClassName
{
color: #FCCACA;
}
.AnyTagClassName
{
color: #FCCACA;
}
</style>
background-color css
<style>
a { background-color: #FCCACA; }
a { background-color: rgb(252,202,202); }
div.DivClassName
{
background-color: #FCCACA;
}
.BgClassName
{
background-color: #FCCACA;
}
</style>
border-color css
<style>
span { border-color: #FCCACA; }
span { border-color: rgb(252,202,202); }
td.TdClassName
{
border-color: #FCCACA;
}
.TagClassName
{
border-color: #FCCACA;
}
</style>