Shades of Bridesmaid #FDE4DB
Tints of Bridesmaid #FDE4DB
RGB
CMYK
RGB Variations
Color information
#FDE4DB (or 0xFDE4DB) is known color: Bridesmaid. HEX triplet: FD, E4 and DB. RGB value is (253,228,219). Sum of RGB (Red+Green+Blue) = 253+228+219=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 228 (89.45% from 255 or 32.57% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4DB is #021B24. Grayscale: #EAEAEA. Windows color (decimal): -138021 or 14411005. OLE color: 14411005.
HSL color Cylindrical-coordinate representation of color #FDE4DB: hue angle of 15.88º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDE4DB is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 219 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.01 |
| HSL | 15.88º | 0.89% | 0.93% | - |
| HSV(B) | 15.88º | 0.13% | 0.99% | - |
| XYZ | 81.04 | 81.48 | 78.47 | - |
| YUV | 234.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 219 | 0 | 0.10 | 0.13 | 0.01 | 15.88 | 0.89 | 0.93 |
| Hex | FD | E4 | DB | 0 | A | D | 1 | 10 | 59 | 5D |
| Octal | 375 | 344 | 333 | 0 | 12 | 15 | 1 | 20 | 131 | 135 |
| Binary | 11111101 | 11100100 | 11011011 | 0 | 1010 | 1101 | 1 | 10000 | 1011001 | 1011101 |
Color Harmonies of #FDE4DB
Complementary color
Monochromatic Colors of #FDE4DB
Black with #FDE4DB
Text Example
Text Example
White with #FDE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4DB; }
p { color: rgb(253,228,219); }
H1.HeaderClassName
{
color: #FDE4DB;
}
.AnyTagClassName
{
color: #FDE4DB;
}
</style>
background-color css
<style>
a { background-color: #FDE4DB; }
a { background-color: rgb(253,228,219); }
div.DivClassName
{
background-color: #FDE4DB;
}
.BgClassName
{
background-color: #FDE4DB;
}
</style>
border-color css
<style>
span { border-color: #FDE4DB; }
span { border-color: rgb(253,228,219); }
td.TdClassName
{
border-color: #FDE4DB;
}
.TagClassName
{
border-color: #FDE4DB;
}
</style>