Shades of Lavender Blush #F4EEF2
Tints of Lavender Blush #F4EEF2
RGB
CMYK
RGB Variations
Color information
#F4EEF2 (or 0xF4EEF2) is known color: Lavender Blush. HEX triplet: F4, EE and F2. RGB value is (244,238,242). Sum of RGB (Red+Green+Blue) = 244+238+242=724 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.70% from 724); Green value is 238 (93.36% from 255 or 32.87% from 724); Blue value is 242 (94.92% from 255 or 33.43% from 724); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EEF2 is #0B110D. Grayscale: #F0F0F0. Windows color (decimal): -725262 or 15920884. OLE color: 15920884.
HSL color Cylindrical-coordinate representation of color #F4EEF2: hue angle of 320º degrees, saturation: 0.21, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F4EEF2 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 238 | 242 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.04 |
| HSL | 320º | 0.21% | 0.95% | - |
| HSV(B) | 320º | 0.02% | 0.96% | - |
| XYZ | 83.91 | 86.79 | 96.33 | - |
| YUV | 240.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 238 | 242 | 0 | 0.02 | 0.01 | 0.04 | 320 | 0.21 | 0.95 |
| Hex | F4 | EE | F2 | 0 | 2 | 1 | 4 | 140 | 15 | 5F |
| Octal | 364 | 356 | 362 | 0 | 2 | 1 | 4 | 500 | 25 | 137 |
| Binary | 11110100 | 11101110 | 11110010 | 0 | 10 | 1 | 100 | 101000000 | 10101 | 1011111 |
Color Harmonies of #F4EEF2
Complementary color
Monochromatic Colors of #F4EEF2
Black with #F4EEF2
Text Example
Text Example
White with #F4EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EEF2; }
p { color: rgb(244,238,242); }
H1.HeaderClassName
{
color: #F4EEF2;
}
.AnyTagClassName
{
color: #F4EEF2;
}
</style>
background-color css
<style>
a { background-color: #F4EEF2; }
a { background-color: rgb(244,238,242); }
div.DivClassName
{
background-color: #F4EEF2;
}
.BgClassName
{
background-color: #F4EEF2;
}
</style>
border-color css
<style>
span { border-color: #F4EEF2; }
span { border-color: rgb(244,238,242); }
td.TdClassName
{
border-color: #F4EEF2;
}
.TagClassName
{
border-color: #F4EEF2;
}
</style>