Shades of Lavender Blush #F8EFF2
Tints of Lavender Blush #F8EFF2
RGB
CMYK
RGB Variations
Color information
#F8EFF2 (or 0xF8EFF2) is known color: Lavender Blush. HEX triplet: F8, EF and F2. RGB value is (248,239,242). Sum of RGB (Red+Green+Blue) = 248+239+242=729 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.02% from 729); Green value is 239 (93.75% from 255 or 32.78% from 729); Blue value is 242 (94.92% from 255 or 33.20% from 729); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EFF2 is #07100D. Grayscale: #F2F2F2. Windows color (decimal): -462862 or 15921144. OLE color: 15921144.
HSL color Cylindrical-coordinate representation of color #F8EFF2: hue angle of 340º degrees, saturation: 0.39, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F8EFF2 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 239 | 242 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.03 |
| HSL | 340º | 0.39% | 0.95% | - |
| HSV(B) | 340º | 0.04% | 0.97% | - |
| XYZ | 85.6 | 88.1 | 96.5 | - |
| YUV | 242.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 239 | 242 | 0 | 0.04 | 0.02 | 0.03 | 340 | 0.39 | 0.95 |
| Hex | F8 | EF | F2 | 0 | 4 | 2 | 3 | 154 | 27 | 5F |
| Octal | 370 | 357 | 362 | 0 | 4 | 2 | 3 | 524 | 47 | 137 |
| Binary | 11111000 | 11101111 | 11110010 | 0 | 100 | 10 | 11 | 101010100 | 100111 | 1011111 |
Color Harmonies of #F8EFF2
Complementary color
Monochromatic Colors of #F8EFF2
Black with #F8EFF2
Text Example
Text Example
White with #F8EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EFF2; }
p { color: rgb(248,239,242); }
H1.HeaderClassName
{
color: #F8EFF2;
}
.AnyTagClassName
{
color: #F8EFF2;
}
</style>
background-color css
<style>
a { background-color: #F8EFF2; }
a { background-color: rgb(248,239,242); }
div.DivClassName
{
background-color: #F8EFF2;
}
.BgClassName
{
background-color: #F8EFF2;
}
</style>
border-color css
<style>
span { border-color: #F8EFF2; }
span { border-color: rgb(248,239,242); }
td.TdClassName
{
border-color: #F8EFF2;
}
.TagClassName
{
border-color: #F8EFF2;
}
</style>