Shades of Coral Candy #FECEC2
Tints of Coral Candy #FECEC2
RGB
CMYK
RGB Variations
Color information
#FECEC2 (or 0xFECEC2) is known color: Coral Candy. HEX triplet: FE, CE and C2. RGB value is (254,206,194). Sum of RGB (Red+Green+Blue) = 254+206+194=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 194 (76.17% from 255 or 29.66% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEC2 is #01313D. Grayscale: #DBDBDB. Windows color (decimal): -78142 or 12766974. OLE color: 12766974.
HSL color Cylindrical-coordinate representation of color #FECEC2: hue angle of 12º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FECEC2 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 194 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.00 |
| HSL | 12º | 0.97% | 0.88% | - |
| HSV(B) | 12º | 0.24% | 1% | - |
| XYZ | 72.68 | 69.11 | 60.55 | - |
| YUV | 218.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 194 | 0 | 0.19 | 0.24 | 0.00 | 12 | 0.97 | 0.88 |
| Hex | FE | CE | C2 | 0 | 13 | 18 | 0 | C | 61 | 58 |
| Octal | 376 | 316 | 302 | 0 | 23 | 30 | 0 | 14 | 141 | 130 |
| Binary | 11111110 | 11001110 | 11000010 | 0 | 10011 | 11000 | 0 | 1100 | 1100001 | 1011000 |
Color Harmonies of #FECEC2
Complementary color
Monochromatic Colors of #FECEC2
Black with #FECEC2
Text Example
Text Example
White with #FECEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEC2; }
p { color: rgb(254,206,194); }
H1.HeaderClassName
{
color: #FECEC2;
}
.AnyTagClassName
{
color: #FECEC2;
}
</style>
background-color css
<style>
a { background-color: #FECEC2; }
a { background-color: rgb(254,206,194); }
div.DivClassName
{
background-color: #FECEC2;
}
.BgClassName
{
background-color: #FECEC2;
}
</style>
border-color css
<style>
span { border-color: #FECEC2; }
span { border-color: rgb(254,206,194); }
td.TdClassName
{
border-color: #FECEC2;
}
.TagClassName
{
border-color: #FECEC2;
}
</style>