Shades of Azalea #FDBEC5
Tints of Azalea #FDBEC5
RGB
CMYK
RGB Variations
Color information
#FDBEC5 (or 0xFDBEC5) is known color: Azalea. HEX triplet: FD, BE and C5. RGB value is (253,190,197). Sum of RGB (Red+Green+Blue) = 253+190+197=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEC5 is #02413A. Grayscale: #D1D1D1. Windows color (decimal): -147771 or 12959485. OLE color: 12959485.
HSL color Cylindrical-coordinate representation of color #FDBEC5: hue angle of 353.33º 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 #FDBEC5 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 197 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.01 |
| HSL | 353.33º | 0.94% | 0.87% | - |
| HSV(B) | 353.33º | 0.25% | 0.99% | - |
| XYZ | 69 | 61.74 | 61.1 | - |
| YUV | 209.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 197 | 0 | 0.25 | 0.22 | 0.01 | 353.33 | 0.94 | 0.87 |
| Hex | FD | BE | C5 | 0 | 19 | 16 | 1 | 161 | 5E | 57 |
| Octal | 375 | 276 | 305 | 0 | 31 | 26 | 1 | 541 | 136 | 127 |
| Binary | 11111101 | 10111110 | 11000101 | 0 | 11001 | 10110 | 1 | 101100001 | 1011110 | 1010111 |
Color Harmonies of #FDBEC5
Complementary color
Monochromatic Colors of #FDBEC5
Black with #FDBEC5
Text Example
Text Example
White with #FDBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEC5; }
p { color: rgb(253,190,197); }
H1.HeaderClassName
{
color: #FDBEC5;
}
.AnyTagClassName
{
color: #FDBEC5;
}
</style>
background-color css
<style>
a { background-color: #FDBEC5; }
a { background-color: rgb(253,190,197); }
div.DivClassName
{
background-color: #FDBEC5;
}
.BgClassName
{
background-color: #FDBEC5;
}
</style>
border-color css
<style>
span { border-color: #FDBEC5; }
span { border-color: rgb(253,190,197); }
td.TdClassName
{
border-color: #FDBEC5;
}
.TagClassName
{
border-color: #FDBEC5;
}
</style>