Shades of Coral Candy #FECFC7
Tints of Coral Candy #FECFC7
RGB
CMYK
RGB Variations
Color information
#FECFC7 (or 0xFECFC7) is known color: Coral Candy. HEX triplet: FE, CF and C7. RGB value is (254,207,199). Sum of RGB (Red+Green+Blue) = 254+207+199=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 199 (78.12% from 255 or 30.15% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFC7 is #013038. Grayscale: #DCDCDC. Windows color (decimal): -77881 or 13094910. OLE color: 13094910.
HSL color Cylindrical-coordinate representation of color #FECFC7: hue angle of 8.73º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FECFC7 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 199 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.00 |
| HSL | 8.73º | 0.96% | 0.89% | - |
| HSV(B) | 8.73º | 0.22% | 1% | - |
| XYZ | 73.49 | 69.82 | 63.64 | - |
| YUV | 220.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 199 | 0 | 0.19 | 0.22 | 0.00 | 8.73 | 0.96 | 0.89 |
| Hex | FE | CF | C7 | 0 | 13 | 16 | 0 | 9 | 60 | 59 |
| Octal | 376 | 317 | 307 | 0 | 23 | 26 | 0 | 11 | 140 | 131 |
| Binary | 11111110 | 11001111 | 11000111 | 0 | 10011 | 10110 | 0 | 1001 | 1100000 | 1011001 |
Color Harmonies of #FECFC7
Complementary color
Monochromatic Colors of #FECFC7
Black with #FECFC7
Text Example
Text Example
White with #FECFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFC7; }
p { color: rgb(254,207,199); }
H1.HeaderClassName
{
color: #FECFC7;
}
.AnyTagClassName
{
color: #FECFC7;
}
</style>
background-color css
<style>
a { background-color: #FECFC7; }
a { background-color: rgb(254,207,199); }
div.DivClassName
{
background-color: #FECFC7;
}
.BgClassName
{
background-color: #FECFC7;
}
</style>
border-color css
<style>
span { border-color: #FECFC7; }
span { border-color: rgb(254,207,199); }
td.TdClassName
{
border-color: #FECFC7;
}
.TagClassName
{
border-color: #FECFC7;
}
</style>