Shades of Lavender Blush #F8F5F6
Tints of Lavender Blush #F8F5F6
RGB
CMYK
RGB Variations
Color information
#F8F5F6 (or 0xF8F5F6) is known color: Lavender Blush. HEX triplet: F8, F5 and F6. RGB value is (248,245,246). Sum of RGB (Red+Green+Blue) = 248+245+246=739 (97% of max value = 765). Red value is 248 (97.27% from 255 or 33.56% from 739); Green value is 245 (96.09% from 255 or 33.15% from 739); Blue value is 246 (96.48% from 255 or 33.29% from 739); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F5F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F5F6 is #070A09. Grayscale: #F6F6F6. Windows color (decimal): -461322 or 16184824. OLE color: 16184824.
HSL color Cylindrical-coordinate representation of color #F8F5F6: hue angle of 340º degrees, saturation: 0.18, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F8F5F6 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 245 | 246 | - |
CMYK | 0 | 0.01 | 0.01 | 0.03 |
HSL | 340º | 0.18% | 0.97% | - |
HSV(B) | 340º | 0.01% | 0.97% | - |
XYZ | 88 | 91.92 | 100.29 | - |
YUV | 246.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 245 | 246 | 0 | 0.01 | 0.01 | 0.03 | 340 | 0.18 | 0.97 |
Hex | F8 | F5 | F6 | 0 | 1 | 1 | 3 | 154 | 12 | 61 |
Octal | 370 | 365 | 366 | 0 | 1 | 1 | 3 | 524 | 22 | 141 |
Binary | 11111000 | 11110101 | 11110110 | 0 | 1 | 1 | 11 | 101010100 | 10010 | 1100001 |
Color Harmonies of #F8F5F6
Complementary color
Monochromatic Colors of #F8F5F6
Black with #F8F5F6
Text Example
Text Example
White with #F8F5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F5F6; }
p { color: rgb(248,245,246); }
H1.HeaderClassName
{
color: #F8F5F6;
}
.AnyTagClassName
{
color: #F8F5F6;
}
</style>
background-color css
<style>
a { background-color: #F8F5F6; }
a { background-color: rgb(248,245,246); }
div.DivClassName
{
background-color: #F8F5F6;
}
.BgClassName
{
background-color: #F8F5F6;
}
</style>
border-color css
<style>
span { border-color: #F8F5F6; }
span { border-color: rgb(248,245,246); }
td.TdClassName
{
border-color: #F8F5F6;
}
.TagClassName
{
border-color: #F8F5F6;
}
</style>