Shades of Azalea #FEC9CC
Tints of Azalea #FEC9CC
RGB
CMYK
RGB Variations
Color information
#FEC9CC (or 0xFEC9CC) is known color: Azalea. HEX triplet: FE, C9 and CC. RGB value is (254,201,204). Sum of RGB (Red+Green+Blue) = 254+201+204=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9CC is #013633. Grayscale: #D9D9D9. Windows color (decimal): -79412 or 13421054. OLE color: 13421054.
HSL color Cylindrical-coordinate representation of color #FEC9CC: hue angle of 356.6º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC9CC is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 201 | 204 | - |
CMYK | 0 | 0.21 | 0.20 | 0.00 |
HSL | 356.6º | 0.96% | 0.89% | - |
HSV(B) | 356.6º | 0.21% | 1% | - |
XYZ | 72.66 | 67.2 | 66.27 | - |
YUV | 217.19 | 120.56 | 154.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 201 | 204 | 0 | 0.21 | 0.20 | 0.00 | 356.6 | 0.96 | 0.89 |
Hex | FE | C9 | CC | 0 | 15 | 14 | 0 | 165 | 60 | 59 |
Octal | 376 | 311 | 314 | 0 | 25 | 24 | 0 | 545 | 140 | 131 |
Binary | 11111110 | 11001001 | 11001100 | 0 | 10101 | 10100 | 0 | 101100101 | 1100000 | 1011001 |
Color Harmonies of #FEC9CC
Complementary color
Monochromatic Colors of #FEC9CC
Black with #FEC9CC
Text Example
Text Example
White with #FEC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9CC; }
p { color: rgb(254,201,204); }
H1.HeaderClassName
{
color: #FEC9CC;
}
.AnyTagClassName
{
color: #FEC9CC;
}
</style>
background-color css
<style>
a { background-color: #FEC9CC; }
a { background-color: rgb(254,201,204); }
div.DivClassName
{
background-color: #FEC9CC;
}
.BgClassName
{
background-color: #FEC9CC;
}
</style>
border-color css
<style>
span { border-color: #FEC9CC; }
span { border-color: rgb(254,201,204); }
td.TdClassName
{
border-color: #FEC9CC;
}
.TagClassName
{
border-color: #FEC9CC;
}
</style>