Shades of Lavender Blush #F8F2F5
Tints of Lavender Blush #F8F2F5
RGB
CMYK
RGB Variations
Color information
#F8F2F5 (or 0xF8F2F5) is known color: Lavender Blush. HEX triplet: F8, F2 and F5. RGB value is (248,242,245). Sum of RGB (Red+Green+Blue) = 248+242+245=735 (97% of max value = 765). Red value is 248 (97.27% from 255 or 33.74% from 735); Green value is 242 (94.92% from 255 or 32.93% from 735); Blue value is 245 (96.09% from 255 or 33.33% from 735); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F2F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F2F5 is #070D0A. Grayscale: #F4F4F4. Windows color (decimal): -462091 or 16118520. OLE color: 16118520.
HSL color Cylindrical-coordinate representation of color #F8F2F5: hue angle of 330º degrees, saturation: 0.3, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F8F2F5 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 245 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.03 |
| HSL | 330º | 0.3% | 0.96% | - |
| HSV(B) | 330º | 0.02% | 0.97% | - |
| XYZ | 86.94 | 90.05 | 99.19 | - |
| YUV | 244.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 245 | 0 | 0.02 | 0.01 | 0.03 | 330 | 0.3 | 0.96 |
| Hex | F8 | F2 | F5 | 0 | 2 | 1 | 3 | 14A | 1E | 60 |
| Octal | 370 | 362 | 365 | 0 | 2 | 1 | 3 | 512 | 36 | 140 |
| Binary | 11111000 | 11110010 | 11110101 | 0 | 10 | 1 | 11 | 101001010 | 11110 | 1100000 |
Color Harmonies of #F8F2F5
Complementary color
Monochromatic Colors of #F8F2F5
Black with #F8F2F5
Text Example
Text Example
White with #F8F2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F2F5; }
p { color: rgb(248,242,245); }
H1.HeaderClassName
{
color: #F8F2F5;
}
.AnyTagClassName
{
color: #F8F2F5;
}
</style>
background-color css
<style>
a { background-color: #F8F2F5; }
a { background-color: rgb(248,242,245); }
div.DivClassName
{
background-color: #F8F2F5;
}
.BgClassName
{
background-color: #F8F2F5;
}
</style>
border-color css
<style>
span { border-color: #F8F2F5; }
span { border-color: rgb(248,242,245); }
td.TdClassName
{
border-color: #F8F2F5;
}
.TagClassName
{
border-color: #F8F2F5;
}
</style>