Shades of Azalea #FEC2C7
Tints of Azalea #FEC2C7
RGB
CMYK
RGB Variations
Color information
#FEC2C7 (or 0xFEC2C7) is known color: Azalea. HEX triplet: FE, C2 and C7. RGB value is (254,194,199). Sum of RGB (Red+Green+Blue) = 254+194+199=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 199 (78.12% from 255 or 30.76% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2C7 is #013D38. Grayscale: #D4D4D4. Windows color (decimal): -81209 or 13091582. OLE color: 13091582.
HSL color Cylindrical-coordinate representation of color #FEC2C7: hue angle of 355º 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 #FEC2C7 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 199 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.00 |
| HSL | 355º | 0.97% | 0.88% | - |
| HSV(B) | 355º | 0.24% | 1% | - |
| XYZ | 70.47 | 63.78 | 62.63 | - |
| YUV | 212.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 199 | 0 | 0.24 | 0.22 | 0.00 | 355 | 0.97 | 0.88 |
| Hex | FE | C2 | C7 | 0 | 18 | 16 | 0 | 163 | 61 | 58 |
| Octal | 376 | 302 | 307 | 0 | 30 | 26 | 0 | 543 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11000111 | 0 | 11000 | 10110 | 0 | 101100011 | 1100001 | 1011000 |
Color Harmonies of #FEC2C7
Complementary color
Monochromatic Colors of #FEC2C7
Black with #FEC2C7
Text Example
Text Example
White with #FEC2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2C7; }
p { color: rgb(254,194,199); }
H1.HeaderClassName
{
color: #FEC2C7;
}
.AnyTagClassName
{
color: #FEC2C7;
}
</style>
background-color css
<style>
a { background-color: #FEC2C7; }
a { background-color: rgb(254,194,199); }
div.DivClassName
{
background-color: #FEC2C7;
}
.BgClassName
{
background-color: #FEC2C7;
}
</style>
border-color css
<style>
span { border-color: #FEC2C7; }
span { border-color: rgb(254,194,199); }
td.TdClassName
{
border-color: #FEC2C7;
}
.TagClassName
{
border-color: #FEC2C7;
}
</style>