Shades of Bridesmaid #FFE3DA
Tints of Bridesmaid #FFE3DA
RGB
CMYK
RGB Variations
Color information
#FFE3DA (or 0xFFE3DA) is known color: Bridesmaid. HEX triplet: FF, E3 and DA. RGB value is (255,227,218). Sum of RGB (Red+Green+Blue) = 255+227+218=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 227 (89.06% from 255 or 32.43% from 700); Blue value is 218 (85.55% from 255 or 31.14% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3DA is #001C25. Grayscale: #EAEAEA. Windows color (decimal): -7206 or 14345215. OLE color: 14345215.
HSL color Cylindrical-coordinate representation of color #FFE3DA: hue angle of 14.59º 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 #FFE3DA is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 218 | - |
| CMYK | 0 | 0.11 | 0.15 | 0 |
| HSL | 14.59º | 1% | 0.93% | - |
| HSV(B) | 14.59º | 0.15% | 1% | - |
| XYZ | 81.36 | 81.26 | 77.73 | - |
| YUV | 234.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 218 | 0 | 0.11 | 0.15 | 0 | 14.59 | 1 | 0.93 |
| Hex | FF | E3 | DA | 0 | B | F | 0 | F | 64 | 5D |
| Octal | 377 | 343 | 332 | 0 | 13 | 17 | 0 | 17 | 144 | 135 |
| Binary | 11111111 | 11100011 | 11011010 | 0 | 1011 | 1111 | 0 | 1111 | 1100100 | 1011101 |
Color Harmonies of #FFE3DA
Complementary color
Monochromatic Colors of #FFE3DA
Black with #FFE3DA
Text Example
Text Example
White with #FFE3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3DA; }
p { color: rgb(255,227,218); }
H1.HeaderClassName
{
color: #FFE3DA;
}
.AnyTagClassName
{
color: #FFE3DA;
}
</style>
background-color css
<style>
a { background-color: #FFE3DA; }
a { background-color: rgb(255,227,218); }
div.DivClassName
{
background-color: #FFE3DA;
}
.BgClassName
{
background-color: #FFE3DA;
}
</style>
border-color css
<style>
span { border-color: #FFE3DA; }
span { border-color: rgb(255,227,218); }
td.TdClassName
{
border-color: #FFE3DA;
}
.TagClassName
{
border-color: #FFE3DA;
}
</style>