Shades of Bridesmaid #FAE7E0
Tints of Bridesmaid #FAE7E0
RGB
CMYK
RGB Variations
Color information
#FAE7E0 (or 0xFAE7E0) is known color: Bridesmaid. HEX triplet: FA, E7 and E0. RGB value is (250,231,224). Sum of RGB (Red+Green+Blue) = 250+231+224=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 231 (90.62% from 255 or 32.77% from 705); Blue value is 224 (87.89% from 255 or 31.77% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7E0 is #05181F. Grayscale: #EBEBEB. Windows color (decimal): -333856 or 14739450. OLE color: 14739450.
HSL color Cylindrical-coordinate representation of color #FAE7E0: hue angle of 16.15º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE7E0 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 224 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.02 |
| HSL | 16.15º | 0.72% | 0.93% | - |
| HSV(B) | 16.15º | 0.1% | 0.98% | - |
| XYZ | 81.45 | 82.86 | 82.22 | - |
| YUV | 235.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 224 | 0 | 0.08 | 0.10 | 0.02 | 16.15 | 0.72 | 0.93 |
| Hex | FA | E7 | E0 | 0 | 8 | A | 2 | 10 | 48 | 5D |
| Octal | 372 | 347 | 340 | 0 | 10 | 12 | 2 | 20 | 110 | 135 |
| Binary | 11111010 | 11100111 | 11100000 | 0 | 1000 | 1010 | 10 | 10000 | 1001000 | 1011101 |
Color Harmonies of #FAE7E0
Complementary color
Monochromatic Colors of #FAE7E0
Black with #FAE7E0
Text Example
Text Example
White with #FAE7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7E0; }
p { color: rgb(250,231,224); }
H1.HeaderClassName
{
color: #FAE7E0;
}
.AnyTagClassName
{
color: #FAE7E0;
}
</style>
background-color css
<style>
a { background-color: #FAE7E0; }
a { background-color: rgb(250,231,224); }
div.DivClassName
{
background-color: #FAE7E0;
}
.BgClassName
{
background-color: #FAE7E0;
}
</style>
border-color css
<style>
span { border-color: #FAE7E0; }
span { border-color: rgb(250,231,224); }
td.TdClassName
{
border-color: #FAE7E0;
}
.TagClassName
{
border-color: #FAE7E0;
}
</style>