Shades of Coral Candy #FCCCC6
Tints of Coral Candy #FCCCC6
RGB
CMYK
RGB Variations
Color information
#FCCCC6 (or 0xFCCCC6) is known color: Coral Candy. HEX triplet: FC, CC and C6. RGB value is (252,204,198). Sum of RGB (Red+Green+Blue) = 252+204+198=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCC6 is #033339. Grayscale: #D9D9D9. Windows color (decimal): -209722 or 13028604. OLE color: 13028604.
HSL color Cylindrical-coordinate representation of color #FCCCC6: hue angle of 6.67º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCCCC6 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 198 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.01 |
| HSL | 6.67º | 0.9% | 0.88% | - |
| HSV(B) | 6.67º | 0.21% | 0.99% | - |
| XYZ | 71.93 | 67.96 | 62.75 | - |
| YUV | 217.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 198 | 0 | 0.19 | 0.21 | 0.01 | 6.67 | 0.9 | 0.88 |
| Hex | FC | CC | C6 | 0 | 13 | 15 | 1 | 7 | 5A | 58 |
| Octal | 374 | 314 | 306 | 0 | 23 | 25 | 1 | 7 | 132 | 130 |
| Binary | 11111100 | 11001100 | 11000110 | 0 | 10011 | 10101 | 1 | 111 | 1011010 | 1011000 |
Color Harmonies of #FCCCC6
Complementary color
Monochromatic Colors of #FCCCC6
Black with #FCCCC6
Text Example
Text Example
White with #FCCCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCC6; }
p { color: rgb(252,204,198); }
H1.HeaderClassName
{
color: #FCCCC6;
}
.AnyTagClassName
{
color: #FCCCC6;
}
</style>
background-color css
<style>
a { background-color: #FCCCC6; }
a { background-color: rgb(252,204,198); }
div.DivClassName
{
background-color: #FCCCC6;
}
.BgClassName
{
background-color: #FCCCC6;
}
</style>
border-color css
<style>
span { border-color: #FCCCC6; }
span { border-color: rgb(252,204,198); }
td.TdClassName
{
border-color: #FCCCC6;
}
.TagClassName
{
border-color: #FCCCC6;
}
</style>