Shades of Azalea #FEC3C7
Tints of Azalea #FEC3C7
RGB
CMYK
RGB Variations
Color information
#FEC3C7 (or 0xFEC3C7) is known color: Azalea. HEX triplet: FE, C3 and C7. RGB value is (254,195,199). Sum of RGB (Red+Green+Blue) = 254+195+199=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 195 (76.56% from 255 or 30.09% from 648); Blue value is 199 (78.12% from 255 or 30.71% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3C7 is #013C38. Grayscale: #D5D5D5. Windows color (decimal): -80953 or 13091838. OLE color: 13091838.
HSL color Cylindrical-coordinate representation of color #FEC3C7: hue angle of 355.93º 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 #FEC3C7 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 199 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.00 |
| HSL | 355.93º | 0.97% | 0.88% | - |
| HSV(B) | 355.93º | 0.23% | 1% | - |
| XYZ | 70.7 | 64.22 | 62.7 | - |
| YUV | 213.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 199 | 0 | 0.23 | 0.22 | 0.00 | 355.93 | 0.97 | 0.88 |
| Hex | FE | C3 | C7 | 0 | 17 | 16 | 0 | 164 | 61 | 58 |
| Octal | 376 | 303 | 307 | 0 | 27 | 26 | 0 | 544 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11000111 | 0 | 10111 | 10110 | 0 | 101100100 | 1100001 | 1011000 |
Color Harmonies of #FEC3C7
Complementary color
Monochromatic Colors of #FEC3C7
Black with #FEC3C7
Text Example
Text Example
White with #FEC3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3C7; }
p { color: rgb(254,195,199); }
H1.HeaderClassName
{
color: #FEC3C7;
}
.AnyTagClassName
{
color: #FEC3C7;
}
</style>
background-color css
<style>
a { background-color: #FEC3C7; }
a { background-color: rgb(254,195,199); }
div.DivClassName
{
background-color: #FEC3C7;
}
.BgClassName
{
background-color: #FEC3C7;
}
</style>
border-color css
<style>
span { border-color: #FEC3C7; }
span { border-color: rgb(254,195,199); }
td.TdClassName
{
border-color: #FEC3C7;
}
.TagClassName
{
border-color: #FEC3C7;
}
</style>