Shades of Bridesmaid #FFE3D9
Tints of Bridesmaid #FFE3D9
RGB
CMYK
RGB Variations
Color information
#FFE3D9 (or 0xFFE3D9) is known color: Bridesmaid. HEX triplet: FF, E3 and D9. RGB value is (255,227,217). Sum of RGB (Red+Green+Blue) = 255+227+217=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 227 (89.06% from 255 or 32.47% from 699); Blue value is 217 (85.16% from 255 or 31.04% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3D9 is #001C26. Grayscale: #EAEAEA. Windows color (decimal): -7207 or 14279679. OLE color: 14279679.
HSL color Cylindrical-coordinate representation of color #FFE3D9: hue angle of 15.79º 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 #FFE3D9 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 217 | - |
| CMYK | 0 | 0.11 | 0.15 | 0 |
| HSL | 15.79º | 1% | 0.93% | - |
| HSV(B) | 15.79º | 0.15% | 1% | - |
| XYZ | 81.23 | 81.21 | 77.04 | - |
| YUV | 234.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 217 | 0 | 0.11 | 0.15 | 0 | 15.79 | 1 | 0.93 |
| Hex | FF | E3 | D9 | 0 | B | F | 0 | 10 | 64 | 5D |
| Octal | 377 | 343 | 331 | 0 | 13 | 17 | 0 | 20 | 144 | 135 |
| Binary | 11111111 | 11100011 | 11011001 | 0 | 1011 | 1111 | 0 | 10000 | 1100100 | 1011101 |
Color Harmonies of #FFE3D9
Complementary color
Monochromatic Colors of #FFE3D9
Black with #FFE3D9
Text Example
Text Example
White with #FFE3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3D9; }
p { color: rgb(255,227,217); }
H1.HeaderClassName
{
color: #FFE3D9;
}
.AnyTagClassName
{
color: #FFE3D9;
}
</style>
background-color css
<style>
a { background-color: #FFE3D9; }
a { background-color: rgb(255,227,217); }
div.DivClassName
{
background-color: #FFE3D9;
}
.BgClassName
{
background-color: #FFE3D9;
}
</style>
border-color css
<style>
span { border-color: #FFE3D9; }
span { border-color: rgb(255,227,217); }
td.TdClassName
{
border-color: #FFE3D9;
}
.TagClassName
{
border-color: #FFE3D9;
}
</style>