Shades of Lavender Blush #F7F5F6
Tints of Lavender Blush #F7F5F6
RGB
CMYK
RGB Variations
Color information
#F7F5F6 (or 0xF7F5F6) is known color: Lavender Blush. HEX triplet: F7, F5 and F6. RGB value is (247,245,246). Sum of RGB (Red+Green+Blue) = 247+245+246=738 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.47% from 738); Green value is 245 (96.09% from 255 or 33.20% from 738); Blue value is 246 (96.48% from 255 or 33.33% from 738); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F5F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F5F6 is #080A09. Grayscale: #F5F5F5. Windows color (decimal): -526858 or 16184823. OLE color: 16184823.
HSL color Cylindrical-coordinate representation of color #F7F5F6: hue angle of 330º degrees, saturation: 0.11, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F7F5F6 is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 245 | 246 | - |
CMYK | 0 | 0.01 | 0.00 | 0.03 |
HSL | 330º | 0.11% | 0.96% | - |
HSV(B) | 330º | 0.01% | 0.97% | - |
XYZ | 87.64 | 91.73 | 100.28 | - |
YUV | 245.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 245 | 246 | 0 | 0.01 | 0.00 | 0.03 | 330 | 0.11 | 0.96 |
Hex | F7 | F5 | F6 | 0 | 1 | 0 | 3 | 14A | B | 60 |
Octal | 367 | 365 | 366 | 0 | 1 | 0 | 3 | 512 | 13 | 140 |
Binary | 11110111 | 11110101 | 11110110 | 0 | 1 | 0 | 11 | 101001010 | 1011 | 1100000 |
Color Harmonies of #F7F5F6
Complementary color
Monochromatic Colors of #F7F5F6
Black with #F7F5F6
Text Example
Text Example
White with #F7F5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F5F6; }
p { color: rgb(247,245,246); }
H1.HeaderClassName
{
color: #F7F5F6;
}
.AnyTagClassName
{
color: #F7F5F6;
}
</style>
background-color css
<style>
a { background-color: #F7F5F6; }
a { background-color: rgb(247,245,246); }
div.DivClassName
{
background-color: #F7F5F6;
}
.BgClassName
{
background-color: #F7F5F6;
}
</style>
border-color css
<style>
span { border-color: #F7F5F6; }
span { border-color: rgb(247,245,246); }
td.TdClassName
{
border-color: #F7F5F6;
}
.TagClassName
{
border-color: #F7F5F6;
}
</style>