Shades of Lavender Blush #F2EAEF
Tints of Lavender Blush #F2EAEF
RGB
CMYK
RGB Variations
Color information
#F2EAEF (or 0xF2EAEF) is known color: Lavender Blush. HEX triplet: F2, EA and EF. RGB value is (242,234,239). Sum of RGB (Red+Green+Blue) = 242+234+239=715 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.85% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 239 (93.75% from 255 or 33.43% from 715); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EAEF is #0D1510. Grayscale: #ECECEC. Windows color (decimal): -857361 or 15723250. OLE color: 15723250.
HSL color Cylindrical-coordinate representation of color #F2EAEF: hue angle of 322.5º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2EAEF is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 239 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.05 |
| HSL | 322.5º | 0.24% | 0.93% | - |
| HSV(B) | 322.5º | 0.03% | 0.95% | - |
| XYZ | 81.62 | 83.95 | 93.56 | - |
| YUV | 236.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 239 | 0 | 0.03 | 0.01 | 0.05 | 322.5 | 0.24 | 0.93 |
| Hex | F2 | EA | EF | 0 | 3 | 1 | 5 | 142 | 18 | 5D |
| Octal | 362 | 352 | 357 | 0 | 3 | 1 | 5 | 502 | 30 | 135 |
| Binary | 11110010 | 11101010 | 11101111 | 0 | 11 | 1 | 101 | 101000010 | 11000 | 1011101 |
Color Harmonies of #F2EAEF
Complementary color
Monochromatic Colors of #F2EAEF
Black with #F2EAEF
Text Example
Text Example
White with #F2EAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAEF; }
p { color: rgb(242,234,239); }
H1.HeaderClassName
{
color: #F2EAEF;
}
.AnyTagClassName
{
color: #F2EAEF;
}
</style>
background-color css
<style>
a { background-color: #F2EAEF; }
a { background-color: rgb(242,234,239); }
div.DivClassName
{
background-color: #F2EAEF;
}
.BgClassName
{
background-color: #F2EAEF;
}
</style>
border-color css
<style>
span { border-color: #F2EAEF; }
span { border-color: rgb(242,234,239); }
td.TdClassName
{
border-color: #F2EAEF;
}
.TagClassName
{
border-color: #F2EAEF;
}
</style>