Shades of Lavender Blush #FAE6EF
Tints of Lavender Blush #FAE6EF
RGB
CMYK
RGB Variations
Color information
#FAE6EF (or 0xFAE6EF) is known color: Lavender Blush. HEX triplet: FA, E6 and EF. RGB value is (250,230,239). Sum of RGB (Red+Green+Blue) = 250+230+239=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 230 (90.23% from 255 or 31.99% from 719); Blue value is 239 (93.75% from 255 or 33.24% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE6EF is #051910. Grayscale: #ECECEC. Windows color (decimal): -334097 or 15722234. OLE color: 15722234.
HSL color Cylindrical-coordinate representation of color #FAE6EF: hue angle of 333º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAE6EF is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 239 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.02 |
| HSL | 333º | 0.67% | 0.94% | - |
| HSV(B) | 333º | 0.08% | 0.98% | - |
| XYZ | 83.3 | 83.15 | 93.32 | - |
| YUV | 237.01 | 129.13 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 239 | 0 | 0.08 | 0.04 | 0.02 | 333 | 0.67 | 0.94 |
| Hex | FA | E6 | EF | 0 | 8 | 4 | 2 | 14D | 43 | 5E |
| Octal | 372 | 346 | 357 | 0 | 10 | 4 | 2 | 515 | 103 | 136 |
| Binary | 11111010 | 11100110 | 11101111 | 0 | 1000 | 100 | 10 | 101001101 | 1000011 | 1011110 |
Color Harmonies of #FAE6EF
Complementary color
Monochromatic Colors of #FAE6EF
Black with #FAE6EF
Text Example
Text Example
White with #FAE6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6EF; }
p { color: rgb(250,230,239); }
H1.HeaderClassName
{
color: #FAE6EF;
}
.AnyTagClassName
{
color: #FAE6EF;
}
</style>
background-color css
<style>
a { background-color: #FAE6EF; }
a { background-color: rgb(250,230,239); }
div.DivClassName
{
background-color: #FAE6EF;
}
.BgClassName
{
background-color: #FAE6EF;
}
</style>
border-color css
<style>
span { border-color: #FAE6EF; }
span { border-color: rgb(250,230,239); }
td.TdClassName
{
border-color: #FAE6EF;
}
.TagClassName
{
border-color: #FAE6EF;
}
</style>