Shades of Coral Candy #FECEC5
Tints of Coral Candy #FECEC5
RGB
CMYK
RGB Variations
Color information
#FECEC5 (or 0xFECEC5) is known color: Coral Candy. HEX triplet: FE, CE and C5. RGB value is (254,206,197). Sum of RGB (Red+Green+Blue) = 254+206+197=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 197 (77.34% from 255 or 29.98% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEC5 is #01313A. Grayscale: #DBDBDB. Windows color (decimal): -78139 or 12963582. OLE color: 12963582.
HSL color Cylindrical-coordinate representation of color #FECEC5: hue angle of 9.47º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FECEC5 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 197 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.00 |
| HSL | 9.47º | 0.97% | 0.88% | - |
| HSV(B) | 9.47º | 0.22% | 1% | - |
| XYZ | 73.02 | 69.24 | 62.34 | - |
| YUV | 219.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 197 | 0 | 0.19 | 0.22 | 0.00 | 9.47 | 0.97 | 0.88 |
| Hex | FE | CE | C5 | 0 | 13 | 16 | 0 | 9 | 61 | 58 |
| Octal | 376 | 316 | 305 | 0 | 23 | 26 | 0 | 11 | 141 | 130 |
| Binary | 11111110 | 11001110 | 11000101 | 0 | 10011 | 10110 | 0 | 1001 | 1100001 | 1011000 |
Color Harmonies of #FECEC5
Complementary color
Monochromatic Colors of #FECEC5
Black with #FECEC5
Text Example
Text Example
White with #FECEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEC5; }
p { color: rgb(254,206,197); }
H1.HeaderClassName
{
color: #FECEC5;
}
.AnyTagClassName
{
color: #FECEC5;
}
</style>
background-color css
<style>
a { background-color: #FECEC5; }
a { background-color: rgb(254,206,197); }
div.DivClassName
{
background-color: #FECEC5;
}
.BgClassName
{
background-color: #FECEC5;
}
</style>
border-color css
<style>
span { border-color: #FECEC5; }
span { border-color: rgb(254,206,197); }
td.TdClassName
{
border-color: #FECEC5;
}
.TagClassName
{
border-color: #FECEC5;
}
</style>