Shades of Coral Candy #FECEC4
Tints of Coral Candy #FECEC4
RGB
CMYK
RGB Variations
Color information
#FECEC4 (or 0xFECEC4) is known color: Coral Candy. HEX triplet: FE, CE and C4. RGB value is (254,206,196). Sum of RGB (Red+Green+Blue) = 254+206+196=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEC4 is #01313B. Grayscale: #DBDBDB. Windows color (decimal): -78140 or 12898046. OLE color: 12898046.
HSL color Cylindrical-coordinate representation of color #FECEC4: hue angle of 10.34º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FECEC4 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 206 | 196 | - |
CMYK | 0 | 0.19 | 0.23 | 0.00 |
HSL | 10.34º | 0.97% | 0.88% | - |
HSV(B) | 10.34º | 0.23% | 1% | - |
XYZ | 72.91 | 69.2 | 61.74 | - |
YUV | 219.21 | 114.9 | 152.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 206 | 196 | 0 | 0.19 | 0.23 | 0.00 | 10.34 | 0.97 | 0.88 |
Hex | FE | CE | C4 | 0 | 13 | 17 | 0 | A | 61 | 58 |
Octal | 376 | 316 | 304 | 0 | 23 | 27 | 0 | 12 | 141 | 130 |
Binary | 11111110 | 11001110 | 11000100 | 0 | 10011 | 10111 | 0 | 1010 | 1100001 | 1011000 |
Color Harmonies of #FECEC4
Complementary color
Monochromatic Colors of #FECEC4
Black with #FECEC4
Text Example
Text Example
White with #FECEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEC4; }
p { color: rgb(254,206,196); }
H1.HeaderClassName
{
color: #FECEC4;
}
.AnyTagClassName
{
color: #FECEC4;
}
</style>
background-color css
<style>
a { background-color: #FECEC4; }
a { background-color: rgb(254,206,196); }
div.DivClassName
{
background-color: #FECEC4;
}
.BgClassName
{
background-color: #FECEC4;
}
</style>
border-color css
<style>
span { border-color: #FECEC4; }
span { border-color: rgb(254,206,196); }
td.TdClassName
{
border-color: #FECEC4;
}
.TagClassName
{
border-color: #FECEC4;
}
</style>