Shades of Bridesmaid #FEE5DB
Tints of Bridesmaid #FEE5DB
RGB
CMYK
RGB Variations
Color information
#FEE5DB (or 0xFEE5DB) is known color: Bridesmaid. HEX triplet: FE, E5 and DB. RGB value is (254,229,219). Sum of RGB (Red+Green+Blue) = 254+229+219=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 219 (85.94% from 255 or 31.20% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5DB is #011A24. Grayscale: #EBEBEB. Windows color (decimal): -72229 or 14411262. OLE color: 14411262.
HSL color Cylindrical-coordinate representation of color #FEE5DB: hue angle of 17.14º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEE5DB is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 219 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.00 |
| HSL | 17.14º | 0.95% | 0.93% | - |
| HSV(B) | 17.14º | 0.14% | 1% | - |
| XYZ | 81.68 | 82.22 | 78.58 | - |
| YUV | 235.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 219 | 0 | 0.10 | 0.14 | 0.00 | 17.14 | 0.95 | 0.93 |
| Hex | FE | E5 | DB | 0 | A | E | 0 | 11 | 5F | 5D |
| Octal | 376 | 345 | 333 | 0 | 12 | 16 | 0 | 21 | 137 | 135 |
| Binary | 11111110 | 11100101 | 11011011 | 0 | 1010 | 1110 | 0 | 10001 | 1011111 | 1011101 |
Color Harmonies of #FEE5DB
Complementary color
Monochromatic Colors of #FEE5DB
Black with #FEE5DB
Text Example
Text Example
White with #FEE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5DB; }
p { color: rgb(254,229,219); }
H1.HeaderClassName
{
color: #FEE5DB;
}
.AnyTagClassName
{
color: #FEE5DB;
}
</style>
background-color css
<style>
a { background-color: #FEE5DB; }
a { background-color: rgb(254,229,219); }
div.DivClassName
{
background-color: #FEE5DB;
}
.BgClassName
{
background-color: #FEE5DB;
}
</style>
border-color css
<style>
span { border-color: #FEE5DB; }
span { border-color: rgb(254,229,219); }
td.TdClassName
{
border-color: #FEE5DB;
}
.TagClassName
{
border-color: #FEE5DB;
}
</style>