Shades of Lavender Blush #F6F1F4
Tints of Lavender Blush #F6F1F4
RGB
CMYK
RGB Variations
Color information
#F6F1F4 (or 0xF6F1F4) is known color: Lavender Blush. HEX triplet: F6, F1 and F4. RGB value is (246,241,244). Sum of RGB (Red+Green+Blue) = 246+241+244=731 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.65% from 731); Green value is 241 (94.53% from 255 or 32.97% from 731); Blue value is 244 (95.70% from 255 or 33.38% from 731); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F1F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F1F4 is #090E0B. Grayscale: #F2F2F2. Windows color (decimal): -593420 or 16052726. OLE color: 16052726.
HSL color Cylindrical-coordinate representation of color #F6F1F4: hue angle of 324º degrees, saturation: 0.22, 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 #F6F1F4 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 241 | 244 | - |
CMYK | 0 | 0.02 | 0.01 | 0.04 |
HSL | 324º | 0.22% | 0.95% | - |
HSV(B) | 324º | 0.02% | 0.96% | - |
XYZ | 85.79 | 89.04 | 98.25 | - |
YUV | 242.84 | 128.66 | 130.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 241 | 244 | 0 | 0.02 | 0.01 | 0.04 | 324 | 0.22 | 0.95 |
Hex | F6 | F1 | F4 | 0 | 2 | 1 | 4 | 144 | 16 | 5F |
Octal | 366 | 361 | 364 | 0 | 2 | 1 | 4 | 504 | 26 | 137 |
Binary | 11110110 | 11110001 | 11110100 | 0 | 10 | 1 | 100 | 101000100 | 10110 | 1011111 |
Color Harmonies of #F6F1F4
Complementary color
Monochromatic Colors of #F6F1F4
Black with #F6F1F4
Text Example
Text Example
White with #F6F1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F1F4; }
p { color: rgb(246,241,244); }
H1.HeaderClassName
{
color: #F6F1F4;
}
.AnyTagClassName
{
color: #F6F1F4;
}
</style>
background-color css
<style>
a { background-color: #F6F1F4; }
a { background-color: rgb(246,241,244); }
div.DivClassName
{
background-color: #F6F1F4;
}
.BgClassName
{
background-color: #F6F1F4;
}
</style>
border-color css
<style>
span { border-color: #F6F1F4; }
span { border-color: rgb(246,241,244); }
td.TdClassName
{
border-color: #F6F1F4;
}
.TagClassName
{
border-color: #F6F1F4;
}
</style>