Shades of Azalea #FEBDC0
Tints of Azalea #FEBDC0
RGB
CMYK
RGB Variations
Color information
#FEBDC0 (or 0xFEBDC0) is known color: Azalea. HEX triplet: FE, BD and C0. RGB value is (254,189,192). Sum of RGB (Red+Green+Blue) = 254+189+192=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDC0 is #01423F. Grayscale: #D0D0D0. Windows color (decimal): -82496 or 12631550. OLE color: 12631550.
HSL color Cylindrical-coordinate representation of color #FEBDC0: hue angle of 357.23º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBDC0 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 192 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.00 |
| HSL | 357.23º | 0.97% | 0.87% | - |
| HSV(B) | 357.23º | 0.26% | 1% | - |
| XYZ | 68.59 | 61.27 | 58.08 | - |
| YUV | 208.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 192 | 0 | 0.26 | 0.24 | 0.00 | 357.23 | 0.97 | 0.87 |
| Hex | FE | BD | C0 | 0 | 1A | 18 | 0 | 165 | 61 | 57 |
| Octal | 376 | 275 | 300 | 0 | 32 | 30 | 0 | 545 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11000000 | 0 | 11010 | 11000 | 0 | 101100101 | 1100001 | 1010111 |
Color Harmonies of #FEBDC0
Complementary color
Monochromatic Colors of #FEBDC0
Black with #FEBDC0
Text Example
Text Example
White with #FEBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDC0; }
p { color: rgb(254,189,192); }
H1.HeaderClassName
{
color: #FEBDC0;
}
.AnyTagClassName
{
color: #FEBDC0;
}
</style>
background-color css
<style>
a { background-color: #FEBDC0; }
a { background-color: rgb(254,189,192); }
div.DivClassName
{
background-color: #FEBDC0;
}
.BgClassName
{
background-color: #FEBDC0;
}
</style>
border-color css
<style>
span { border-color: #FEBDC0; }
span { border-color: rgb(254,189,192); }
td.TdClassName
{
border-color: #FEBDC0;
}
.TagClassName
{
border-color: #FEBDC0;
}
</style>