Shades of Lavender Blush #F2E7EE
Tints of Lavender Blush #F2E7EE
RGB
CMYK
RGB Variations
Color information
#F2E7EE (or 0xF2E7EE) is known color: Lavender Blush. HEX triplet: F2, E7 and EE. RGB value is (242,231,238). Sum of RGB (Red+Green+Blue) = 242+231+238=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 231 (90.62% from 255 or 32.49% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E7EE is #0D1811. Grayscale: #EBEBEB. Windows color (decimal): -858130 or 15656946. OLE color: 15656946.
HSL color Cylindrical-coordinate representation of color #F2E7EE: hue angle of 321.82º degrees, saturation: 0.3, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2E7EE is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 238 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.05 |
| HSL | 321.82º | 0.3% | 0.93% | - |
| HSV(B) | 321.82º | 0.05% | 0.95% | - |
| XYZ | 80.63 | 82.2 | 92.51 | - |
| YUV | 235.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 238 | 0 | 0.05 | 0.02 | 0.05 | 321.82 | 0.3 | 0.93 |
| Hex | F2 | E7 | EE | 0 | 5 | 2 | 5 | 142 | 1E | 5D |
| Octal | 362 | 347 | 356 | 0 | 5 | 2 | 5 | 502 | 36 | 135 |
| Binary | 11110010 | 11100111 | 11101110 | 0 | 101 | 10 | 101 | 101000010 | 11110 | 1011101 |
Color Harmonies of #F2E7EE
Complementary color
Monochromatic Colors of #F2E7EE
Black with #F2E7EE
Text Example
Text Example
White with #F2E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7EE; }
p { color: rgb(242,231,238); }
H1.HeaderClassName
{
color: #F2E7EE;
}
.AnyTagClassName
{
color: #F2E7EE;
}
</style>
background-color css
<style>
a { background-color: #F2E7EE; }
a { background-color: rgb(242,231,238); }
div.DivClassName
{
background-color: #F2E7EE;
}
.BgClassName
{
background-color: #F2E7EE;
}
</style>
border-color css
<style>
span { border-color: #F2E7EE; }
span { border-color: rgb(242,231,238); }
td.TdClassName
{
border-color: #F2E7EE;
}
.TagClassName
{
border-color: #F2E7EE;
}
</style>