Shades of Azalea #FEC6C9
Tints of Azalea #FEC6C9
RGB
CMYK
RGB Variations
Color information
#FEC6C9 (or 0xFEC6C9) is known color: Azalea. HEX triplet: FE, C6 and C9. RGB value is (254,198,201). Sum of RGB (Red+Green+Blue) = 254+198+201=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6C9 is #013936. Grayscale: #D7D7D7. Windows color (decimal): -80183 or 13223678. OLE color: 13223678.
HSL color Cylindrical-coordinate representation of color #FEC6C9: hue angle of 356.79º 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 #FEC6C9 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 201 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.00 |
| HSL | 356.79º | 0.97% | 0.89% | - |
| HSV(B) | 356.79º | 0.22% | 1% | - |
| XYZ | 71.61 | 65.68 | 64.16 | - |
| YUV | 215.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 201 | 0 | 0.22 | 0.21 | 0.00 | 356.79 | 0.97 | 0.89 |
| Hex | FE | C6 | C9 | 0 | 16 | 15 | 0 | 165 | 61 | 59 |
| Octal | 376 | 306 | 311 | 0 | 26 | 25 | 0 | 545 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11001001 | 0 | 10110 | 10101 | 0 | 101100101 | 1100001 | 1011001 |
Color Harmonies of #FEC6C9
Complementary color
Monochromatic Colors of #FEC6C9
Black with #FEC6C9
Text Example
Text Example
White with #FEC6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6C9; }
p { color: rgb(254,198,201); }
H1.HeaderClassName
{
color: #FEC6C9;
}
.AnyTagClassName
{
color: #FEC6C9;
}
</style>
background-color css
<style>
a { background-color: #FEC6C9; }
a { background-color: rgb(254,198,201); }
div.DivClassName
{
background-color: #FEC6C9;
}
.BgClassName
{
background-color: #FEC6C9;
}
</style>
border-color css
<style>
span { border-color: #FEC6C9; }
span { border-color: rgb(254,198,201); }
td.TdClassName
{
border-color: #FEC6C9;
}
.TagClassName
{
border-color: #FEC6C9;
}
</style>