Shades of Coral Candy #FCCBC8
Tints of Coral Candy #FCCBC8
RGB
CMYK
RGB Variations
Color information
#FCCBC8 (or 0xFCCBC8) is known color: Coral Candy. HEX triplet: FC, CB and C8. RGB value is (252,203,200). Sum of RGB (Red+Green+Blue) = 252+203+200=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 200 (78.52% from 255 or 30.53% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBC8 is #033437. Grayscale: #D9D9D9. Windows color (decimal): -209976 or 13159420. OLE color: 13159420.
HSL color Cylindrical-coordinate representation of color #FCCBC8: hue angle of 3.46º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCCBC8 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 200 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.01 |
| HSL | 3.46º | 0.9% | 0.89% | - |
| HSV(B) | 3.46º | 0.21% | 0.99% | - |
| XYZ | 71.93 | 67.58 | 63.9 | - |
| YUV | 217.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 200 | 0 | 0.19 | 0.21 | 0.01 | 3.46 | 0.9 | 0.89 |
| Hex | FC | CB | C8 | 0 | 13 | 15 | 1 | 3 | 5A | 59 |
| Octal | 374 | 313 | 310 | 0 | 23 | 25 | 1 | 3 | 132 | 131 |
| Binary | 11111100 | 11001011 | 11001000 | 0 | 10011 | 10101 | 1 | 11 | 1011010 | 1011001 |
Color Harmonies of #FCCBC8
Complementary color
Monochromatic Colors of #FCCBC8
Black with #FCCBC8
Text Example
Text Example
White with #FCCBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBC8; }
p { color: rgb(252,203,200); }
H1.HeaderClassName
{
color: #FCCBC8;
}
.AnyTagClassName
{
color: #FCCBC8;
}
</style>
background-color css
<style>
a { background-color: #FCCBC8; }
a { background-color: rgb(252,203,200); }
div.DivClassName
{
background-color: #FCCBC8;
}
.BgClassName
{
background-color: #FCCBC8;
}
</style>
border-color css
<style>
span { border-color: #FCCBC8; }
span { border-color: rgb(252,203,200); }
td.TdClassName
{
border-color: #FCCBC8;
}
.TagClassName
{
border-color: #FCCBC8;
}
</style>