Shades of Bridesmaid #FDE4DD
Tints of Bridesmaid #FDE4DD
RGB
CMYK
RGB Variations
Color information
#FDE4DD (or 0xFDE4DD) is known color: Bridesmaid. HEX triplet: FD, E4 and DD. RGB value is (253,228,221). Sum of RGB (Red+Green+Blue) = 253+228+221=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 228 (89.45% from 255 or 32.48% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4DD is #021B22. Grayscale: #EAEAEA. Windows color (decimal): -138019 or 14542077. OLE color: 14542077.
HSL color Cylindrical-coordinate representation of color #FDE4DD: hue angle of 13.12º 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 #FDE4DD is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 221 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.01 |
| HSL | 13.13º | 0.89% | 0.93% | - |
| HSV(B) | 13.13º | 0.13% | 0.99% | - |
| XYZ | 81.3 | 81.59 | 79.87 | - |
| YUV | 234.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 221 | 0 | 0.10 | 0.13 | 0.01 | 13.13 | 0.89 | 0.93 |
| Hex | FD | E4 | DD | 0 | A | D | 1 | D | 59 | 5D |
| Octal | 375 | 344 | 335 | 0 | 12 | 15 | 1 | 15 | 131 | 135 |
| Binary | 11111101 | 11100100 | 11011101 | 0 | 1010 | 1101 | 1 | 1101 | 1011001 | 1011101 |
Color Harmonies of #FDE4DD
Complementary color
Monochromatic Colors of #FDE4DD
Black with #FDE4DD
Text Example
Text Example
White with #FDE4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4DD; }
p { color: rgb(253,228,221); }
H1.HeaderClassName
{
color: #FDE4DD;
}
.AnyTagClassName
{
color: #FDE4DD;
}
</style>
background-color css
<style>
a { background-color: #FDE4DD; }
a { background-color: rgb(253,228,221); }
div.DivClassName
{
background-color: #FDE4DD;
}
.BgClassName
{
background-color: #FDE4DD;
}
</style>
border-color css
<style>
span { border-color: #FDE4DD; }
span { border-color: rgb(253,228,221); }
td.TdClassName
{
border-color: #FDE4DD;
}
.TagClassName
{
border-color: #FDE4DD;
}
</style>