Shades of Bridesmaid #FAE7DF
Tints of Bridesmaid #FAE7DF
RGB
CMYK
RGB Variations
Color information
#FAE7DF (or 0xFAE7DF) is known color: Bridesmaid. HEX triplet: FA, E7 and DF. RGB value is (250,231,223). Sum of RGB (Red+Green+Blue) = 250+231+223=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 231 (90.62% from 255 or 32.81% from 704); Blue value is 223 (87.5% from 255 or 31.68% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7DF is #051820. Grayscale: #EBEBEB. Windows color (decimal): -333857 or 14673914. OLE color: 14673914.
HSL color Cylindrical-coordinate representation of color #FAE7DF: hue angle of 17.78º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAE7DF is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 231 | 223 | - |
CMYK | 0 | 0.08 | 0.11 | 0.02 |
HSL | 17.78º | 0.73% | 0.93% | - |
HSV(B) | 17.78º | 0.11% | 0.98% | - |
XYZ | 81.32 | 82.8 | 81.51 | - |
YUV | 235.77 | 120.79 | 138.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 231 | 223 | 0 | 0.08 | 0.11 | 0.02 | 17.78 | 0.73 | 0.93 |
Hex | FA | E7 | DF | 0 | 8 | B | 2 | 12 | 49 | 5D |
Octal | 372 | 347 | 337 | 0 | 10 | 13 | 2 | 22 | 111 | 135 |
Binary | 11111010 | 11100111 | 11011111 | 0 | 1000 | 1011 | 10 | 10010 | 1001001 | 1011101 |
Color Harmonies of #FAE7DF
Complementary color
Monochromatic Colors of #FAE7DF
Black with #FAE7DF
Text Example
Text Example
White with #FAE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7DF; }
p { color: rgb(250,231,223); }
H1.HeaderClassName
{
color: #FAE7DF;
}
.AnyTagClassName
{
color: #FAE7DF;
}
</style>
background-color css
<style>
a { background-color: #FAE7DF; }
a { background-color: rgb(250,231,223); }
div.DivClassName
{
background-color: #FAE7DF;
}
.BgClassName
{
background-color: #FAE7DF;
}
</style>
border-color css
<style>
span { border-color: #FAE7DF; }
span { border-color: rgb(250,231,223); }
td.TdClassName
{
border-color: #FAE7DF;
}
.TagClassName
{
border-color: #FAE7DF;
}
</style>