Shades of Bridesmaid #FEE5DC
Tints of Bridesmaid #FEE5DC
RGB
CMYK
RGB Variations
Color information
#FEE5DC (or 0xFEE5DC) is known color: Bridesmaid. HEX triplet: FE, E5 and DC. RGB value is (254,229,220). Sum of RGB (Red+Green+Blue) = 254+229+220=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 229 (89.84% from 255 or 32.57% from 703); Blue value is 220 (86.33% from 255 or 31.29% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5DC is #011A23. Grayscale: #EBEBEB. Windows color (decimal): -72228 or 14476798. OLE color: 14476798.
HSL color Cylindrical-coordinate representation of color #FEE5DC: hue angle of 15.88º 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 #FEE5DC is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 220 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.00 |
| HSL | 15.88º | 0.94% | 0.93% | - |
| HSV(B) | 15.88º | 0.13% | 1% | - |
| XYZ | 81.81 | 82.28 | 79.28 | - |
| YUV | 235.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 220 | 0 | 0.10 | 0.13 | 0.00 | 15.88 | 0.94 | 0.93 |
| Hex | FE | E5 | DC | 0 | A | D | 0 | 10 | 5E | 5D |
| Octal | 376 | 345 | 334 | 0 | 12 | 15 | 0 | 20 | 136 | 135 |
| Binary | 11111110 | 11100101 | 11011100 | 0 | 1010 | 1101 | 0 | 10000 | 1011110 | 1011101 |
Color Harmonies of #FEE5DC
Complementary color
Monochromatic Colors of #FEE5DC
Black with #FEE5DC
Text Example
Text Example
White with #FEE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5DC; }
p { color: rgb(254,229,220); }
H1.HeaderClassName
{
color: #FEE5DC;
}
.AnyTagClassName
{
color: #FEE5DC;
}
</style>
background-color css
<style>
a { background-color: #FEE5DC; }
a { background-color: rgb(254,229,220); }
div.DivClassName
{
background-color: #FEE5DC;
}
.BgClassName
{
background-color: #FEE5DC;
}
</style>
border-color css
<style>
span { border-color: #FEE5DC; }
span { border-color: rgb(254,229,220); }
td.TdClassName
{
border-color: #FEE5DC;
}
.TagClassName
{
border-color: #FEE5DC;
}
</style>