Shades of Bridesmaid #FEE4DC
Tints of Bridesmaid #FEE4DC
RGB
CMYK
RGB Variations
Color information
#FEE4DC (or 0xFEE4DC) is known color: Bridesmaid. HEX triplet: FE, E4 and DC. RGB value is (254,228,220). Sum of RGB (Red+Green+Blue) = 254+228+220=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 228 (89.45% from 255 or 32.48% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4DC is #011B23. Grayscale: #EAEAEA. Windows color (decimal): -72484 or 14476542. OLE color: 14476542.
HSL color Cylindrical-coordinate representation of color #FEE4DC: hue angle of 14.12º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEE4DC is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 220 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.00 |
| HSL | 14.12º | 0.94% | 0.93% | - |
| HSV(B) | 14.12º | 0.13% | 1% | - |
| XYZ | 81.53 | 81.72 | 79.19 | - |
| YUV | 234.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 220 | 0 | 0.10 | 0.13 | 0.00 | 14.12 | 0.94 | 0.93 |
| Hex | FE | E4 | DC | 0 | A | D | 0 | E | 5E | 5D |
| Octal | 376 | 344 | 334 | 0 | 12 | 15 | 0 | 16 | 136 | 135 |
| Binary | 11111110 | 11100100 | 11011100 | 0 | 1010 | 1101 | 0 | 1110 | 1011110 | 1011101 |
Color Harmonies of #FEE4DC
Complementary color
Monochromatic Colors of #FEE4DC
Black with #FEE4DC
Text Example
Text Example
White with #FEE4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4DC; }
p { color: rgb(254,228,220); }
H1.HeaderClassName
{
color: #FEE4DC;
}
.AnyTagClassName
{
color: #FEE4DC;
}
</style>
background-color css
<style>
a { background-color: #FEE4DC; }
a { background-color: rgb(254,228,220); }
div.DivClassName
{
background-color: #FEE4DC;
}
.BgClassName
{
background-color: #FEE4DC;
}
</style>
border-color css
<style>
span { border-color: #FEE4DC; }
span { border-color: rgb(254,228,220); }
td.TdClassName
{
border-color: #FEE4DC;
}
.TagClassName
{
border-color: #FEE4DC;
}
</style>