Shades of Azalea #FEC3C8
Tints of Azalea #FEC3C8
RGB
CMYK
RGB Variations
Color information
#FEC3C8 (or 0xFEC3C8) is known color: Azalea. HEX triplet: FE, C3 and C8. RGB value is (254,195,200). Sum of RGB (Red+Green+Blue) = 254+195+200=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 195 (76.56% from 255 or 30.05% from 649); Blue value is 200 (78.52% from 255 or 30.82% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3C8 is #013C37. Grayscale: #D5D5D5. Windows color (decimal): -80952 or 13157374. OLE color: 13157374.
HSL color Cylindrical-coordinate representation of color #FEC3C8: hue angle of 354.92º 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 #FEC3C8 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 195 | 200 | - |
CMYK | 0 | 0.23 | 0.21 | 0.00 |
HSL | 354.92º | 0.97% | 0.88% | - |
HSV(B) | 354.92º | 0.23% | 1% | - |
XYZ | 70.81 | 64.27 | 63.32 | - |
YUV | 213.21 | 120.55 | 157.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 195 | 200 | 0 | 0.23 | 0.21 | 0.00 | 354.92 | 0.97 | 0.88 |
Hex | FE | C3 | C8 | 0 | 17 | 15 | 0 | 163 | 61 | 58 |
Octal | 376 | 303 | 310 | 0 | 27 | 25 | 0 | 543 | 141 | 130 |
Binary | 11111110 | 11000011 | 11001000 | 0 | 10111 | 10101 | 0 | 101100011 | 1100001 | 1011000 |
Color Harmonies of #FEC3C8
Complementary color
Monochromatic Colors of #FEC3C8
Black with #FEC3C8
Text Example
Text Example
White with #FEC3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3C8; }
p { color: rgb(254,195,200); }
H1.HeaderClassName
{
color: #FEC3C8;
}
.AnyTagClassName
{
color: #FEC3C8;
}
</style>
background-color css
<style>
a { background-color: #FEC3C8; }
a { background-color: rgb(254,195,200); }
div.DivClassName
{
background-color: #FEC3C8;
}
.BgClassName
{
background-color: #FEC3C8;
}
</style>
border-color css
<style>
span { border-color: #FEC3C8; }
span { border-color: rgb(254,195,200); }
td.TdClassName
{
border-color: #FEC3C8;
}
.TagClassName
{
border-color: #FEC3C8;
}
</style>