Shades of Bridesmaid #FAE2DB
Tints of Bridesmaid #FAE2DB
RGB
CMYK
RGB Variations
Color information
#FAE2DB (or 0xFAE2DB) is known color: Bridesmaid. HEX triplet: FA, E2 and DB. RGB value is (250,226,219). Sum of RGB (Red+Green+Blue) = 250+226+219=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 226 (88.67% from 255 or 32.52% from 695); Blue value is 219 (85.94% from 255 or 31.51% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2DB is #051D24. Grayscale: #E8E8E8. Windows color (decimal): -335141 or 14410490. OLE color: 14410490.
HSL color Cylindrical-coordinate representation of color #FAE2DB: hue angle of 13.55º 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 #FAE2DB is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 226 | 219 | - |
CMYK | 0 | 0.10 | 0.12 | 0.02 |
HSL | 13.55º | 0.76% | 0.92% | - |
HSV(B) | 13.55º | 0.12% | 0.98% | - |
XYZ | 79.41 | 79.83 | 78.24 | - |
YUV | 232.38 | 120.45 | 140.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 226 | 219 | 0 | 0.10 | 0.12 | 0.02 | 13.55 | 0.76 | 0.92 |
Hex | FA | E2 | DB | 0 | A | C | 2 | E | 4C | 5C |
Octal | 372 | 342 | 333 | 0 | 12 | 14 | 2 | 16 | 114 | 134 |
Binary | 11111010 | 11100010 | 11011011 | 0 | 1010 | 1100 | 10 | 1110 | 1001100 | 1011100 |
Color Harmonies of #FAE2DB
Complementary color
Monochromatic Colors of #FAE2DB
Black with #FAE2DB
Text Example
Text Example
White with #FAE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2DB; }
p { color: rgb(250,226,219); }
H1.HeaderClassName
{
color: #FAE2DB;
}
.AnyTagClassName
{
color: #FAE2DB;
}
</style>
background-color css
<style>
a { background-color: #FAE2DB; }
a { background-color: rgb(250,226,219); }
div.DivClassName
{
background-color: #FAE2DB;
}
.BgClassName
{
background-color: #FAE2DB;
}
</style>
border-color css
<style>
span { border-color: #FAE2DB; }
span { border-color: rgb(250,226,219); }
td.TdClassName
{
border-color: #FAE2DB;
}
.TagClassName
{
border-color: #FAE2DB;
}
</style>