Shades of Coral Candy #FCCCC7
Tints of Coral Candy #FCCCC7
RGB
CMYK
RGB Variations
Color information
#FCCCC7 (or 0xFCCCC7) is known color: Coral Candy. HEX triplet: FC, CC and C7. RGB value is (252,204,199). Sum of RGB (Red+Green+Blue) = 252+204+199=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 199 (78.12% from 255 or 30.38% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCC7 is #033338. Grayscale: #D9D9D9. Windows color (decimal): -209721 or 13094140. OLE color: 13094140.
HSL color Cylindrical-coordinate representation of color #FCCCC7: hue angle of 5.66º 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 #FCCCC7 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 199 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.01 |
| HSL | 5.66º | 0.9% | 0.88% | - |
| HSV(B) | 5.66º | 0.21% | 0.99% | - |
| XYZ | 72.05 | 68 | 63.36 | - |
| YUV | 217.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 199 | 0 | 0.19 | 0.21 | 0.01 | 5.66 | 0.9 | 0.88 |
| Hex | FC | CC | C7 | 0 | 13 | 15 | 1 | 6 | 5A | 58 |
| Octal | 374 | 314 | 307 | 0 | 23 | 25 | 1 | 6 | 132 | 130 |
| Binary | 11111100 | 11001100 | 11000111 | 0 | 10011 | 10101 | 1 | 110 | 1011010 | 1011000 |
Color Harmonies of #FCCCC7
Complementary color
Monochromatic Colors of #FCCCC7
Black with #FCCCC7
Text Example
Text Example
White with #FCCCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCC7; }
p { color: rgb(252,204,199); }
H1.HeaderClassName
{
color: #FCCCC7;
}
.AnyTagClassName
{
color: #FCCCC7;
}
</style>
background-color css
<style>
a { background-color: #FCCCC7; }
a { background-color: rgb(252,204,199); }
div.DivClassName
{
background-color: #FCCCC7;
}
.BgClassName
{
background-color: #FCCCC7;
}
</style>
border-color css
<style>
span { border-color: #FCCCC7; }
span { border-color: rgb(252,204,199); }
td.TdClassName
{
border-color: #FCCCC7;
}
.TagClassName
{
border-color: #FCCCC7;
}
</style>