Shades of Azalea #FEC8CA
Tints of Azalea #FEC8CA
RGB
CMYK
RGB Variations
Color information
#FEC8CA (or 0xFEC8CA) is known color: Azalea. HEX triplet: FE, C8 and CA. RGB value is (254,200,202). Sum of RGB (Red+Green+Blue) = 254+200+202=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8CA is #013735. Grayscale: #D8D8D8. Windows color (decimal): -79670 or 13289726. OLE color: 13289726.
HSL color Cylindrical-coordinate representation of color #FEC8CA: hue angle of 357.78º 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 #FEC8CA is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 202 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.00 |
| HSL | 357.78º | 0.96% | 0.89% | - |
| HSV(B) | 357.78º | 0.21% | 1% | - |
| XYZ | 72.19 | 66.64 | 64.94 | - |
| YUV | 216.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 202 | 0 | 0.21 | 0.20 | 0.00 | 357.78 | 0.96 | 0.89 |
| Hex | FE | C8 | CA | 0 | 15 | 14 | 0 | 166 | 60 | 59 |
| Octal | 376 | 310 | 312 | 0 | 25 | 24 | 0 | 546 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11001010 | 0 | 10101 | 10100 | 0 | 101100110 | 1100000 | 1011001 |
Color Harmonies of #FEC8CA
Complementary color
Monochromatic Colors of #FEC8CA
Black with #FEC8CA
Text Example
Text Example
White with #FEC8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8CA; }
p { color: rgb(254,200,202); }
H1.HeaderClassName
{
color: #FEC8CA;
}
.AnyTagClassName
{
color: #FEC8CA;
}
</style>
background-color css
<style>
a { background-color: #FEC8CA; }
a { background-color: rgb(254,200,202); }
div.DivClassName
{
background-color: #FEC8CA;
}
.BgClassName
{
background-color: #FEC8CA;
}
</style>
border-color css
<style>
span { border-color: #FEC8CA; }
span { border-color: rgb(254,200,202); }
td.TdClassName
{
border-color: #FEC8CA;
}
.TagClassName
{
border-color: #FEC8CA;
}
</style>