Shades of Bridesmaid #FEE5DD
Tints of Bridesmaid #FEE5DD
RGB
CMYK
RGB Variations
Color information
#FEE5DD (or 0xFEE5DD) is known color: Bridesmaid. HEX triplet: FE, E5 and DD. RGB value is (254,229,221). Sum of RGB (Red+Green+Blue) = 254+229+221=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 221 (86.72% from 255 or 31.39% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5DD is #011A22. Grayscale: #EBEBEB. Windows color (decimal): -72227 or 14542334. OLE color: 14542334.
HSL color Cylindrical-coordinate representation of color #FEE5DD: hue angle of 14.55º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEE5DD is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 221 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.00 |
| HSL | 14.55º | 0.94% | 0.93% | - |
| HSV(B) | 14.55º | 0.13% | 1% | - |
| XYZ | 81.94 | 82.33 | 79.98 | - |
| YUV | 235.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 221 | 0 | 0.10 | 0.13 | 0.00 | 14.55 | 0.94 | 0.93 |
| Hex | FE | E5 | DD | 0 | A | D | 0 | F | 5E | 5D |
| Octal | 376 | 345 | 335 | 0 | 12 | 15 | 0 | 17 | 136 | 135 |
| Binary | 11111110 | 11100101 | 11011101 | 0 | 1010 | 1101 | 0 | 1111 | 1011110 | 1011101 |
Color Harmonies of #FEE5DD
Complementary color
Monochromatic Colors of #FEE5DD
Black with #FEE5DD
Text Example
Text Example
White with #FEE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5DD; }
p { color: rgb(254,229,221); }
H1.HeaderClassName
{
color: #FEE5DD;
}
.AnyTagClassName
{
color: #FEE5DD;
}
</style>
background-color css
<style>
a { background-color: #FEE5DD; }
a { background-color: rgb(254,229,221); }
div.DivClassName
{
background-color: #FEE5DD;
}
.BgClassName
{
background-color: #FEE5DD;
}
</style>
border-color css
<style>
span { border-color: #FEE5DD; }
span { border-color: rgb(254,229,221); }
td.TdClassName
{
border-color: #FEE5DD;
}
.TagClassName
{
border-color: #FEE5DD;
}
</style>