Shades of Coral Candy #FCCDC6
Tints of Coral Candy #FCCDC6
RGB
CMYK
RGB Variations
Color information
#FCCDC6 (or 0xFCCDC6) is known color: Coral Candy. HEX triplet: FC, CD and C6. RGB value is (252,205,198). Sum of RGB (Red+Green+Blue) = 252+205+198=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDC6 is #033239. Grayscale: #DADADA. Windows color (decimal): -209466 or 13028860. OLE color: 13028860.
HSL color Cylindrical-coordinate representation of color #FCCDC6: hue angle of 7.78º 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 #FCCDC6 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 198 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.01 |
| HSL | 7.78º | 0.9% | 0.88% | - |
| HSV(B) | 7.78º | 0.21% | 0.99% | - |
| XYZ | 72.17 | 68.44 | 62.83 | - |
| YUV | 218.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 198 | 0 | 0.19 | 0.21 | 0.01 | 7.78 | 0.9 | 0.88 |
| Hex | FC | CD | C6 | 0 | 13 | 15 | 1 | 8 | 5A | 58 |
| Octal | 374 | 315 | 306 | 0 | 23 | 25 | 1 | 10 | 132 | 130 |
| Binary | 11111100 | 11001101 | 11000110 | 0 | 10011 | 10101 | 1 | 1000 | 1011010 | 1011000 |
Color Harmonies of #FCCDC6
Complementary color
Monochromatic Colors of #FCCDC6
Black with #FCCDC6
Text Example
Text Example
White with #FCCDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDC6; }
p { color: rgb(252,205,198); }
H1.HeaderClassName
{
color: #FCCDC6;
}
.AnyTagClassName
{
color: #FCCDC6;
}
</style>
background-color css
<style>
a { background-color: #FCCDC6; }
a { background-color: rgb(252,205,198); }
div.DivClassName
{
background-color: #FCCDC6;
}
.BgClassName
{
background-color: #FCCDC6;
}
</style>
border-color css
<style>
span { border-color: #FCCDC6; }
span { border-color: rgb(252,205,198); }
td.TdClassName
{
border-color: #FCCDC6;
}
.TagClassName
{
border-color: #FCCDC6;
}
</style>