Shades of Coral Candy #FCCDC4
Tints of Coral Candy #FCCDC4
RGB
CMYK
RGB Variations
Color information
#FCCDC4 (or 0xFCCDC4) is known color: Coral Candy. HEX triplet: FC, CD and C4. RGB value is (252,205,196). Sum of RGB (Red+Green+Blue) = 252+205+196=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 196 (76.95% from 255 or 30.02% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDC4 is #03323B. Grayscale: #DADADA. Windows color (decimal): -209468 or 12897788. OLE color: 12897788.
HSL color Cylindrical-coordinate representation of color #FCCDC4: hue angle of 9.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 #FCCDC4 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 196 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.01 |
| HSL | 9.64º | 0.9% | 0.88% | - |
| HSV(B) | 9.64º | 0.22% | 0.99% | - |
| XYZ | 71.94 | 68.34 | 61.62 | - |
| YUV | 218.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 196 | 0 | 0.19 | 0.22 | 0.01 | 9.64 | 0.9 | 0.88 |
| Hex | FC | CD | C4 | 0 | 13 | 16 | 1 | A | 5A | 58 |
| Octal | 374 | 315 | 304 | 0 | 23 | 26 | 1 | 12 | 132 | 130 |
| Binary | 11111100 | 11001101 | 11000100 | 0 | 10011 | 10110 | 1 | 1010 | 1011010 | 1011000 |
Color Harmonies of #FCCDC4
Complementary color
Monochromatic Colors of #FCCDC4
Black with #FCCDC4
Text Example
Text Example
White with #FCCDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDC4; }
p { color: rgb(252,205,196); }
H1.HeaderClassName
{
color: #FCCDC4;
}
.AnyTagClassName
{
color: #FCCDC4;
}
</style>
background-color css
<style>
a { background-color: #FCCDC4; }
a { background-color: rgb(252,205,196); }
div.DivClassName
{
background-color: #FCCDC4;
}
.BgClassName
{
background-color: #FCCDC4;
}
</style>
border-color css
<style>
span { border-color: #FCCDC4; }
span { border-color: rgb(252,205,196); }
td.TdClassName
{
border-color: #FCCDC4;
}
.TagClassName
{
border-color: #FCCDC4;
}
</style>