Shades of Azalea #FEC4C9
Tints of Azalea #FEC4C9
RGB
CMYK
RGB Variations
Color information
#FEC4C9 (or 0xFEC4C9) is known color: Azalea. HEX triplet: FE, C4 and C9. RGB value is (254,196,201). Sum of RGB (Red+Green+Blue) = 254+196+201=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 196 (76.95% from 255 or 30.11% from 651); Blue value is 201 (78.91% from 255 or 30.88% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4C9 is #013B36. Grayscale: #D5D5D5. Windows color (decimal): -80695 or 13223166. OLE color: 13223166.
HSL color Cylindrical-coordinate representation of color #FEC4C9: hue angle of 354.83º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC4C9 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 201 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.00 |
| HSL | 354.83º | 0.97% | 0.88% | - |
| HSV(B) | 354.83º | 0.23% | 1% | - |
| XYZ | 71.16 | 64.77 | 64.01 | - |
| YUV | 213.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 201 | 0 | 0.23 | 0.21 | 0.00 | 354.83 | 0.97 | 0.88 |
| Hex | FE | C4 | C9 | 0 | 17 | 15 | 0 | 163 | 61 | 58 |
| Octal | 376 | 304 | 311 | 0 | 27 | 25 | 0 | 543 | 141 | 130 |
| Binary | 11111110 | 11000100 | 11001001 | 0 | 10111 | 10101 | 0 | 101100011 | 1100001 | 1011000 |
Color Harmonies of #FEC4C9
Complementary color
Monochromatic Colors of #FEC4C9
Black with #FEC4C9
Text Example
Text Example
White with #FEC4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4C9; }
p { color: rgb(254,196,201); }
H1.HeaderClassName
{
color: #FEC4C9;
}
.AnyTagClassName
{
color: #FEC4C9;
}
</style>
background-color css
<style>
a { background-color: #FEC4C9; }
a { background-color: rgb(254,196,201); }
div.DivClassName
{
background-color: #FEC4C9;
}
.BgClassName
{
background-color: #FEC4C9;
}
</style>
border-color css
<style>
span { border-color: #FEC4C9; }
span { border-color: rgb(254,196,201); }
td.TdClassName
{
border-color: #FEC4C9;
}
.TagClassName
{
border-color: #FEC4C9;
}
</style>