Shades of Azalea #FEC2C5
Tints of Azalea #FEC2C5
RGB
CMYK
RGB Variations
Color information
#FEC2C5 (or 0xFEC2C5) is known color: Azalea. HEX triplet: FE, C2 and C5. RGB value is (254,194,197). Sum of RGB (Red+Green+Blue) = 254+194+197=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 194 (76.17% from 255 or 30.08% from 645); Blue value is 197 (77.34% from 255 or 30.54% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2C5 is #013D3A. Grayscale: #D4D4D4. Windows color (decimal): -81211 or 12960510. OLE color: 12960510.
HSL color Cylindrical-coordinate representation of color #FEC2C5: hue angle of 357º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC2C5 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 197 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.00 |
| HSL | 357º | 0.97% | 0.88% | - |
| HSV(B) | 357º | 0.24% | 1% | - |
| XYZ | 70.24 | 63.69 | 61.41 | - |
| YUV | 212.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 197 | 0 | 0.24 | 0.22 | 0.00 | 357 | 0.97 | 0.88 |
| Hex | FE | C2 | C5 | 0 | 18 | 16 | 0 | 165 | 61 | 58 |
| Octal | 376 | 302 | 305 | 0 | 30 | 26 | 0 | 545 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11000101 | 0 | 11000 | 10110 | 0 | 101100101 | 1100001 | 1011000 |
Color Harmonies of #FEC2C5
Complementary color
Monochromatic Colors of #FEC2C5
Black with #FEC2C5
Text Example
Text Example
White with #FEC2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2C5; }
p { color: rgb(254,194,197); }
H1.HeaderClassName
{
color: #FEC2C5;
}
.AnyTagClassName
{
color: #FEC2C5;
}
</style>
background-color css
<style>
a { background-color: #FEC2C5; }
a { background-color: rgb(254,194,197); }
div.DivClassName
{
background-color: #FEC2C5;
}
.BgClassName
{
background-color: #FEC2C5;
}
</style>
border-color css
<style>
span { border-color: #FEC2C5; }
span { border-color: rgb(254,194,197); }
td.TdClassName
{
border-color: #FEC2C5;
}
.TagClassName
{
border-color: #FEC2C5;
}
</style>