Shades of Bridesmaid #FFE4D9
Tints of Bridesmaid #FFE4D9
RGB
CMYK
RGB Variations
Color information
#FFE4D9 (or 0xFFE4D9) is known color: Bridesmaid. HEX triplet: FF, E4 and D9. RGB value is (255,228,217). Sum of RGB (Red+Green+Blue) = 255+228+217=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 228 (89.45% from 255 or 32.57% from 700); Blue value is 217 (85.16% from 255 or 31% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4D9 is #001B26. Grayscale: #EAEAEA. Windows color (decimal): -6951 or 14279935. OLE color: 14279935.
HSL color Cylindrical-coordinate representation of color #FFE4D9: hue angle of 17.37º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFE4D9 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 217 | - |
| CMYK | 0 | 0.11 | 0.15 | 0 |
| HSL | 17.37º | 1% | 0.93% | - |
| HSV(B) | 17.37º | 0.15% | 1% | - |
| XYZ | 81.51 | 81.76 | 77.13 | - |
| YUV | 234.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 217 | 0 | 0.11 | 0.15 | 0 | 17.37 | 1 | 0.93 |
| Hex | FF | E4 | D9 | 0 | B | F | 0 | 11 | 64 | 5D |
| Octal | 377 | 344 | 331 | 0 | 13 | 17 | 0 | 21 | 144 | 135 |
| Binary | 11111111 | 11100100 | 11011001 | 0 | 1011 | 1111 | 0 | 10001 | 1100100 | 1011101 |
Color Harmonies of #FFE4D9
Complementary color
Monochromatic Colors of #FFE4D9
Black with #FFE4D9
Text Example
Text Example
White with #FFE4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4D9; }
p { color: rgb(255,228,217); }
H1.HeaderClassName
{
color: #FFE4D9;
}
.AnyTagClassName
{
color: #FFE4D9;
}
</style>
background-color css
<style>
a { background-color: #FFE4D9; }
a { background-color: rgb(255,228,217); }
div.DivClassName
{
background-color: #FFE4D9;
}
.BgClassName
{
background-color: #FFE4D9;
}
</style>
border-color css
<style>
span { border-color: #FFE4D9; }
span { border-color: rgb(255,228,217); }
td.TdClassName
{
border-color: #FFE4D9;
}
.TagClassName
{
border-color: #FFE4D9;
}
</style>