Shades of Azalea #FEC2C6
Tints of Azalea #FEC2C6
RGB
CMYK
RGB Variations
Color information
#FEC2C6 (or 0xFEC2C6) is known color: Azalea. HEX triplet: FE, C2 and C6. RGB value is (254,194,198). Sum of RGB (Red+Green+Blue) = 254+194+198=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 194 (76.17% from 255 or 30.03% from 646); Blue value is 198 (77.73% from 255 or 30.65% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2C6 is #013D39. Grayscale: #D4D4D4. Windows color (decimal): -81210 or 13026046. OLE color: 13026046.
HSL color Cylindrical-coordinate representation of color #FEC2C6: hue angle of 356º 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 #FEC2C6 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 198 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.00 |
| HSL | 356º | 0.97% | 0.88% | - |
| HSV(B) | 356º | 0.24% | 1% | - |
| XYZ | 70.36 | 63.73 | 62.02 | - |
| YUV | 212.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 198 | 0 | 0.24 | 0.22 | 0.00 | 356 | 0.97 | 0.88 |
| Hex | FE | C2 | C6 | 0 | 18 | 16 | 0 | 164 | 61 | 58 |
| Octal | 376 | 302 | 306 | 0 | 30 | 26 | 0 | 544 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11000110 | 0 | 11000 | 10110 | 0 | 101100100 | 1100001 | 1011000 |
Color Harmonies of #FEC2C6
Complementary color
Monochromatic Colors of #FEC2C6
Black with #FEC2C6
Text Example
Text Example
White with #FEC2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2C6; }
p { color: rgb(254,194,198); }
H1.HeaderClassName
{
color: #FEC2C6;
}
.AnyTagClassName
{
color: #FEC2C6;
}
</style>
background-color css
<style>
a { background-color: #FEC2C6; }
a { background-color: rgb(254,194,198); }
div.DivClassName
{
background-color: #FEC2C6;
}
.BgClassName
{
background-color: #FEC2C6;
}
</style>
border-color css
<style>
span { border-color: #FEC2C6; }
span { border-color: rgb(254,194,198); }
td.TdClassName
{
border-color: #FEC2C6;
}
.TagClassName
{
border-color: #FEC2C6;
}
</style>