Shades of Azalea #FEC2C3
Tints of Azalea #FEC2C3
RGB
CMYK
RGB Variations
Color information
#FEC2C3 (or 0xFEC2C3) is known color: Azalea. HEX triplet: FE, C2 and C3. RGB value is (254,194,195). Sum of RGB (Red+Green+Blue) = 254+194+195=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 195 (76.56% from 255 or 30.33% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2C3 is #013D3C. Grayscale: #D4D4D4. Windows color (decimal): -81213 or 12829438. OLE color: 12829438.
HSL color Cylindrical-coordinate representation of color #FEC2C3: hue angle of 359º 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 #FEC2C3 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 195 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.00 |
| HSL | 359º | 0.97% | 0.88% | - |
| HSV(B) | 359º | 0.24% | 1% | - |
| XYZ | 70.02 | 63.59 | 60.21 | - |
| YUV | 212.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 195 | 0 | 0.24 | 0.23 | 0.00 | 359 | 0.97 | 0.88 |
| Hex | FE | C2 | C3 | 0 | 18 | 17 | 0 | 167 | 61 | 58 |
| Octal | 376 | 302 | 303 | 0 | 30 | 27 | 0 | 547 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11000011 | 0 | 11000 | 10111 | 0 | 101100111 | 1100001 | 1011000 |
Color Harmonies of #FEC2C3
Complementary color
Monochromatic Colors of #FEC2C3
Black with #FEC2C3
Text Example
Text Example
White with #FEC2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2C3; }
p { color: rgb(254,194,195); }
H1.HeaderClassName
{
color: #FEC2C3;
}
.AnyTagClassName
{
color: #FEC2C3;
}
</style>
background-color css
<style>
a { background-color: #FEC2C3; }
a { background-color: rgb(254,194,195); }
div.DivClassName
{
background-color: #FEC2C3;
}
.BgClassName
{
background-color: #FEC2C3;
}
</style>
border-color css
<style>
span { border-color: #FEC2C3; }
span { border-color: rgb(254,194,195); }
td.TdClassName
{
border-color: #FEC2C3;
}
.TagClassName
{
border-color: #FEC2C3;
}
</style>