Shades of Coral Candy #FCCBCA
Tints of Coral Candy #FCCBCA
RGB
CMYK
RGB Variations
Color information
#FCCBCA (or 0xFCCBCA) is known color: Coral Candy. HEX triplet: FC, CB and CA. RGB value is (252,203,202). Sum of RGB (Red+Green+Blue) = 252+203+202=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBCA is #033435. Grayscale: #D9D9D9. Windows color (decimal): -209974 or 13290492. OLE color: 13290492.
HSL color Cylindrical-coordinate representation of color #FCCBCA: hue angle of 1.2º 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 #FCCBCA is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 202 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.01 |
| HSL | 1.2º | 0.89% | 0.89% | - |
| HSV(B) | 1.2º | 0.2% | 0.99% | - |
| XYZ | 72.16 | 67.67 | 65.14 | - |
| YUV | 217.54 | 119.23 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 202 | 0 | 0.19 | 0.20 | 0.01 | 1.2 | 0.89 | 0.89 |
| Hex | FC | CB | CA | 0 | 13 | 14 | 1 | 1 | 59 | 59 |
| Octal | 374 | 313 | 312 | 0 | 23 | 24 | 1 | 1 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11001010 | 0 | 10011 | 10100 | 1 | 1 | 1011001 | 1011001 |
Color Harmonies of #FCCBCA
Complementary color
Monochromatic Colors of #FCCBCA
Black with #FCCBCA
Text Example
Text Example
White with #FCCBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBCA; }
p { color: rgb(252,203,202); }
H1.HeaderClassName
{
color: #FCCBCA;
}
.AnyTagClassName
{
color: #FCCBCA;
}
</style>
background-color css
<style>
a { background-color: #FCCBCA; }
a { background-color: rgb(252,203,202); }
div.DivClassName
{
background-color: #FCCBCA;
}
.BgClassName
{
background-color: #FCCBCA;
}
</style>
border-color css
<style>
span { border-color: #FCCBCA; }
span { border-color: rgb(252,203,202); }
td.TdClassName
{
border-color: #FCCBCA;
}
.TagClassName
{
border-color: #FCCBCA;
}
</style>