Shades of Bridesmaid #FFE2DA
Tints of Bridesmaid #FFE2DA
RGB
CMYK
RGB Variations
Color information
#FFE2DA (or 0xFFE2DA) is known color: Bridesmaid. HEX triplet: FF, E2 and DA. RGB value is (255,226,218). Sum of RGB (Red+Green+Blue) = 255+226+218=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2DA is #001D25. Grayscale: #E9E9E9. Windows color (decimal): -7462 or 14344959. OLE color: 14344959.
HSL color Cylindrical-coordinate representation of color #FFE2DA: hue angle of 12.97º 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 #FFE2DA is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 218 | - |
| CMYK | 0 | 0.11 | 0.15 | 0 |
| HSL | 12.97º | 1% | 0.93% | - |
| HSV(B) | 12.97º | 0.15% | 1% | - |
| XYZ | 81.09 | 80.71 | 77.64 | - |
| YUV | 233.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 218 | 0 | 0.11 | 0.15 | 0 | 12.97 | 1 | 0.93 |
| Hex | FF | E2 | DA | 0 | B | F | 0 | D | 64 | 5D |
| Octal | 377 | 342 | 332 | 0 | 13 | 17 | 0 | 15 | 144 | 135 |
| Binary | 11111111 | 11100010 | 11011010 | 0 | 1011 | 1111 | 0 | 1101 | 1100100 | 1011101 |
Color Harmonies of #FFE2DA
Complementary color
Monochromatic Colors of #FFE2DA
Black with #FFE2DA
Text Example
Text Example
White with #FFE2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2DA; }
p { color: rgb(255,226,218); }
H1.HeaderClassName
{
color: #FFE2DA;
}
.AnyTagClassName
{
color: #FFE2DA;
}
</style>
background-color css
<style>
a { background-color: #FFE2DA; }
a { background-color: rgb(255,226,218); }
div.DivClassName
{
background-color: #FFE2DA;
}
.BgClassName
{
background-color: #FFE2DA;
}
</style>
border-color css
<style>
span { border-color: #FFE2DA; }
span { border-color: rgb(255,226,218); }
td.TdClassName
{
border-color: #FFE2DA;
}
.TagClassName
{
border-color: #FFE2DA;
}
</style>