Shades of Azalea #FEC9CB
Tints of Azalea #FEC9CB
RGB
CMYK
RGB Variations
Color information
#FEC9CB (or 0xFEC9CB) is known color: Azalea. HEX triplet: FE, C9 and CB. RGB value is (254,201,203). Sum of RGB (Red+Green+Blue) = 254+201+203=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9CB is #013634. Grayscale: #D9D9D9. Windows color (decimal): -79413 or 13355518. OLE color: 13355518.
HSL color Cylindrical-coordinate representation of color #FEC9CB: hue angle of 357.74º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC9CB is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 203 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.00 |
| HSL | 357.74º | 0.96% | 0.89% | - |
| HSV(B) | 357.74º | 0.21% | 1% | - |
| XYZ | 72.54 | 67.16 | 65.64 | - |
| YUV | 217.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 203 | 0 | 0.21 | 0.20 | 0.00 | 357.74 | 0.96 | 0.89 |
| Hex | FE | C9 | CB | 0 | 15 | 14 | 0 | 166 | 60 | 59 |
| Octal | 376 | 311 | 313 | 0 | 25 | 24 | 0 | 546 | 140 | 131 |
| Binary | 11111110 | 11001001 | 11001011 | 0 | 10101 | 10100 | 0 | 101100110 | 1100000 | 1011001 |
Color Harmonies of #FEC9CB
Complementary color
Monochromatic Colors of #FEC9CB
Black with #FEC9CB
Text Example
Text Example
White with #FEC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9CB; }
p { color: rgb(254,201,203); }
H1.HeaderClassName
{
color: #FEC9CB;
}
.AnyTagClassName
{
color: #FEC9CB;
}
</style>
background-color css
<style>
a { background-color: #FEC9CB; }
a { background-color: rgb(254,201,203); }
div.DivClassName
{
background-color: #FEC9CB;
}
.BgClassName
{
background-color: #FEC9CB;
}
</style>
border-color css
<style>
span { border-color: #FEC9CB; }
span { border-color: rgb(254,201,203); }
td.TdClassName
{
border-color: #FEC9CB;
}
.TagClassName
{
border-color: #FEC9CB;
}
</style>