Shades of Coral Candy #FCCBC9
Tints of Coral Candy #FCCBC9
RGB
CMYK
RGB Variations
Color information
#FCCBC9 (or 0xFCCBC9) is known color: Coral Candy. HEX triplet: FC, CB and C9. RGB value is (252,203,201). Sum of RGB (Red+Green+Blue) = 252+203+201=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 201 (78.91% from 255 or 30.64% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBC9 is #033436. Grayscale: #D9D9D9. Windows color (decimal): -209975 or 13224956. OLE color: 13224956.
HSL color Cylindrical-coordinate representation of color #FCCBC9: hue angle of 2.35º 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 #FCCBC9 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 201 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.01 |
| HSL | 2.35º | 0.89% | 0.89% | - |
| HSV(B) | 2.35º | 0.2% | 0.99% | - |
| XYZ | 72.04 | 67.62 | 64.51 | - |
| YUV | 217.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 201 | 0 | 0.19 | 0.20 | 0.01 | 2.35 | 0.89 | 0.89 |
| Hex | FC | CB | C9 | 0 | 13 | 14 | 1 | 2 | 59 | 59 |
| Octal | 374 | 313 | 311 | 0 | 23 | 24 | 1 | 2 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11001001 | 0 | 10011 | 10100 | 1 | 10 | 1011001 | 1011001 |
Color Harmonies of #FCCBC9
Complementary color
Monochromatic Colors of #FCCBC9
Black with #FCCBC9
Text Example
Text Example
White with #FCCBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBC9; }
p { color: rgb(252,203,201); }
H1.HeaderClassName
{
color: #FCCBC9;
}
.AnyTagClassName
{
color: #FCCBC9;
}
</style>
background-color css
<style>
a { background-color: #FCCBC9; }
a { background-color: rgb(252,203,201); }
div.DivClassName
{
background-color: #FCCBC9;
}
.BgClassName
{
background-color: #FCCBC9;
}
</style>
border-color css
<style>
span { border-color: #FCCBC9; }
span { border-color: rgb(252,203,201); }
td.TdClassName
{
border-color: #FCCBC9;
}
.TagClassName
{
border-color: #FCCBC9;
}
</style>