Shades of Lavender Blush #F6F0F4
Tints of Lavender Blush #F6F0F4
RGB
CMYK
RGB Variations
Color information
#F6F0F4 (or 0xF6F0F4) is known color: Lavender Blush. HEX triplet: F6, F0 and F4. RGB value is (246,240,244). Sum of RGB (Red+Green+Blue) = 246+240+244=730 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.70% from 730); Green value is 240 (94.14% from 255 or 32.88% from 730); Blue value is 244 (95.70% from 255 or 33.42% from 730); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F0F4 is #090F0B. Grayscale: #F2F2F2. Windows color (decimal): -593676 or 16052470. OLE color: 16052470.
HSL color Cylindrical-coordinate representation of color #F6F0F4: hue angle of 320º degrees, saturation: 0.25, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F6F0F4 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 244 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.04 |
| HSL | 320º | 0.25% | 0.95% | - |
| HSV(B) | 320º | 0.02% | 0.96% | - |
| XYZ | 85.5 | 88.44 | 98.15 | - |
| YUV | 242.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 244 | 0 | 0.02 | 0.01 | 0.04 | 320 | 0.25 | 0.95 |
| Hex | F6 | F0 | F4 | 0 | 2 | 1 | 4 | 140 | 19 | 5F |
| Octal | 366 | 360 | 364 | 0 | 2 | 1 | 4 | 500 | 31 | 137 |
| Binary | 11110110 | 11110000 | 11110100 | 0 | 10 | 1 | 100 | 101000000 | 11001 | 1011111 |
Color Harmonies of #F6F0F4
Complementary color
Monochromatic Colors of #F6F0F4
Black with #F6F0F4
Text Example
Text Example
White with #F6F0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F0F4; }
p { color: rgb(246,240,244); }
H1.HeaderClassName
{
color: #F6F0F4;
}
.AnyTagClassName
{
color: #F6F0F4;
}
</style>
background-color css
<style>
a { background-color: #F6F0F4; }
a { background-color: rgb(246,240,244); }
div.DivClassName
{
background-color: #F6F0F4;
}
.BgClassName
{
background-color: #F6F0F4;
}
</style>
border-color css
<style>
span { border-color: #F6F0F4; }
span { border-color: rgb(246,240,244); }
td.TdClassName
{
border-color: #F6F0F4;
}
.TagClassName
{
border-color: #F6F0F4;
}
</style>