Shades of Coral Candy #FECDC8
Tints of Coral Candy #FECDC8
RGB
CMYK
RGB Variations
Color information
#FECDC8 (or 0xFECDC8) is known color: Coral Candy. HEX triplet: FE, CD and C8. RGB value is (254,205,200). Sum of RGB (Red+Green+Blue) = 254+205+200=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDC8 is #013237. Grayscale: #DBDBDB. Windows color (decimal): -78392 or 13159934. OLE color: 13159934.
HSL color Cylindrical-coordinate representation of color #FECDC8: hue angle of 5.56º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FECDC8 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 200 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.00 |
| HSL | 5.56º | 0.96% | 0.89% | - |
| HSV(B) | 5.56º | 0.21% | 1% | - |
| XYZ | 73.13 | 68.9 | 64.09 | - |
| YUV | 219.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 200 | 0 | 0.19 | 0.21 | 0.00 | 5.56 | 0.96 | 0.89 |
| Hex | FE | CD | C8 | 0 | 13 | 15 | 0 | 6 | 60 | 59 |
| Octal | 376 | 315 | 310 | 0 | 23 | 25 | 0 | 6 | 140 | 131 |
| Binary | 11111110 | 11001101 | 11001000 | 0 | 10011 | 10101 | 0 | 110 | 1100000 | 1011001 |
Color Harmonies of #FECDC8
Complementary color
Monochromatic Colors of #FECDC8
Black with #FECDC8
Text Example
Text Example
White with #FECDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDC8; }
p { color: rgb(254,205,200); }
H1.HeaderClassName
{
color: #FECDC8;
}
.AnyTagClassName
{
color: #FECDC8;
}
</style>
background-color css
<style>
a { background-color: #FECDC8; }
a { background-color: rgb(254,205,200); }
div.DivClassName
{
background-color: #FECDC8;
}
.BgClassName
{
background-color: #FECDC8;
}
</style>
border-color css
<style>
span { border-color: #FECDC8; }
span { border-color: rgb(254,205,200); }
td.TdClassName
{
border-color: #FECDC8;
}
.TagClassName
{
border-color: #FECDC8;
}
</style>