Shades of Bridesmaid #FAE3DC
Tints of Bridesmaid #FAE3DC
RGB
CMYK
RGB Variations
Color information
#FAE3DC (or 0xFAE3DC) is known color: Bridesmaid. HEX triplet: FA, E3 and DC. RGB value is (250,227,220). Sum of RGB (Red+Green+Blue) = 250+227+220=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 227 (89.06% from 255 or 32.57% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3DC is #051C23. Grayscale: #E9E9E9. Windows color (decimal): -334884 or 14476282. OLE color: 14476282.
HSL color Cylindrical-coordinate representation of color #FAE3DC: hue angle of 14º 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 #FAE3DC is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 220 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.02 |
| HSL | 14º | 0.75% | 0.92% | - |
| HSV(B) | 14º | 0.12% | 0.98% | - |
| XYZ | 79.81 | 80.43 | 79.03 | - |
| YUV | 233.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 220 | 0 | 0.09 | 0.12 | 0.02 | 14 | 0.75 | 0.92 |
| Hex | FA | E3 | DC | 0 | 9 | C | 2 | E | 4B | 5C |
| Octal | 372 | 343 | 334 | 0 | 11 | 14 | 2 | 16 | 113 | 134 |
| Binary | 11111010 | 11100011 | 11011100 | 0 | 1001 | 1100 | 10 | 1110 | 1001011 | 1011100 |
Color Harmonies of #FAE3DC
Complementary color
Monochromatic Colors of #FAE3DC
Black with #FAE3DC
Text Example
Text Example
White with #FAE3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3DC; }
p { color: rgb(250,227,220); }
H1.HeaderClassName
{
color: #FAE3DC;
}
.AnyTagClassName
{
color: #FAE3DC;
}
</style>
background-color css
<style>
a { background-color: #FAE3DC; }
a { background-color: rgb(250,227,220); }
div.DivClassName
{
background-color: #FAE3DC;
}
.BgClassName
{
background-color: #FAE3DC;
}
</style>
border-color css
<style>
span { border-color: #FAE3DC; }
span { border-color: rgb(250,227,220); }
td.TdClassName
{
border-color: #FAE3DC;
}
.TagClassName
{
border-color: #FAE3DC;
}
</style>