Shades of Coral Candy #FCC9C9
Tints of Coral Candy #FCC9C9
RGB
CMYK
RGB Variations
Color information
#FCC9C9 (or 0xFCC9C9) is known color: Coral Candy. HEX triplet: FC, C9 and C9. RGB value is (252,201,201). Sum of RGB (Red+Green+Blue) = 252+201+201=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9C9 is #033636. Grayscale: #D8D8D8. Windows color (decimal): -210487 or 13224444. OLE color: 13224444.
HSL color Cylindrical-coordinate representation of color #FCC9C9: 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 #FCC9C9 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 201 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.01 |
| HSL | 0º | 0.89% | 0.89% | - |
| HSV(B) | 0º | 0.2% | 0.99% | - |
| XYZ | 71.57 | 66.69 | 64.36 | - |
| YUV | 216.25 | 119.4 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 201 | 0 | 0.20 | 0.20 | 0.01 | 0 | 0.89 | 0.89 |
| Hex | FC | C9 | C9 | 0 | 14 | 14 | 1 | 0 | 59 | 59 |
| Octal | 374 | 311 | 311 | 0 | 24 | 24 | 1 | 0 | 131 | 131 |
| Binary | 11111100 | 11001001 | 11001001 | 0 | 10100 | 10100 | 1 | 0 | 1011001 | 1011001 |
Color Harmonies of #FCC9C9
Complementary color
Monochromatic Colors of #FCC9C9
Black with #FCC9C9
Text Example
Text Example
White with #FCC9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9C9; }
p { color: rgb(252,201,201); }
H1.HeaderClassName
{
color: #FCC9C9;
}
.AnyTagClassName
{
color: #FCC9C9;
}
</style>
background-color css
<style>
a { background-color: #FCC9C9; }
a { background-color: rgb(252,201,201); }
div.DivClassName
{
background-color: #FCC9C9;
}
.BgClassName
{
background-color: #FCC9C9;
}
</style>
border-color css
<style>
span { border-color: #FCC9C9; }
span { border-color: rgb(252,201,201); }
td.TdClassName
{
border-color: #FCC9C9;
}
.TagClassName
{
border-color: #FCC9C9;
}
</style>