Shades of Bridesmaid #FAE5DD
Tints of Bridesmaid #FAE5DD
RGB
CMYK
RGB Variations
Color information
#FAE5DD (or 0xFAE5DD) is known color: Bridesmaid. HEX triplet: FA, E5 and DD. RGB value is (250,229,221). Sum of RGB (Red+Green+Blue) = 250+229+221=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 229 (89.84% from 255 or 32.71% from 700); Blue value is 221 (86.72% from 255 or 31.57% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5DD is #051A22. Grayscale: #EAEAEA. Windows color (decimal): -334371 or 14542330. OLE color: 14542330.
HSL color Cylindrical-coordinate representation of color #FAE5DD: hue angle of 16.55º degrees, saturation: 0.74, 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 #FAE5DD is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 221 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.02 |
| HSL | 16.55º | 0.74% | 0.92% | - |
| HSV(B) | 16.55º | 0.12% | 0.98% | - |
| XYZ | 80.49 | 81.58 | 79.91 | - |
| YUV | 234.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 221 | 0 | 0.08 | 0.12 | 0.02 | 16.55 | 0.74 | 0.92 |
| Hex | FA | E5 | DD | 0 | 8 | C | 2 | 11 | 4A | 5C |
| Octal | 372 | 345 | 335 | 0 | 10 | 14 | 2 | 21 | 112 | 134 |
| Binary | 11111010 | 11100101 | 11011101 | 0 | 1000 | 1100 | 10 | 10001 | 1001010 | 1011100 |
Color Harmonies of #FAE5DD
Complementary color
Monochromatic Colors of #FAE5DD
Black with #FAE5DD
Text Example
Text Example
White with #FAE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5DD; }
p { color: rgb(250,229,221); }
H1.HeaderClassName
{
color: #FAE5DD;
}
.AnyTagClassName
{
color: #FAE5DD;
}
</style>
background-color css
<style>
a { background-color: #FAE5DD; }
a { background-color: rgb(250,229,221); }
div.DivClassName
{
background-color: #FAE5DD;
}
.BgClassName
{
background-color: #FAE5DD;
}
</style>
border-color css
<style>
span { border-color: #FAE5DD; }
span { border-color: rgb(250,229,221); }
td.TdClassName
{
border-color: #FAE5DD;
}
.TagClassName
{
border-color: #FAE5DD;
}
</style>