Shades of Azalea #FEC9CA
Tints of Azalea #FEC9CA
RGB
CMYK
RGB Variations
Color information
#FEC9CA (or 0xFEC9CA) is known color: Azalea. HEX triplet: FE, C9 and CA. RGB value is (254,201,202). Sum of RGB (Red+Green+Blue) = 254+201+202=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9CA is #013635. Grayscale: #D9D9D9. Windows color (decimal): -79414 or 13289982. OLE color: 13289982.
HSL color Cylindrical-coordinate representation of color #FEC9CA: hue angle of 358.87º 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 #FEC9CA is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 202 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.00 |
| HSL | 358.87º | 0.96% | 0.89% | - |
| HSV(B) | 358.87º | 0.21% | 1% | - |
| XYZ | 72.42 | 67.11 | 65.01 | - |
| YUV | 216.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 202 | 0 | 0.21 | 0.20 | 0.00 | 358.87 | 0.96 | 0.89 |
| Hex | FE | C9 | CA | 0 | 15 | 14 | 0 | 167 | 60 | 59 |
| Octal | 376 | 311 | 312 | 0 | 25 | 24 | 0 | 547 | 140 | 131 |
| Binary | 11111110 | 11001001 | 11001010 | 0 | 10101 | 10100 | 0 | 101100111 | 1100000 | 1011001 |
Color Harmonies of #FEC9CA
Complementary color
Monochromatic Colors of #FEC9CA
Black with #FEC9CA
Text Example
Text Example
White with #FEC9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9CA; }
p { color: rgb(254,201,202); }
H1.HeaderClassName
{
color: #FEC9CA;
}
.AnyTagClassName
{
color: #FEC9CA;
}
</style>
background-color css
<style>
a { background-color: #FEC9CA; }
a { background-color: rgb(254,201,202); }
div.DivClassName
{
background-color: #FEC9CA;
}
.BgClassName
{
background-color: #FEC9CA;
}
</style>
border-color css
<style>
span { border-color: #FEC9CA; }
span { border-color: rgb(254,201,202); }
td.TdClassName
{
border-color: #FEC9CA;
}
.TagClassName
{
border-color: #FEC9CA;
}
</style>