Shades of Bridesmaid #FEE3DB
Tints of Bridesmaid #FEE3DB
RGB
CMYK
RGB Variations
Color information
#FEE3DB (or 0xFEE3DB) is known color: Bridesmaid. HEX triplet: FE, E3 and DB. RGB value is (254,227,219). Sum of RGB (Red+Green+Blue) = 254+227+219=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 227 (89.06% from 255 or 32.43% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3DB is #011C24. Grayscale: #EAEAEA. Windows color (decimal): -72741 or 14410750. OLE color: 14410750.
HSL color Cylindrical-coordinate representation of color #FEE3DB: hue angle of 13.71º 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 #FEE3DB is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 219 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.00 |
| HSL | 13.71º | 0.95% | 0.93% | - |
| HSV(B) | 13.71º | 0.14% | 1% | - |
| XYZ | 81.13 | 81.12 | 78.4 | - |
| YUV | 234.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 219 | 0 | 0.11 | 0.14 | 0.00 | 13.71 | 0.95 | 0.93 |
| Hex | FE | E3 | DB | 0 | B | E | 0 | E | 5F | 5D |
| Octal | 376 | 343 | 333 | 0 | 13 | 16 | 0 | 16 | 137 | 135 |
| Binary | 11111110 | 11100011 | 11011011 | 0 | 1011 | 1110 | 0 | 1110 | 1011111 | 1011101 |
Color Harmonies of #FEE3DB
Complementary color
Monochromatic Colors of #FEE3DB
Black with #FEE3DB
Text Example
Text Example
White with #FEE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3DB; }
p { color: rgb(254,227,219); }
H1.HeaderClassName
{
color: #FEE3DB;
}
.AnyTagClassName
{
color: #FEE3DB;
}
</style>
background-color css
<style>
a { background-color: #FEE3DB; }
a { background-color: rgb(254,227,219); }
div.DivClassName
{
background-color: #FEE3DB;
}
.BgClassName
{
background-color: #FEE3DB;
}
</style>
border-color css
<style>
span { border-color: #FEE3DB; }
span { border-color: rgb(254,227,219); }
td.TdClassName
{
border-color: #FEE3DB;
}
.TagClassName
{
border-color: #FEE3DB;
}
</style>