Shades of Lavender Blush #FAE8EF
Tints of Lavender Blush #FAE8EF
RGB
CMYK
RGB Variations
Color information
#FAE8EF (or 0xFAE8EF) is known color: Lavender Blush. HEX triplet: FA, E8 and EF. RGB value is (250,232,239). Sum of RGB (Red+Green+Blue) = 250+232+239=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 232 (91.02% from 255 or 32.18% from 721); Blue value is 239 (93.75% from 255 or 33.15% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8EF is #051710. Grayscale: #EEEEEE. Windows color (decimal): -333585 or 15722746. OLE color: 15722746.
HSL color Cylindrical-coordinate representation of color #FAE8EF: hue angle of 336.67º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAE8EF is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 239 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.02 |
| HSL | 336.67º | 0.64% | 0.95% | - |
| HSV(B) | 336.67º | 0.07% | 0.98% | - |
| XYZ | 83.86 | 84.27 | 93.51 | - |
| YUV | 238.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 239 | 0 | 0.07 | 0.04 | 0.02 | 336.67 | 0.64 | 0.95 |
| Hex | FA | E8 | EF | 0 | 7 | 4 | 2 | 151 | 40 | 5F |
| Octal | 372 | 350 | 357 | 0 | 7 | 4 | 2 | 521 | 100 | 137 |
| Binary | 11111010 | 11101000 | 11101111 | 0 | 111 | 100 | 10 | 101010001 | 1000000 | 1011111 |
Color Harmonies of #FAE8EF
Complementary color
Monochromatic Colors of #FAE8EF
Black with #FAE8EF
Text Example
Text Example
White with #FAE8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8EF; }
p { color: rgb(250,232,239); }
H1.HeaderClassName
{
color: #FAE8EF;
}
.AnyTagClassName
{
color: #FAE8EF;
}
</style>
background-color css
<style>
a { background-color: #FAE8EF; }
a { background-color: rgb(250,232,239); }
div.DivClassName
{
background-color: #FAE8EF;
}
.BgClassName
{
background-color: #FAE8EF;
}
</style>
border-color css
<style>
span { border-color: #FAE8EF; }
span { border-color: rgb(250,232,239); }
td.TdClassName
{
border-color: #FAE8EF;
}
.TagClassName
{
border-color: #FAE8EF;
}
</style>