Shades of Coral Candy #FECFC2
Tints of Coral Candy #FECFC2
RGB
CMYK
RGB Variations
Color information
#FECFC2 (or 0xFECFC2) is known color: Coral Candy. HEX triplet: FE, CF and C2. RGB value is (254,207,194). Sum of RGB (Red+Green+Blue) = 254+207+194=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 194 (76.17% from 255 or 29.62% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFC2 is #01303D. Grayscale: #DBDBDB. Windows color (decimal): -77886 or 12767230. OLE color: 12767230.
HSL color Cylindrical-coordinate representation of color #FECFC2: hue angle of 13º 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 #FECFC2 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 194 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.00 |
| HSL | 13º | 0.97% | 0.88% | - |
| HSV(B) | 13º | 0.24% | 1% | - |
| XYZ | 72.92 | 69.59 | 60.63 | - |
| YUV | 219.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 194 | 0 | 0.19 | 0.24 | 0.00 | 13 | 0.97 | 0.88 |
| Hex | FE | CF | C2 | 0 | 13 | 18 | 0 | D | 61 | 58 |
| Octal | 376 | 317 | 302 | 0 | 23 | 30 | 0 | 15 | 141 | 130 |
| Binary | 11111110 | 11001111 | 11000010 | 0 | 10011 | 11000 | 0 | 1101 | 1100001 | 1011000 |
Color Harmonies of #FECFC2
Complementary color
Monochromatic Colors of #FECFC2
Black with #FECFC2
Text Example
Text Example
White with #FECFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFC2; }
p { color: rgb(254,207,194); }
H1.HeaderClassName
{
color: #FECFC2;
}
.AnyTagClassName
{
color: #FECFC2;
}
</style>
background-color css
<style>
a { background-color: #FECFC2; }
a { background-color: rgb(254,207,194); }
div.DivClassName
{
background-color: #FECFC2;
}
.BgClassName
{
background-color: #FECFC2;
}
</style>
border-color css
<style>
span { border-color: #FECFC2; }
span { border-color: rgb(254,207,194); }
td.TdClassName
{
border-color: #FECFC2;
}
.TagClassName
{
border-color: #FECFC2;
}
</style>