Shades of Lavender Blush #F2EFF1
Tints of Lavender Blush #F2EFF1
RGB
CMYK
RGB Variations
Color information
#F2EFF1 (or 0xF2EFF1) is known color: Lavender Blush. HEX triplet: F2, EF and F1. RGB value is (242,239,241). Sum of RGB (Red+Green+Blue) = 242+239+241=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 239 (93.75% from 255 or 33.10% from 722); Blue value is 241 (94.53% from 255 or 33.38% from 722); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EFF1 is #0D100E. Grayscale: #F0F0F0. Windows color (decimal): -856079 or 15855602. OLE color: 15855602.
HSL color Cylindrical-coordinate representation of color #F2EFF1: hue angle of 320º degrees, saturation: 0.1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F2EFF1 is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 241 | - |
| CMYK | 0 | 0.01 | 0.00 | 0.05 |
| HSL | 320º | 0.1% | 0.94% | - |
| HSV(B) | 320º | 0.01% | 0.95% | - |
| XYZ | 83.36 | 86.96 | 95.61 | - |
| YUV | 240.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 241 | 0 | 0.01 | 0.00 | 0.05 | 320 | 0.1 | 0.94 |
| Hex | F2 | EF | F1 | 0 | 1 | 0 | 5 | 140 | A | 5E |
| Octal | 362 | 357 | 361 | 0 | 1 | 0 | 5 | 500 | 12 | 136 |
| Binary | 11110010 | 11101111 | 11110001 | 0 | 1 | 0 | 101 | 101000000 | 1010 | 1011110 |
Color Harmonies of #F2EFF1
Complementary color
Monochromatic Colors of #F2EFF1
Black with #F2EFF1
Text Example
Text Example
White with #F2EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFF1; }
p { color: rgb(242,239,241); }
H1.HeaderClassName
{
color: #F2EFF1;
}
.AnyTagClassName
{
color: #F2EFF1;
}
</style>
background-color css
<style>
a { background-color: #F2EFF1; }
a { background-color: rgb(242,239,241); }
div.DivClassName
{
background-color: #F2EFF1;
}
.BgClassName
{
background-color: #F2EFF1;
}
</style>
border-color css
<style>
span { border-color: #F2EFF1; }
span { border-color: rgb(242,239,241); }
td.TdClassName
{
border-color: #F2EFF1;
}
.TagClassName
{
border-color: #F2EFF1;
}
</style>