Shades of Azalea #FEC3C5
Tints of Azalea #FEC3C5
RGB
CMYK
RGB Variations
Color information
#FEC3C5 (or 0xFEC3C5) is known color: Azalea. HEX triplet: FE, C3 and C5. RGB value is (254,195,197). Sum of RGB (Red+Green+Blue) = 254+195+197=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 195 (76.56% from 255 or 30.19% from 646); Blue value is 197 (77.34% from 255 or 30.50% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3C5 is #013C3A. Grayscale: #D4D4D4. Windows color (decimal): -80955 or 12960766. OLE color: 12960766.
HSL color Cylindrical-coordinate representation of color #FEC3C5: hue angle of 357.97º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC3C5 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 197 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.00 |
| HSL | 357.97º | 0.97% | 0.88% | - |
| HSV(B) | 357.97º | 0.23% | 1% | - |
| XYZ | 70.47 | 64.13 | 61.49 | - |
| YUV | 212.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 197 | 0 | 0.23 | 0.22 | 0.00 | 357.97 | 0.97 | 0.88 |
| Hex | FE | C3 | C5 | 0 | 17 | 16 | 0 | 166 | 61 | 58 |
| Octal | 376 | 303 | 305 | 0 | 27 | 26 | 0 | 546 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11000101 | 0 | 10111 | 10110 | 0 | 101100110 | 1100001 | 1011000 |
Color Harmonies of #FEC3C5
Complementary color
Monochromatic Colors of #FEC3C5
Black with #FEC3C5
Text Example
Text Example
White with #FEC3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3C5; }
p { color: rgb(254,195,197); }
H1.HeaderClassName
{
color: #FEC3C5;
}
.AnyTagClassName
{
color: #FEC3C5;
}
</style>
background-color css
<style>
a { background-color: #FEC3C5; }
a { background-color: rgb(254,195,197); }
div.DivClassName
{
background-color: #FEC3C5;
}
.BgClassName
{
background-color: #FEC3C5;
}
</style>
border-color css
<style>
span { border-color: #FEC3C5; }
span { border-color: rgb(254,195,197); }
td.TdClassName
{
border-color: #FEC3C5;
}
.TagClassName
{
border-color: #FEC3C5;
}
</style>