Shades of Azalea #FDBEC0
Tints of Azalea #FDBEC0
RGB
CMYK
RGB Variations
Color information
#FDBEC0 (or 0xFDBEC0) is known color: Azalea. HEX triplet: FD, BE and C0. RGB value is (253,190,192). Sum of RGB (Red+Green+Blue) = 253+190+192=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEC0 is #02413F. Grayscale: #D1D1D1. Windows color (decimal): -147776 or 12631805. OLE color: 12631805.
HSL color Cylindrical-coordinate representation of color #FDBEC0: hue angle of 358.1º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBEC0 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 192 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.01 |
| HSL | 358.1º | 0.94% | 0.87% | - |
| HSV(B) | 358.1º | 0.25% | 0.99% | - |
| XYZ | 68.44 | 61.52 | 58.14 | - |
| YUV | 209.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 192 | 0 | 0.25 | 0.24 | 0.01 | 358.1 | 0.94 | 0.87 |
| Hex | FD | BE | C0 | 0 | 19 | 18 | 1 | 166 | 5E | 57 |
| Octal | 375 | 276 | 300 | 0 | 31 | 30 | 1 | 546 | 136 | 127 |
| Binary | 11111101 | 10111110 | 11000000 | 0 | 11001 | 11000 | 1 | 101100110 | 1011110 | 1010111 |
Color Harmonies of #FDBEC0
Complementary color
Monochromatic Colors of #FDBEC0
Black with #FDBEC0
Text Example
Text Example
White with #FDBEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEC0; }
p { color: rgb(253,190,192); }
H1.HeaderClassName
{
color: #FDBEC0;
}
.AnyTagClassName
{
color: #FDBEC0;
}
</style>
background-color css
<style>
a { background-color: #FDBEC0; }
a { background-color: rgb(253,190,192); }
div.DivClassName
{
background-color: #FDBEC0;
}
.BgClassName
{
background-color: #FDBEC0;
}
</style>
border-color css
<style>
span { border-color: #FDBEC0; }
span { border-color: rgb(253,190,192); }
td.TdClassName
{
border-color: #FDBEC0;
}
.TagClassName
{
border-color: #FDBEC0;
}
</style>