Shades of Bridesmaid #FEE8E1
Tints of Bridesmaid #FEE8E1
RGB
CMYK
RGB Variations
Color information
#FEE8E1 (or 0xFEE8E1) is known color: Bridesmaid. HEX triplet: FE, E8 and E1. RGB value is (254,232,225). Sum of RGB (Red+Green+Blue) = 254+232+225=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 232 (91.02% from 255 or 32.63% from 711); Blue value is 225 (88.28% from 255 or 31.65% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8E1 is #01171E. Grayscale: #EDEDED. Windows color (decimal): -71455 or 14805246. OLE color: 14805246.
HSL color Cylindrical-coordinate representation of color #FEE8E1: hue angle of 14.48º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE8E1 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 225 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.00 |
| HSL | 14.48º | 0.94% | 0.94% | - |
| HSV(B) | 14.48º | 0.11% | 1% | - |
| XYZ | 83.32 | 84.22 | 83.1 | - |
| YUV | 237.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 225 | 0 | 0.09 | 0.11 | 0.00 | 14.48 | 0.94 | 0.94 |
| Hex | FE | E8 | E1 | 0 | 9 | B | 0 | E | 5E | 5E |
| Octal | 376 | 350 | 341 | 0 | 11 | 13 | 0 | 16 | 136 | 136 |
| Binary | 11111110 | 11101000 | 11100001 | 0 | 1001 | 1011 | 0 | 1110 | 1011110 | 1011110 |
Color Harmonies of #FEE8E1
Complementary color
Monochromatic Colors of #FEE8E1
Black with #FEE8E1
Text Example
Text Example
White with #FEE8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8E1; }
p { color: rgb(254,232,225); }
H1.HeaderClassName
{
color: #FEE8E1;
}
.AnyTagClassName
{
color: #FEE8E1;
}
</style>
background-color css
<style>
a { background-color: #FEE8E1; }
a { background-color: rgb(254,232,225); }
div.DivClassName
{
background-color: #FEE8E1;
}
.BgClassName
{
background-color: #FEE8E1;
}
</style>
border-color css
<style>
span { border-color: #FEE8E1; }
span { border-color: rgb(254,232,225); }
td.TdClassName
{
border-color: #FEE8E1;
}
.TagClassName
{
border-color: #FEE8E1;
}
</style>