Shades of Azalea #FDBDC5
Tints of Azalea #FDBDC5
RGB
CMYK
RGB Variations
Color information
#FDBDC5 (or 0xFDBDC5) is known color: Azalea. HEX triplet: FD, BD and C5. RGB value is (253,189,197). Sum of RGB (Red+Green+Blue) = 253+189+197=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDC5 is #02423A. Grayscale: #D1D1D1. Windows color (decimal): -148027 or 12959229. OLE color: 12959229.
HSL color Cylindrical-coordinate representation of color #FDBDC5: hue angle of 352.5º 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 #FDBDC5 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 197 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.01 |
| HSL | 352.5º | 0.94% | 0.87% | - |
| HSV(B) | 352.5º | 0.25% | 0.99% | - |
| XYZ | 68.78 | 61.31 | 61.03 | - |
| YUV | 209.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 197 | 0 | 0.25 | 0.22 | 0.01 | 352.5 | 0.94 | 0.87 |
| Hex | FD | BD | C5 | 0 | 19 | 16 | 1 | 160 | 5E | 57 |
| Octal | 375 | 275 | 305 | 0 | 31 | 26 | 1 | 540 | 136 | 127 |
| Binary | 11111101 | 10111101 | 11000101 | 0 | 11001 | 10110 | 1 | 101100000 | 1011110 | 1010111 |
Color Harmonies of #FDBDC5
Complementary color
Monochromatic Colors of #FDBDC5
Black with #FDBDC5
Text Example
Text Example
White with #FDBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDC5; }
p { color: rgb(253,189,197); }
H1.HeaderClassName
{
color: #FDBDC5;
}
.AnyTagClassName
{
color: #FDBDC5;
}
</style>
background-color css
<style>
a { background-color: #FDBDC5; }
a { background-color: rgb(253,189,197); }
div.DivClassName
{
background-color: #FDBDC5;
}
.BgClassName
{
background-color: #FDBDC5;
}
</style>
border-color css
<style>
span { border-color: #FDBDC5; }
span { border-color: rgb(253,189,197); }
td.TdClassName
{
border-color: #FDBDC5;
}
.TagClassName
{
border-color: #FDBDC5;
}
</style>