Shades of Azalea #FEC8CB
Tints of Azalea #FEC8CB
RGB
CMYK
RGB Variations
Color information
#FEC8CB (or 0xFEC8CB) is known color: Azalea. HEX triplet: FE, C8 and CB. RGB value is (254,200,203). Sum of RGB (Red+Green+Blue) = 254+200+203=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8CB is #013734. Grayscale: #D8D8D8. Windows color (decimal): -79669 or 13355262. OLE color: 13355262.
HSL color Cylindrical-coordinate representation of color #FEC8CB: hue angle of 356.67º 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 #FEC8CB is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 203 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.00 |
| HSL | 356.67º | 0.96% | 0.89% | - |
| HSV(B) | 356.67º | 0.21% | 1% | - |
| XYZ | 72.31 | 66.69 | 65.56 | - |
| YUV | 216.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 203 | 0 | 0.21 | 0.20 | 0.00 | 356.67 | 0.96 | 0.89 |
| Hex | FE | C8 | CB | 0 | 15 | 14 | 0 | 165 | 60 | 59 |
| Octal | 376 | 310 | 313 | 0 | 25 | 24 | 0 | 545 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11001011 | 0 | 10101 | 10100 | 0 | 101100101 | 1100000 | 1011001 |
Color Harmonies of #FEC8CB
Complementary color
Monochromatic Colors of #FEC8CB
Black with #FEC8CB
Text Example
Text Example
White with #FEC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8CB; }
p { color: rgb(254,200,203); }
H1.HeaderClassName
{
color: #FEC8CB;
}
.AnyTagClassName
{
color: #FEC8CB;
}
</style>
background-color css
<style>
a { background-color: #FEC8CB; }
a { background-color: rgb(254,200,203); }
div.DivClassName
{
background-color: #FEC8CB;
}
.BgClassName
{
background-color: #FEC8CB;
}
</style>
border-color css
<style>
span { border-color: #FEC8CB; }
span { border-color: rgb(254,200,203); }
td.TdClassName
{
border-color: #FEC8CB;
}
.TagClassName
{
border-color: #FEC8CB;
}
</style>