Shades of Azalea #FDBABC
Tints of Azalea #FDBABC
RGB
CMYK
RGB Variations
Color information
#FDBABC (or 0xFDBABC) is known color: Azalea. HEX triplet: FD, BA and BC. RGB value is (253,186,188). Sum of RGB (Red+Green+Blue) = 253+186+188=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBABC is #024543. Grayscale: #CECECE. Windows color (decimal): -148804 or 12368637. OLE color: 12368637.
HSL color Cylindrical-coordinate representation of color #FDBABC: hue angle of 358.21º 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 #FDBABC is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 188 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.01 |
| HSL | 358.21º | 0.94% | 0.86% | - |
| HSV(B) | 358.21º | 0.26% | 0.99% | - |
| XYZ | 67.14 | 59.63 | 55.55 | - |
| YUV | 206.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 188 | 0 | 0.26 | 0.26 | 0.01 | 358.21 | 0.94 | 0.86 |
| Hex | FD | BA | BC | 0 | 1A | 1A | 1 | 166 | 5E | 56 |
| Octal | 375 | 272 | 274 | 0 | 32 | 32 | 1 | 546 | 136 | 126 |
| Binary | 11111101 | 10111010 | 10111100 | 0 | 11010 | 11010 | 1 | 101100110 | 1011110 | 1010110 |
Color Harmonies of #FDBABC
Complementary color
Monochromatic Colors of #FDBABC
Black with #FDBABC
Text Example
Text Example
White with #FDBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBABC; }
p { color: rgb(253,186,188); }
H1.HeaderClassName
{
color: #FDBABC;
}
.AnyTagClassName
{
color: #FDBABC;
}
</style>
background-color css
<style>
a { background-color: #FDBABC; }
a { background-color: rgb(253,186,188); }
div.DivClassName
{
background-color: #FDBABC;
}
.BgClassName
{
background-color: #FDBABC;
}
</style>
border-color css
<style>
span { border-color: #FDBABC; }
span { border-color: rgb(253,186,188); }
td.TdClassName
{
border-color: #FDBABC;
}
.TagClassName
{
border-color: #FDBABC;
}
</style>