Shades of Azalea #FEC7CB
Tints of Azalea #FEC7CB
RGB
CMYK
RGB Variations
Color information
#FEC7CB (or 0xFEC7CB) is known color: Azalea. HEX triplet: FE, C7 and CB. RGB value is (254,199,203). Sum of RGB (Red+Green+Blue) = 254+199+203=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7CB is #013834. Grayscale: #D7D7D7. Windows color (decimal): -79925 or 13355006. OLE color: 13355006.
HSL color Cylindrical-coordinate representation of color #FEC7CB: hue angle of 355.64º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC7CB is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 203 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.00 |
| HSL | 355.64º | 0.96% | 0.89% | - |
| HSV(B) | 355.64º | 0.22% | 1% | - |
| XYZ | 72.08 | 66.23 | 65.48 | - |
| YUV | 215.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 203 | 0 | 0.22 | 0.20 | 0.00 | 355.64 | 0.96 | 0.89 |
| Hex | FE | C7 | CB | 0 | 16 | 14 | 0 | 164 | 60 | 59 |
| Octal | 376 | 307 | 313 | 0 | 26 | 24 | 0 | 544 | 140 | 131 |
| Binary | 11111110 | 11000111 | 11001011 | 0 | 10110 | 10100 | 0 | 101100100 | 1100000 | 1011001 |
Color Harmonies of #FEC7CB
Complementary color
Monochromatic Colors of #FEC7CB
Black with #FEC7CB
Text Example
Text Example
White with #FEC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7CB; }
p { color: rgb(254,199,203); }
H1.HeaderClassName
{
color: #FEC7CB;
}
.AnyTagClassName
{
color: #FEC7CB;
}
</style>
background-color css
<style>
a { background-color: #FEC7CB; }
a { background-color: rgb(254,199,203); }
div.DivClassName
{
background-color: #FEC7CB;
}
.BgClassName
{
background-color: #FEC7CB;
}
</style>
border-color css
<style>
span { border-color: #FEC7CB; }
span { border-color: rgb(254,199,203); }
td.TdClassName
{
border-color: #FEC7CB;
}
.TagClassName
{
border-color: #FEC7CB;
}
</style>