Shades of Coral Candy #FECAC8
Tints of Coral Candy #FECAC8
RGB
CMYK
RGB Variations
Color information
#FECAC8 (or 0xFECAC8) is known color: Coral Candy. HEX triplet: FE, CA and C8. RGB value is (254,202,200). Sum of RGB (Red+Green+Blue) = 254+202+200=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 200 (78.52% from 255 or 30.49% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAC8 is #013537. Grayscale: #D9D9D9. Windows color (decimal): -79160 or 13159166. OLE color: 13159166.
HSL color Cylindrical-coordinate representation of color #FECAC8: hue angle of 2.22º 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 #FECAC8 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 200 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.00 |
| HSL | 2.22º | 0.96% | 0.89% | - |
| HSV(B) | 2.22º | 0.21% | 1% | - |
| XYZ | 72.42 | 67.48 | 63.85 | - |
| YUV | 217.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 200 | 0 | 0.20 | 0.21 | 0.00 | 2.22 | 0.96 | 0.89 |
| Hex | FE | CA | C8 | 0 | 14 | 15 | 0 | 2 | 60 | 59 |
| Octal | 376 | 312 | 310 | 0 | 24 | 25 | 0 | 2 | 140 | 131 |
| Binary | 11111110 | 11001010 | 11001000 | 0 | 10100 | 10101 | 0 | 10 | 1100000 | 1011001 |
Color Harmonies of #FECAC8
Complementary color
Monochromatic Colors of #FECAC8
Black with #FECAC8
Text Example
Text Example
White with #FECAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAC8; }
p { color: rgb(254,202,200); }
H1.HeaderClassName
{
color: #FECAC8;
}
.AnyTagClassName
{
color: #FECAC8;
}
</style>
background-color css
<style>
a { background-color: #FECAC8; }
a { background-color: rgb(254,202,200); }
div.DivClassName
{
background-color: #FECAC8;
}
.BgClassName
{
background-color: #FECAC8;
}
</style>
border-color css
<style>
span { border-color: #FECAC8; }
span { border-color: rgb(254,202,200); }
td.TdClassName
{
border-color: #FECAC8;
}
.TagClassName
{
border-color: #FECAC8;
}
</style>