Shades of Bridesmaid #FEE5DE
Tints of Bridesmaid #FEE5DE
RGB
CMYK
RGB Variations
Color information
#FEE5DE (or 0xFEE5DE) is known color: Bridesmaid. HEX triplet: FE, E5 and DE. RGB value is (254,229,222). Sum of RGB (Red+Green+Blue) = 254+229+222=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 229 (89.84% from 255 or 32.48% from 705); Blue value is 222 (87.11% from 255 or 31.49% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5DE is #011A21. Grayscale: #EBEBEB. Windows color (decimal): -72226 or 14607870. OLE color: 14607870.
HSL color Cylindrical-coordinate representation of color #FEE5DE: hue angle of 13.12º 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 #FEE5DE is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 222 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.00 |
| HSL | 13.13º | 0.94% | 0.93% | - |
| HSV(B) | 13.13º | 0.13% | 1% | - |
| XYZ | 82.08 | 82.38 | 80.68 | - |
| YUV | 235.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 222 | 0 | 0.10 | 0.13 | 0.00 | 13.13 | 0.94 | 0.93 |
| Hex | FE | E5 | DE | 0 | A | D | 0 | D | 5E | 5D |
| Octal | 376 | 345 | 336 | 0 | 12 | 15 | 0 | 15 | 136 | 135 |
| Binary | 11111110 | 11100101 | 11011110 | 0 | 1010 | 1101 | 0 | 1101 | 1011110 | 1011101 |
Color Harmonies of #FEE5DE
Complementary color
Monochromatic Colors of #FEE5DE
Black with #FEE5DE
Text Example
Text Example
White with #FEE5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5DE; }
p { color: rgb(254,229,222); }
H1.HeaderClassName
{
color: #FEE5DE;
}
.AnyTagClassName
{
color: #FEE5DE;
}
</style>
background-color css
<style>
a { background-color: #FEE5DE; }
a { background-color: rgb(254,229,222); }
div.DivClassName
{
background-color: #FEE5DE;
}
.BgClassName
{
background-color: #FEE5DE;
}
</style>
border-color css
<style>
span { border-color: #FEE5DE; }
span { border-color: rgb(254,229,222); }
td.TdClassName
{
border-color: #FEE5DE;
}
.TagClassName
{
border-color: #FEE5DE;
}
</style>