Shades of Bridesmaid #FAE6E1
Tints of Bridesmaid #FAE6E1
RGB
CMYK
RGB Variations
Color information
#FAE6E1 (or 0xFAE6E1) is known color: Bridesmaid. HEX triplet: FA, E6 and E1. RGB value is (250,230,225). Sum of RGB (Red+Green+Blue) = 250+230+225=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 230 (90.23% from 255 or 32.62% from 705); Blue value is 225 (88.28% from 255 or 31.91% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6E1 is #05191E. Grayscale: #EBEBEB. Windows color (decimal): -334111 or 14804730. OLE color: 14804730.
HSL color Cylindrical-coordinate representation of color #FAE6E1: hue angle of 12º degrees, saturation: 0.71, 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 #FAE6E1 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 225 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.02 |
| HSL | 12º | 0.71% | 0.93% | - |
| HSV(B) | 12º | 0.1% | 0.98% | - |
| XYZ | 81.31 | 82.35 | 82.84 | - |
| YUV | 235.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 225 | 0 | 0.08 | 0.10 | 0.02 | 12 | 0.71 | 0.93 |
| Hex | FA | E6 | E1 | 0 | 8 | A | 2 | C | 47 | 5D |
| Octal | 372 | 346 | 341 | 0 | 10 | 12 | 2 | 14 | 107 | 135 |
| Binary | 11111010 | 11100110 | 11100001 | 0 | 1000 | 1010 | 10 | 1100 | 1000111 | 1011101 |
Color Harmonies of #FAE6E1
Complementary color
Monochromatic Colors of #FAE6E1
Black with #FAE6E1
Text Example
Text Example
White with #FAE6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6E1; }
p { color: rgb(250,230,225); }
H1.HeaderClassName
{
color: #FAE6E1;
}
.AnyTagClassName
{
color: #FAE6E1;
}
</style>
background-color css
<style>
a { background-color: #FAE6E1; }
a { background-color: rgb(250,230,225); }
div.DivClassName
{
background-color: #FAE6E1;
}
.BgClassName
{
background-color: #FAE6E1;
}
</style>
border-color css
<style>
span { border-color: #FAE6E1; }
span { border-color: rgb(250,230,225); }
td.TdClassName
{
border-color: #FAE6E1;
}
.TagClassName
{
border-color: #FAE6E1;
}
</style>