Shades of Coral Candy #FCCBC5
Tints of Coral Candy #FCCBC5
RGB
CMYK
RGB Variations
Color information
#FCCBC5 (or 0xFCCBC5) is known color: Coral Candy. HEX triplet: FC, CB and C5. RGB value is (252,203,197). Sum of RGB (Red+Green+Blue) = 252+203+197=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBC5 is #03343A. Grayscale: #D9D9D9. Windows color (decimal): -209979 or 12962812. OLE color: 12962812.
HSL color Cylindrical-coordinate representation of color #FCCBC5: hue angle of 6.55º 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 #FCCBC5 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 197 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.01 |
| HSL | 6.55º | 0.9% | 0.88% | - |
| HSV(B) | 6.55º | 0.22% | 0.99% | - |
| XYZ | 71.58 | 67.44 | 62.07 | - |
| YUV | 216.97 | 116.73 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 197 | 0 | 0.19 | 0.22 | 0.01 | 6.55 | 0.9 | 0.88 |
| Hex | FC | CB | C5 | 0 | 13 | 16 | 1 | 7 | 5A | 58 |
| Octal | 374 | 313 | 305 | 0 | 23 | 26 | 1 | 7 | 132 | 130 |
| Binary | 11111100 | 11001011 | 11000101 | 0 | 10011 | 10110 | 1 | 111 | 1011010 | 1011000 |
Color Harmonies of #FCCBC5
Complementary color
Monochromatic Colors of #FCCBC5
Black with #FCCBC5
Text Example
Text Example
White with #FCCBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBC5; }
p { color: rgb(252,203,197); }
H1.HeaderClassName
{
color: #FCCBC5;
}
.AnyTagClassName
{
color: #FCCBC5;
}
</style>
background-color css
<style>
a { background-color: #FCCBC5; }
a { background-color: rgb(252,203,197); }
div.DivClassName
{
background-color: #FCCBC5;
}
.BgClassName
{
background-color: #FCCBC5;
}
</style>
border-color css
<style>
span { border-color: #FCCBC5; }
span { border-color: rgb(252,203,197); }
td.TdClassName
{
border-color: #FCCBC5;
}
.TagClassName
{
border-color: #FCCBC5;
}
</style>