Shades of Azalea #FDBCBD
Tints of Azalea #FDBCBD
RGB
CMYK
RGB Variations
Color information
#FDBCBD (or 0xFDBCBD) is known color: Azalea. HEX triplet: FD, BC and BD. RGB value is (253,188,189). Sum of RGB (Red+Green+Blue) = 253+188+189=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBCBD is #024342. Grayscale: #CFCFCF. Windows color (decimal): -148291 or 12434685. OLE color: 12434685.
HSL color Cylindrical-coordinate representation of color #FDBCBD: hue angle of 359.08º 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 #FDBCBD is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 189 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.01 |
| HSL | 359.08º | 0.94% | 0.86% | - |
| HSV(B) | 359.08º | 0.26% | 0.99% | - |
| XYZ | 67.68 | 60.52 | 56.26 | - |
| YUV | 207.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 189 | 0 | 0.26 | 0.25 | 0.01 | 359.08 | 0.94 | 0.86 |
| Hex | FD | BC | BD | 0 | 1A | 19 | 1 | 167 | 5E | 56 |
| Octal | 375 | 274 | 275 | 0 | 32 | 31 | 1 | 547 | 136 | 126 |
| Binary | 11111101 | 10111100 | 10111101 | 0 | 11010 | 11001 | 1 | 101100111 | 1011110 | 1010110 |
Color Harmonies of #FDBCBD
Complementary color
Monochromatic Colors of #FDBCBD
Black with #FDBCBD
Text Example
Text Example
White with #FDBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCBD; }
p { color: rgb(253,188,189); }
H1.HeaderClassName
{
color: #FDBCBD;
}
.AnyTagClassName
{
color: #FDBCBD;
}
</style>
background-color css
<style>
a { background-color: #FDBCBD; }
a { background-color: rgb(253,188,189); }
div.DivClassName
{
background-color: #FDBCBD;
}
.BgClassName
{
background-color: #FDBCBD;
}
</style>
border-color css
<style>
span { border-color: #FDBCBD; }
span { border-color: rgb(253,188,189); }
td.TdClassName
{
border-color: #FDBCBD;
}
.TagClassName
{
border-color: #FDBCBD;
}
</style>