Shades of Bridesmaid #FEE4DB
Tints of Bridesmaid #FEE4DB
RGB
CMYK
RGB Variations
Color information
#FEE4DB (or 0xFEE4DB) is known color: Bridesmaid. HEX triplet: FE, E4 and DB. RGB value is (254,228,219). Sum of RGB (Red+Green+Blue) = 254+228+219=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 228 (89.45% from 255 or 32.52% from 701); Blue value is 219 (85.94% from 255 or 31.24% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4DB is #011B24. Grayscale: #EAEAEA. Windows color (decimal): -72485 or 14411006. OLE color: 14411006.
HSL color Cylindrical-coordinate representation of color #FEE4DB: hue angle of 15.43º 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 #FEE4DB is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 228 | 219 | - |
CMYK | 0 | 0.10 | 0.14 | 0.00 |
HSL | 15.43º | 0.95% | 0.93% | - |
HSV(B) | 15.43º | 0.14% | 1% | - |
XYZ | 81.4 | 81.67 | 78.49 | - |
YUV | 234.75 | 119.11 | 141.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 228 | 219 | 0 | 0.10 | 0.14 | 0.00 | 15.43 | 0.95 | 0.93 |
Hex | FE | E4 | DB | 0 | A | E | 0 | F | 5F | 5D |
Octal | 376 | 344 | 333 | 0 | 12 | 16 | 0 | 17 | 137 | 135 |
Binary | 11111110 | 11100100 | 11011011 | 0 | 1010 | 1110 | 0 | 1111 | 1011111 | 1011101 |
Color Harmonies of #FEE4DB
Complementary color
Monochromatic Colors of #FEE4DB
Black with #FEE4DB
Text Example
Text Example
White with #FEE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4DB; }
p { color: rgb(254,228,219); }
H1.HeaderClassName
{
color: #FEE4DB;
}
.AnyTagClassName
{
color: #FEE4DB;
}
</style>
background-color css
<style>
a { background-color: #FEE4DB; }
a { background-color: rgb(254,228,219); }
div.DivClassName
{
background-color: #FEE4DB;
}
.BgClassName
{
background-color: #FEE4DB;
}
</style>
border-color css
<style>
span { border-color: #FEE4DB; }
span { border-color: rgb(254,228,219); }
td.TdClassName
{
border-color: #FEE4DB;
}
.TagClassName
{
border-color: #FEE4DB;
}
</style>