Shades of Lavender Blush #F8F0F2
Tints of Lavender Blush #F8F0F2
RGB
CMYK
RGB Variations
Color information
#F8F0F2 (or 0xF8F0F2) is known color: Lavender Blush. HEX triplet: F8, F0 and F2. RGB value is (248,240,242). Sum of RGB (Red+Green+Blue) = 248+240+242=730 (96% of max value = 765). Red value is 248 (97.27% from 255 or 33.97% from 730); Green value is 240 (94.14% from 255 or 32.88% from 730); Blue value is 242 (94.92% from 255 or 33.15% from 730); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F0F2 is #070F0D. Grayscale: #F2F2F2. Windows color (decimal): -462606 or 15921400. OLE color: 15921400.
HSL color Cylindrical-coordinate representation of color #F8F0F2: hue angle of 345º degrees, saturation: 0.36, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F8F0F2 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 242 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.03 |
| HSL | 345º | 0.36% | 0.96% | - |
| HSV(B) | 345º | 0.03% | 0.97% | - |
| XYZ | 85.9 | 88.69 | 96.6 | - |
| YUV | 242.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 242 | 0 | 0.03 | 0.02 | 0.03 | 345 | 0.36 | 0.96 |
| Hex | F8 | F0 | F2 | 0 | 3 | 2 | 3 | 159 | 24 | 60 |
| Octal | 370 | 360 | 362 | 0 | 3 | 2 | 3 | 531 | 44 | 140 |
| Binary | 11111000 | 11110000 | 11110010 | 0 | 11 | 10 | 11 | 101011001 | 100100 | 1100000 |
Color Harmonies of #F8F0F2
Complementary color
Monochromatic Colors of #F8F0F2
Black with #F8F0F2
Text Example
Text Example
White with #F8F0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F0F2; }
p { color: rgb(248,240,242); }
H1.HeaderClassName
{
color: #F8F0F2;
}
.AnyTagClassName
{
color: #F8F0F2;
}
</style>
background-color css
<style>
a { background-color: #F8F0F2; }
a { background-color: rgb(248,240,242); }
div.DivClassName
{
background-color: #F8F0F2;
}
.BgClassName
{
background-color: #F8F0F2;
}
</style>
border-color css
<style>
span { border-color: #F8F0F2; }
span { border-color: rgb(248,240,242); }
td.TdClassName
{
border-color: #F8F0F2;
}
.TagClassName
{
border-color: #F8F0F2;
}
</style>