Shades of Azalea #FDBABD
Tints of Azalea #FDBABD
RGB
CMYK
RGB Variations
Color information
#FDBABD (or 0xFDBABD) is known color: Azalea. HEX triplet: FD, BA and BD. RGB value is (253,186,189). Sum of RGB (Red+Green+Blue) = 253+186+189=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBABD is #024542. Grayscale: #CECECE. Windows color (decimal): -148803 or 12434173. OLE color: 12434173.
HSL color Cylindrical-coordinate representation of color #FDBABD: hue angle of 357.31º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBABD is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 189 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.01 |
| HSL | 357.31º | 0.94% | 0.86% | - |
| HSV(B) | 357.31º | 0.26% | 0.99% | - |
| XYZ | 67.25 | 59.67 | 56.12 | - |
| YUV | 206.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 189 | 0 | 0.26 | 0.25 | 0.01 | 357.31 | 0.94 | 0.86 |
| Hex | FD | BA | BD | 0 | 1A | 19 | 1 | 165 | 5E | 56 |
| Octal | 375 | 272 | 275 | 0 | 32 | 31 | 1 | 545 | 136 | 126 |
| Binary | 11111101 | 10111010 | 10111101 | 0 | 11010 | 11001 | 1 | 101100101 | 1011110 | 1010110 |
Color Harmonies of #FDBABD
Complementary color
Monochromatic Colors of #FDBABD
Black with #FDBABD
Text Example
Text Example
White with #FDBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBABD; }
p { color: rgb(253,186,189); }
H1.HeaderClassName
{
color: #FDBABD;
}
.AnyTagClassName
{
color: #FDBABD;
}
</style>
background-color css
<style>
a { background-color: #FDBABD; }
a { background-color: rgb(253,186,189); }
div.DivClassName
{
background-color: #FDBABD;
}
.BgClassName
{
background-color: #FDBABD;
}
</style>
border-color css
<style>
span { border-color: #FDBABD; }
span { border-color: rgb(253,186,189); }
td.TdClassName
{
border-color: #FDBABD;
}
.TagClassName
{
border-color: #FDBABD;
}
</style>