Shades of Azalea #FEBDC4
Tints of Azalea #FEBDC4
RGB
CMYK
RGB Variations
Color information
#FEBDC4 (or 0xFEBDC4) is known color: Azalea. HEX triplet: FE, BD and C4. RGB value is (254,189,196). Sum of RGB (Red+Green+Blue) = 254+189+196=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDC4 is #01423B. Grayscale: #D1D1D1. Windows color (decimal): -82492 or 12893694. OLE color: 12893694.
HSL color Cylindrical-coordinate representation of color #FEBDC4: hue angle of 353.54º 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 #FEBDC4 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 196 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.00 |
| HSL | 353.54º | 0.97% | 0.87% | - |
| HSV(B) | 353.54º | 0.26% | 1% | - |
| XYZ | 69.03 | 61.45 | 60.45 | - |
| YUV | 209.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 196 | 0 | 0.26 | 0.23 | 0.00 | 353.54 | 0.97 | 0.87 |
| Hex | FE | BD | C4 | 0 | 1A | 17 | 0 | 162 | 61 | 57 |
| Octal | 376 | 275 | 304 | 0 | 32 | 27 | 0 | 542 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11000100 | 0 | 11010 | 10111 | 0 | 101100010 | 1100001 | 1010111 |
Color Harmonies of #FEBDC4
Complementary color
Monochromatic Colors of #FEBDC4
Black with #FEBDC4
Text Example
Text Example
White with #FEBDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDC4; }
p { color: rgb(254,189,196); }
H1.HeaderClassName
{
color: #FEBDC4;
}
.AnyTagClassName
{
color: #FEBDC4;
}
</style>
background-color css
<style>
a { background-color: #FEBDC4; }
a { background-color: rgb(254,189,196); }
div.DivClassName
{
background-color: #FEBDC4;
}
.BgClassName
{
background-color: #FEBDC4;
}
</style>
border-color css
<style>
span { border-color: #FEBDC4; }
span { border-color: rgb(254,189,196); }
td.TdClassName
{
border-color: #FEBDC4;
}
.TagClassName
{
border-color: #FEBDC4;
}
</style>