Shades of Lavender Blush #F6F2F5
Tints of Lavender Blush #F6F2F5
RGB
CMYK
RGB Variations
Color information
#F6F2F5 (or 0xF6F2F5) is known color: Lavender Blush. HEX triplet: F6, F2 and F5. RGB value is (246,242,245). Sum of RGB (Red+Green+Blue) = 246+242+245=733 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.56% from 733); Green value is 242 (94.92% from 255 or 33.02% from 733); Blue value is 245 (96.09% from 255 or 33.42% from 733); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F2F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F2F5 is #090D0A. Grayscale: #F3F3F3. Windows color (decimal): -593163 or 16118518. OLE color: 16118518.
HSL color Cylindrical-coordinate representation of color #F6F2F5: hue angle of 315º degrees, saturation: 0.18, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F6F2F5 is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 242 | 245 | - |
CMYK | 0 | 0.02 | 0.00 | 0.04 |
HSL | 315º | 0.18% | 0.96% | - |
HSV(B) | 315º | 0.02% | 0.96% | - |
XYZ | 86.24 | 89.69 | 99.15 | - |
YUV | 243.54 | 128.83 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 242 | 245 | 0 | 0.02 | 0.00 | 0.04 | 315 | 0.18 | 0.96 |
Hex | F6 | F2 | F5 | 0 | 2 | 0 | 4 | 13B | 12 | 60 |
Octal | 366 | 362 | 365 | 0 | 2 | 0 | 4 | 473 | 22 | 140 |
Binary | 11110110 | 11110010 | 11110101 | 0 | 10 | 0 | 100 | 100111011 | 10010 | 1100000 |
Color Harmonies of #F6F2F5
Complementary color
Monochromatic Colors of #F6F2F5
Black with #F6F2F5
Text Example
Text Example
White with #F6F2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F2F5; }
p { color: rgb(246,242,245); }
H1.HeaderClassName
{
color: #F6F2F5;
}
.AnyTagClassName
{
color: #F6F2F5;
}
</style>
background-color css
<style>
a { background-color: #F6F2F5; }
a { background-color: rgb(246,242,245); }
div.DivClassName
{
background-color: #F6F2F5;
}
.BgClassName
{
background-color: #F6F2F5;
}
</style>
border-color css
<style>
span { border-color: #F6F2F5; }
span { border-color: rgb(246,242,245); }
td.TdClassName
{
border-color: #F6F2F5;
}
.TagClassName
{
border-color: #F6F2F5;
}
</style>