Shades of Azalea #FDBBBD
Tints of Azalea #FDBBBD
RGB
CMYK
RGB Variations
Color information
#FDBBBD (or 0xFDBBBD) is known color: Azalea. HEX triplet: FD, BB and BD. RGB value is (253,187,189). Sum of RGB (Red+Green+Blue) = 253+187+189=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBBD is #024442. Grayscale: #CFCFCF. Windows color (decimal): -148547 or 12434429. OLE color: 12434429.
HSL color Cylindrical-coordinate representation of color #FDBBBD: hue angle of 358.18º 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 #FDBBBD is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 189 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.01 |
| HSL | 358.18º | 0.94% | 0.86% | - |
| HSV(B) | 358.18º | 0.26% | 0.99% | - |
| XYZ | 67.46 | 60.1 | 56.19 | - |
| YUV | 206.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 189 | 0 | 0.26 | 0.25 | 0.01 | 358.18 | 0.94 | 0.86 |
| Hex | FD | BB | BD | 0 | 1A | 19 | 1 | 166 | 5E | 56 |
| Octal | 375 | 273 | 275 | 0 | 32 | 31 | 1 | 546 | 136 | 126 |
| Binary | 11111101 | 10111011 | 10111101 | 0 | 11010 | 11001 | 1 | 101100110 | 1011110 | 1010110 |
Color Harmonies of #FDBBBD
Complementary color
Monochromatic Colors of #FDBBBD
Black with #FDBBBD
Text Example
Text Example
White with #FDBBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBBD; }
p { color: rgb(253,187,189); }
H1.HeaderClassName
{
color: #FDBBBD;
}
.AnyTagClassName
{
color: #FDBBBD;
}
</style>
background-color css
<style>
a { background-color: #FDBBBD; }
a { background-color: rgb(253,187,189); }
div.DivClassName
{
background-color: #FDBBBD;
}
.BgClassName
{
background-color: #FDBBBD;
}
</style>
border-color css
<style>
span { border-color: #FDBBBD; }
span { border-color: rgb(253,187,189); }
td.TdClassName
{
border-color: #FDBBBD;
}
.TagClassName
{
border-color: #FDBBBD;
}
</style>