Shades of Bridesmaid #FAE3DB
Tints of Bridesmaid #FAE3DB
RGB
CMYK
RGB Variations
Color information
#FAE3DB (or 0xFAE3DB) is known color: Bridesmaid. HEX triplet: FA, E3 and DB. RGB value is (250,227,219). Sum of RGB (Red+Green+Blue) = 250+227+219=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 227 (89.06% from 255 or 32.61% from 696); Blue value is 219 (85.94% from 255 or 31.47% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3DB is #051C24. Grayscale: #E9E9E9. Windows color (decimal): -334885 or 14410746. OLE color: 14410746.
HSL color Cylindrical-coordinate representation of color #FAE3DB: hue angle of 15.48º degrees, saturation: 0.76, 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 #FAE3DB is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 219 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.02 |
| HSL | 15.48º | 0.76% | 0.92% | - |
| HSV(B) | 15.48º | 0.12% | 0.98% | - |
| XYZ | 79.68 | 80.38 | 78.33 | - |
| YUV | 232.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 219 | 0 | 0.09 | 0.12 | 0.02 | 15.48 | 0.76 | 0.92 |
| Hex | FA | E3 | DB | 0 | 9 | C | 2 | F | 4C | 5C |
| Octal | 372 | 343 | 333 | 0 | 11 | 14 | 2 | 17 | 114 | 134 |
| Binary | 11111010 | 11100011 | 11011011 | 0 | 1001 | 1100 | 10 | 1111 | 1001100 | 1011100 |
Color Harmonies of #FAE3DB
Complementary color
Monochromatic Colors of #FAE3DB
Black with #FAE3DB
Text Example
Text Example
White with #FAE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3DB; }
p { color: rgb(250,227,219); }
H1.HeaderClassName
{
color: #FAE3DB;
}
.AnyTagClassName
{
color: #FAE3DB;
}
</style>
background-color css
<style>
a { background-color: #FAE3DB; }
a { background-color: rgb(250,227,219); }
div.DivClassName
{
background-color: #FAE3DB;
}
.BgClassName
{
background-color: #FAE3DB;
}
</style>
border-color css
<style>
span { border-color: #FAE3DB; }
span { border-color: rgb(250,227,219); }
td.TdClassName
{
border-color: #FAE3DB;
}
.TagClassName
{
border-color: #FAE3DB;
}
</style>