Shades of Lavender Blush #F4EFF2
Tints of Lavender Blush #F4EFF2
RGB
CMYK
RGB Variations
Color information
#F4EFF2 (or 0xF4EFF2) is known color: Lavender Blush. HEX triplet: F4, EF and F2. RGB value is (244,239,242). Sum of RGB (Red+Green+Blue) = 244+239+242=725 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.66% from 725); Green value is 239 (93.75% from 255 or 32.97% from 725); Blue value is 242 (94.92% from 255 or 33.38% from 725); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EFF2 is #0B100D. Grayscale: #F0F0F0. Windows color (decimal): -725006 or 15921140. OLE color: 15921140.
HSL color Cylindrical-coordinate representation of color #F4EFF2: hue angle of 324º degrees, saturation: 0.19, 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 #F4EFF2 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 239 | 242 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.04 |
| HSL | 324º | 0.19% | 0.95% | - |
| HSV(B) | 324º | 0.02% | 0.96% | - |
| XYZ | 84.2 | 87.38 | 96.43 | - |
| YUV | 240.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 239 | 242 | 0 | 0.02 | 0.01 | 0.04 | 324 | 0.19 | 0.95 |
| Hex | F4 | EF | F2 | 0 | 2 | 1 | 4 | 144 | 13 | 5F |
| Octal | 364 | 357 | 362 | 0 | 2 | 1 | 4 | 504 | 23 | 137 |
| Binary | 11110100 | 11101111 | 11110010 | 0 | 10 | 1 | 100 | 101000100 | 10011 | 1011111 |
Color Harmonies of #F4EFF2
Complementary color
Monochromatic Colors of #F4EFF2
Black with #F4EFF2
Text Example
Text Example
White with #F4EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EFF2; }
p { color: rgb(244,239,242); }
H1.HeaderClassName
{
color: #F4EFF2;
}
.AnyTagClassName
{
color: #F4EFF2;
}
</style>
background-color css
<style>
a { background-color: #F4EFF2; }
a { background-color: rgb(244,239,242); }
div.DivClassName
{
background-color: #F4EFF2;
}
.BgClassName
{
background-color: #F4EFF2;
}
</style>
border-color css
<style>
span { border-color: #F4EFF2; }
span { border-color: rgb(244,239,242); }
td.TdClassName
{
border-color: #F4EFF2;
}
.TagClassName
{
border-color: #F4EFF2;
}
</style>