Shades of Azalea #FDBDC4
Tints of Azalea #FDBDC4
RGB
CMYK
RGB Variations
Color information
#FDBDC4 (or 0xFDBDC4) is known color: Azalea. HEX triplet: FD, BD and C4. RGB value is (253,189,196). Sum of RGB (Red+Green+Blue) = 253+189+196=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 196 (76.95% from 255 or 30.72% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDC4 is #02423B. Grayscale: #D0D0D0. Windows color (decimal): -148028 or 12893693. OLE color: 12893693.
HSL color Cylindrical-coordinate representation of color #FDBDC4: hue angle of 353.44º 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 #FDBDC4 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 196 | - |
CMYK | 0 | 0.25 | 0.23 | 0.01 |
HSL | 353.44º | 0.94% | 0.87% | - |
HSV(B) | 353.44º | 0.25% | 0.99% | - |
XYZ | 68.67 | 61.26 | 60.43 | - |
YUV | 208.93 | 120.7 | 159.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 196 | 0 | 0.25 | 0.23 | 0.01 | 353.44 | 0.94 | 0.87 |
Hex | FD | BD | C4 | 0 | 19 | 17 | 1 | 161 | 5E | 57 |
Octal | 375 | 275 | 304 | 0 | 31 | 27 | 1 | 541 | 136 | 127 |
Binary | 11111101 | 10111101 | 11000100 | 0 | 11001 | 10111 | 1 | 101100001 | 1011110 | 1010111 |
Color Harmonies of #FDBDC4
Complementary color
Monochromatic Colors of #FDBDC4
Black with #FDBDC4
Text Example
Text Example
White with #FDBDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDC4; }
p { color: rgb(253,189,196); }
H1.HeaderClassName
{
color: #FDBDC4;
}
.AnyTagClassName
{
color: #FDBDC4;
}
</style>
background-color css
<style>
a { background-color: #FDBDC4; }
a { background-color: rgb(253,189,196); }
div.DivClassName
{
background-color: #FDBDC4;
}
.BgClassName
{
background-color: #FDBDC4;
}
</style>
border-color css
<style>
span { border-color: #FDBDC4; }
span { border-color: rgb(253,189,196); }
td.TdClassName
{
border-color: #FDBDC4;
}
.TagClassName
{
border-color: #FDBDC4;
}
</style>