Shades of Coral Candy #FEC9C7
Tints of Coral Candy #FEC9C7
RGB
CMYK
RGB Variations
Color information
#FEC9C7 (or 0xFEC9C7) is known color: Coral Candy. HEX triplet: FE, C9 and C7. RGB value is (254,201,199). Sum of RGB (Red+Green+Blue) = 254+201+199=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9C7 is #013638. Grayscale: #D8D8D8. Windows color (decimal): -79417 or 13093374. OLE color: 13093374.
HSL color Cylindrical-coordinate representation of color #FEC9C7: hue angle of 2.18º 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 #FEC9C7 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 199 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.00 |
| HSL | 2.18º | 0.96% | 0.89% | - |
| HSV(B) | 2.18º | 0.22% | 1% | - |
| XYZ | 72.07 | 66.97 | 63.16 | - |
| YUV | 216.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 199 | 0 | 0.21 | 0.22 | 0.00 | 2.18 | 0.96 | 0.89 |
| Hex | FE | C9 | C7 | 0 | 15 | 16 | 0 | 2 | 60 | 59 |
| Octal | 376 | 311 | 307 | 0 | 25 | 26 | 0 | 2 | 140 | 131 |
| Binary | 11111110 | 11001001 | 11000111 | 0 | 10101 | 10110 | 0 | 10 | 1100000 | 1011001 |
Color Harmonies of #FEC9C7
Complementary color
Monochromatic Colors of #FEC9C7
Black with #FEC9C7
Text Example
Text Example
White with #FEC9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9C7; }
p { color: rgb(254,201,199); }
H1.HeaderClassName
{
color: #FEC9C7;
}
.AnyTagClassName
{
color: #FEC9C7;
}
</style>
background-color css
<style>
a { background-color: #FEC9C7; }
a { background-color: rgb(254,201,199); }
div.DivClassName
{
background-color: #FEC9C7;
}
.BgClassName
{
background-color: #FEC9C7;
}
</style>
border-color css
<style>
span { border-color: #FEC9C7; }
span { border-color: rgb(254,201,199); }
td.TdClassName
{
border-color: #FEC9C7;
}
.TagClassName
{
border-color: #FEC9C7;
}
</style>