Shades of Azalea #FEC0C5
Tints of Azalea #FEC0C5
RGB
CMYK
RGB Variations
Color information
#FEC0C5 (or 0xFEC0C5) is known color: Azalea. HEX triplet: FE, C0 and C5. RGB value is (254,192,197). Sum of RGB (Red+Green+Blue) = 254+192+197=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 197 (77.34% from 255 or 30.64% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0C5 is #013F3A. Grayscale: #D3D3D3. Windows color (decimal): -81723 or 12959998. OLE color: 12959998.
HSL color Cylindrical-coordinate representation of color #FEC0C5: hue angle of 355.16º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0C5 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 197 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.00 |
| HSL | 355.16º | 0.97% | 0.87% | - |
| HSV(B) | 355.16º | 0.24% | 1% | - |
| XYZ | 69.8 | 62.8 | 61.27 | - |
| YUV | 211.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 197 | 0 | 0.24 | 0.22 | 0.00 | 355.16 | 0.97 | 0.87 |
| Hex | FE | C0 | C5 | 0 | 18 | 16 | 0 | 163 | 61 | 57 |
| Octal | 376 | 300 | 305 | 0 | 30 | 26 | 0 | 543 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11000101 | 0 | 11000 | 10110 | 0 | 101100011 | 1100001 | 1010111 |
Color Harmonies of #FEC0C5
Complementary color
Monochromatic Colors of #FEC0C5
Black with #FEC0C5
Text Example
Text Example
White with #FEC0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0C5; }
p { color: rgb(254,192,197); }
H1.HeaderClassName
{
color: #FEC0C5;
}
.AnyTagClassName
{
color: #FEC0C5;
}
</style>
background-color css
<style>
a { background-color: #FEC0C5; }
a { background-color: rgb(254,192,197); }
div.DivClassName
{
background-color: #FEC0C5;
}
.BgClassName
{
background-color: #FEC0C5;
}
</style>
border-color css
<style>
span { border-color: #FEC0C5; }
span { border-color: rgb(254,192,197); }
td.TdClassName
{
border-color: #FEC0C5;
}
.TagClassName
{
border-color: #FEC0C5;
}
</style>