Shades of Bridesmaid #FDE5DD
Tints of Bridesmaid #FDE5DD
RGB
CMYK
RGB Variations
Color information
#FDE5DD (or 0xFDE5DD) is known color: Bridesmaid. HEX triplet: FD, E5 and DD. RGB value is (253,229,221). Sum of RGB (Red+Green+Blue) = 253+229+221=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 229 (89.84% from 255 or 32.57% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5DD is #021A22. Grayscale: #EBEBEB. Windows color (decimal): -137763 or 14542333. OLE color: 14542333.
HSL color Cylindrical-coordinate representation of color #FDE5DD: hue angle of 15º 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 #FDE5DD is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 221 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.01 |
| HSL | 15º | 0.89% | 0.93% | - |
| HSV(B) | 15º | 0.13% | 0.99% | - |
| XYZ | 81.58 | 82.14 | 79.96 | - |
| YUV | 235.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 221 | 0 | 0.09 | 0.13 | 0.01 | 15 | 0.89 | 0.93 |
| Hex | FD | E5 | DD | 0 | 9 | D | 1 | F | 59 | 5D |
| Octal | 375 | 345 | 335 | 0 | 11 | 15 | 1 | 17 | 131 | 135 |
| Binary | 11111101 | 11100101 | 11011101 | 0 | 1001 | 1101 | 1 | 1111 | 1011001 | 1011101 |
Color Harmonies of #FDE5DD
Complementary color
Monochromatic Colors of #FDE5DD
Black with #FDE5DD
Text Example
Text Example
White with #FDE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE5DD; }
p { color: rgb(253,229,221); }
H1.HeaderClassName
{
color: #FDE5DD;
}
.AnyTagClassName
{
color: #FDE5DD;
}
</style>
background-color css
<style>
a { background-color: #FDE5DD; }
a { background-color: rgb(253,229,221); }
div.DivClassName
{
background-color: #FDE5DD;
}
.BgClassName
{
background-color: #FDE5DD;
}
</style>
border-color css
<style>
span { border-color: #FDE5DD; }
span { border-color: rgb(253,229,221); }
td.TdClassName
{
border-color: #FDE5DD;
}
.TagClassName
{
border-color: #FDE5DD;
}
</style>