Shades of Bridesmaid #FAE5DC
Tints of Bridesmaid #FAE5DC
RGB
CMYK
RGB Variations
Color information
#FAE5DC (or 0xFAE5DC) is known color: Bridesmaid. HEX triplet: FA, E5 and DC. RGB value is (250,229,220). Sum of RGB (Red+Green+Blue) = 250+229+220=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 229 (89.84% from 255 or 32.76% from 699); Blue value is 220 (86.33% from 255 or 31.47% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5DC is #051A23. Grayscale: #EAEAEA. Windows color (decimal): -334372 or 14476794. OLE color: 14476794.
HSL color Cylindrical-coordinate representation of color #FAE5DC: hue angle of 18º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAE5DC is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 220 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.02 |
| HSL | 18º | 0.75% | 0.92% | - |
| HSV(B) | 18º | 0.12% | 0.98% | - |
| XYZ | 80.36 | 81.53 | 79.21 | - |
| YUV | 234.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 220 | 0 | 0.08 | 0.12 | 0.02 | 18 | 0.75 | 0.92 |
| Hex | FA | E5 | DC | 0 | 8 | C | 2 | 12 | 4B | 5C |
| Octal | 372 | 345 | 334 | 0 | 10 | 14 | 2 | 22 | 113 | 134 |
| Binary | 11111010 | 11100101 | 11011100 | 0 | 1000 | 1100 | 10 | 10010 | 1001011 | 1011100 |
Color Harmonies of #FAE5DC
Complementary color
Monochromatic Colors of #FAE5DC
Black with #FAE5DC
Text Example
Text Example
White with #FAE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5DC; }
p { color: rgb(250,229,220); }
H1.HeaderClassName
{
color: #FAE5DC;
}
.AnyTagClassName
{
color: #FAE5DC;
}
</style>
background-color css
<style>
a { background-color: #FAE5DC; }
a { background-color: rgb(250,229,220); }
div.DivClassName
{
background-color: #FAE5DC;
}
.BgClassName
{
background-color: #FAE5DC;
}
</style>
border-color css
<style>
span { border-color: #FAE5DC; }
span { border-color: rgb(250,229,220); }
td.TdClassName
{
border-color: #FAE5DC;
}
.TagClassName
{
border-color: #FAE5DC;
}
</style>