Shades of Bridesmaid #FEE2D9
Tints of Bridesmaid #FEE2D9
RGB
CMYK
RGB Variations
Color information
#FEE2D9 (or 0xFEE2D9) is known color: Bridesmaid. HEX triplet: FE, E2 and D9. RGB value is (254,226,217). Sum of RGB (Red+Green+Blue) = 254+226+217=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 226 (88.67% from 255 or 32.42% from 697); Blue value is 217 (85.16% from 255 or 31.13% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2D9 is #011D26. Grayscale: #E9E9E9. Windows color (decimal): -72999 or 14279422. OLE color: 14279422.
HSL color Cylindrical-coordinate representation of color #FEE2D9: hue angle of 14.59º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEE2D9 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 217 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.00 |
| HSL | 14.59º | 0.95% | 0.92% | - |
| HSV(B) | 14.59º | 0.15% | 1% | - |
| XYZ | 80.59 | 80.47 | 76.93 | - |
| YUV | 233.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 217 | 0 | 0.11 | 0.15 | 0.00 | 14.59 | 0.95 | 0.92 |
| Hex | FE | E2 | D9 | 0 | B | F | 0 | F | 5F | 5C |
| Octal | 376 | 342 | 331 | 0 | 13 | 17 | 0 | 17 | 137 | 134 |
| Binary | 11111110 | 11100010 | 11011001 | 0 | 1011 | 1111 | 0 | 1111 | 1011111 | 1011100 |
Color Harmonies of #FEE2D9
Complementary color
Monochromatic Colors of #FEE2D9
Black with #FEE2D9
Text Example
Text Example
White with #FEE2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2D9; }
p { color: rgb(254,226,217); }
H1.HeaderClassName
{
color: #FEE2D9;
}
.AnyTagClassName
{
color: #FEE2D9;
}
</style>
background-color css
<style>
a { background-color: #FEE2D9; }
a { background-color: rgb(254,226,217); }
div.DivClassName
{
background-color: #FEE2D9;
}
.BgClassName
{
background-color: #FEE2D9;
}
</style>
border-color css
<style>
span { border-color: #FEE2D9; }
span { border-color: rgb(254,226,217); }
td.TdClassName
{
border-color: #FEE2D9;
}
.TagClassName
{
border-color: #FEE2D9;
}
</style>