Shades of Coral Candy #FECEC6
Tints of Coral Candy #FECEC6
RGB
CMYK
RGB Variations
Color information
#FECEC6 (or 0xFECEC6) is known color: Coral Candy. HEX triplet: FE, CE and C6. RGB value is (254,206,198). Sum of RGB (Red+Green+Blue) = 254+206+198=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 198 (77.73% from 255 or 30.09% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEC6 is #013139. Grayscale: #DBDBDB. Windows color (decimal): -78138 or 13029118. OLE color: 13029118.
HSL color Cylindrical-coordinate representation of color #FECEC6: hue angle of 8.57º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FECEC6 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 198 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.00 |
| HSL | 8.57º | 0.97% | 0.89% | - |
| HSV(B) | 8.57º | 0.22% | 1% | - |
| XYZ | 73.14 | 69.29 | 62.95 | - |
| YUV | 219.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 198 | 0 | 0.19 | 0.22 | 0.00 | 8.57 | 0.97 | 0.89 |
| Hex | FE | CE | C6 | 0 | 13 | 16 | 0 | 9 | 61 | 59 |
| Octal | 376 | 316 | 306 | 0 | 23 | 26 | 0 | 11 | 141 | 131 |
| Binary | 11111110 | 11001110 | 11000110 | 0 | 10011 | 10110 | 0 | 1001 | 1100001 | 1011001 |
Color Harmonies of #FECEC6
Complementary color
Monochromatic Colors of #FECEC6
Black with #FECEC6
Text Example
Text Example
White with #FECEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEC6; }
p { color: rgb(254,206,198); }
H1.HeaderClassName
{
color: #FECEC6;
}
.AnyTagClassName
{
color: #FECEC6;
}
</style>
background-color css
<style>
a { background-color: #FECEC6; }
a { background-color: rgb(254,206,198); }
div.DivClassName
{
background-color: #FECEC6;
}
.BgClassName
{
background-color: #FECEC6;
}
</style>
border-color css
<style>
span { border-color: #FECEC6; }
span { border-color: rgb(254,206,198); }
td.TdClassName
{
border-color: #FECEC6;
}
.TagClassName
{
border-color: #FECEC6;
}
</style>