Shades of Bridesmaid #FFE7E1
Tints of Bridesmaid #FFE7E1
RGB
CMYK
RGB Variations
Color information
#FFE7E1 (or 0xFFE7E1) is known color: Bridesmaid. HEX triplet: FF, E7 and E1. RGB value is (255,231,225). Sum of RGB (Red+Green+Blue) = 255+231+225=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 231 (90.62% from 255 or 32.49% from 711); Blue value is 225 (88.28% from 255 or 31.65% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE7E1 is #00181E. Grayscale: #EDEDED. Windows color (decimal): -6175 or 14804991. OLE color: 14804991.
HSL color Cylindrical-coordinate representation of color #FFE7E1: hue angle of 12º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE7E1 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 225 | - |
| CMYK | 0 | 0.09 | 0.12 | 0 |
| HSL | 12º | 1% | 0.94% | - |
| HSV(B) | 12º | 0.12% | 1% | - |
| XYZ | 83.41 | 83.85 | 83.02 | - |
| YUV | 237.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 225 | 0 | 0.09 | 0.12 | 0 | 12 | 1 | 0.94 |
| Hex | FF | E7 | E1 | 0 | 9 | C | 0 | C | 64 | 5E |
| Octal | 377 | 347 | 341 | 0 | 11 | 14 | 0 | 14 | 144 | 136 |
| Binary | 11111111 | 11100111 | 11100001 | 0 | 1001 | 1100 | 0 | 1100 | 1100100 | 1011110 |
Color Harmonies of #FFE7E1
Complementary color
Monochromatic Colors of #FFE7E1
Black with #FFE7E1
Text Example
Text Example
White with #FFE7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7E1; }
p { color: rgb(255,231,225); }
H1.HeaderClassName
{
color: #FFE7E1;
}
.AnyTagClassName
{
color: #FFE7E1;
}
</style>
background-color css
<style>
a { background-color: #FFE7E1; }
a { background-color: rgb(255,231,225); }
div.DivClassName
{
background-color: #FFE7E1;
}
.BgClassName
{
background-color: #FFE7E1;
}
</style>
border-color css
<style>
span { border-color: #FFE7E1; }
span { border-color: rgb(255,231,225); }
td.TdClassName
{
border-color: #FFE7E1;
}
.TagClassName
{
border-color: #FFE7E1;
}
</style>