Shades of Bridesmaid #FDE6DD
Tints of Bridesmaid #FDE6DD
RGB
CMYK
RGB Variations
Color information
#FDE6DD (or 0xFDE6DD) is known color: Bridesmaid. HEX triplet: FD, E6 and DD. RGB value is (253,230,221). Sum of RGB (Red+Green+Blue) = 253+230+221=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 230 (90.23% from 255 or 32.67% from 704); Blue value is 221 (86.72% from 255 or 31.39% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6DD is #021922. Grayscale: #EBEBEB. Windows color (decimal): -137507 or 14542589. OLE color: 14542589.
HSL color Cylindrical-coordinate representation of color #FDE6DD: hue angle of 16.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 #FDE6DD is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 221 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.01 |
| HSL | 16.88º | 0.89% | 0.93% | - |
| HSV(B) | 16.88º | 0.13% | 0.99% | - |
| XYZ | 81.86 | 82.7 | 80.05 | - |
| YUV | 235.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 221 | 0 | 0.09 | 0.13 | 0.01 | 16.88 | 0.89 | 0.93 |
| Hex | FD | E6 | DD | 0 | 9 | D | 1 | 11 | 59 | 5D |
| Octal | 375 | 346 | 335 | 0 | 11 | 15 | 1 | 21 | 131 | 135 |
| Binary | 11111101 | 11100110 | 11011101 | 0 | 1001 | 1101 | 1 | 10001 | 1011001 | 1011101 |
Color Harmonies of #FDE6DD
Complementary color
Monochromatic Colors of #FDE6DD
Black with #FDE6DD
Text Example
Text Example
White with #FDE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6DD; }
p { color: rgb(253,230,221); }
H1.HeaderClassName
{
color: #FDE6DD;
}
.AnyTagClassName
{
color: #FDE6DD;
}
</style>
background-color css
<style>
a { background-color: #FDE6DD; }
a { background-color: rgb(253,230,221); }
div.DivClassName
{
background-color: #FDE6DD;
}
.BgClassName
{
background-color: #FDE6DD;
}
</style>
border-color css
<style>
span { border-color: #FDE6DD; }
span { border-color: rgb(253,230,221); }
td.TdClassName
{
border-color: #FDE6DD;
}
.TagClassName
{
border-color: #FDE6DD;
}
</style>