Shades of Coral Candy #FCCCC5
Tints of Coral Candy #FCCCC5
RGB
CMYK
RGB Variations
Color information
#FCCCC5 (or 0xFCCCC5) is known color: Coral Candy. HEX triplet: FC, CC and C5. RGB value is (252,204,197). Sum of RGB (Red+Green+Blue) = 252+204+197=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCC5 is #03333A. Grayscale: #D9D9D9. Windows color (decimal): -209723 or 12963068. OLE color: 12963068.
HSL color Cylindrical-coordinate representation of color #FCCCC5: hue angle of 7.64º 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 #FCCCC5 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 204 | 197 | - |
CMYK | 0 | 0.19 | 0.22 | 0.01 |
HSL | 7.64º | 0.9% | 0.88% | - |
HSV(B) | 7.64º | 0.22% | 0.99% | - |
XYZ | 71.82 | 67.91 | 62.15 | - |
YUV | 217.55 | 116.4 | 152.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 204 | 197 | 0 | 0.19 | 0.22 | 0.01 | 7.64 | 0.9 | 0.88 |
Hex | FC | CC | C5 | 0 | 13 | 16 | 1 | 8 | 5A | 58 |
Octal | 374 | 314 | 305 | 0 | 23 | 26 | 1 | 10 | 132 | 130 |
Binary | 11111100 | 11001100 | 11000101 | 0 | 10011 | 10110 | 1 | 1000 | 1011010 | 1011000 |
Color Harmonies of #FCCCC5
Complementary color
Monochromatic Colors of #FCCCC5
Black with #FCCCC5
Text Example
Text Example
White with #FCCCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCC5; }
p { color: rgb(252,204,197); }
H1.HeaderClassName
{
color: #FCCCC5;
}
.AnyTagClassName
{
color: #FCCCC5;
}
</style>
background-color css
<style>
a { background-color: #FCCCC5; }
a { background-color: rgb(252,204,197); }
div.DivClassName
{
background-color: #FCCCC5;
}
.BgClassName
{
background-color: #FCCCC5;
}
</style>
border-color css
<style>
span { border-color: #FCCCC5; }
span { border-color: rgb(252,204,197); }
td.TdClassName
{
border-color: #FCCCC5;
}
.TagClassName
{
border-color: #FCCCC5;
}
</style>