Shades of Azalea #FEC2C4
Tints of Azalea #FEC2C4
RGB
CMYK
RGB Variations
Color information
#FEC2C4 (or 0xFEC2C4) is known color: Azalea. HEX triplet: FE, C2 and C4. RGB value is (254,194,196). Sum of RGB (Red+Green+Blue) = 254+194+196=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 196 (76.95% from 255 or 30.43% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2C4 is #013D3B. Grayscale: #D4D4D4. Windows color (decimal): -81212 or 12894974. OLE color: 12894974.
HSL color Cylindrical-coordinate representation of color #FEC2C4: hue angle of 358º 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 #FEC2C4 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 196 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.00 |
| HSL | 358º | 0.97% | 0.88% | - |
| HSV(B) | 358º | 0.24% | 1% | - |
| XYZ | 70.13 | 63.64 | 60.81 | - |
| YUV | 212.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 196 | 0 | 0.24 | 0.23 | 0.00 | 358 | 0.97 | 0.88 |
| Hex | FE | C2 | C4 | 0 | 18 | 17 | 0 | 166 | 61 | 58 |
| Octal | 376 | 302 | 304 | 0 | 30 | 27 | 0 | 546 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11000100 | 0 | 11000 | 10111 | 0 | 101100110 | 1100001 | 1011000 |
Color Harmonies of #FEC2C4
Complementary color
Monochromatic Colors of #FEC2C4
Black with #FEC2C4
Text Example
Text Example
White with #FEC2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2C4; }
p { color: rgb(254,194,196); }
H1.HeaderClassName
{
color: #FEC2C4;
}
.AnyTagClassName
{
color: #FEC2C4;
}
</style>
background-color css
<style>
a { background-color: #FEC2C4; }
a { background-color: rgb(254,194,196); }
div.DivClassName
{
background-color: #FEC2C4;
}
.BgClassName
{
background-color: #FEC2C4;
}
</style>
border-color css
<style>
span { border-color: #FEC2C4; }
span { border-color: rgb(254,194,196); }
td.TdClassName
{
border-color: #FEC2C4;
}
.TagClassName
{
border-color: #FEC2C4;
}
</style>