Shades of Lavender Blush #FAEEF2
Tints of Lavender Blush #FAEEF2
RGB
CMYK
RGB Variations
Color information
#FAEEF2 (or 0xFAEEF2) is known color: Lavender Blush. HEX triplet: FA, EE and F2. RGB value is (250,238,242). Sum of RGB (Red+Green+Blue) = 250+238+242=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 238 (93.36% from 255 or 32.60% from 730); Blue value is 242 (94.92% from 255 or 33.15% from 730); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEF2 is #05110D. Grayscale: #F2F2F2. Windows color (decimal): -332046 or 15920890. OLE color: 15920890.
HSL color Cylindrical-coordinate representation of color #FAEEF2: hue angle of 340º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAEEF2 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 242 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.02 |
| HSL | 340º | 0.55% | 0.96% | - |
| HSV(B) | 340º | 0.05% | 0.98% | - |
| XYZ | 86.03 | 87.88 | 96.43 | - |
| YUV | 242.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 242 | 0 | 0.05 | 0.03 | 0.02 | 340 | 0.55 | 0.96 |
| Hex | FA | EE | F2 | 0 | 5 | 3 | 2 | 154 | 37 | 60 |
| Octal | 372 | 356 | 362 | 0 | 5 | 3 | 2 | 524 | 67 | 140 |
| Binary | 11111010 | 11101110 | 11110010 | 0 | 101 | 11 | 10 | 101010100 | 110111 | 1100000 |
Color Harmonies of #FAEEF2
Complementary color
Monochromatic Colors of #FAEEF2
Black with #FAEEF2
Text Example
Text Example
White with #FAEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEF2; }
p { color: rgb(250,238,242); }
H1.HeaderClassName
{
color: #FAEEF2;
}
.AnyTagClassName
{
color: #FAEEF2;
}
</style>
background-color css
<style>
a { background-color: #FAEEF2; }
a { background-color: rgb(250,238,242); }
div.DivClassName
{
background-color: #FAEEF2;
}
.BgClassName
{
background-color: #FAEEF2;
}
</style>
border-color css
<style>
span { border-color: #FAEEF2; }
span { border-color: rgb(250,238,242); }
td.TdClassName
{
border-color: #FAEEF2;
}
.TagClassName
{
border-color: #FAEEF2;
}
</style>