Shades of Lavender Blush #F1EFF0
Tints of Lavender Blush #F1EFF0
RGB
CMYK
RGB Variations
Color information
#F1EFF0 (or 0xF1EFF0) is known color: Lavender Blush. HEX triplet: F1, EF and F0. RGB value is (241,239,240). Sum of RGB (Red+Green+Blue) = 241+239+240=720 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.47% from 720); Green value is 239 (93.75% from 255 or 33.19% from 720); Blue value is 240 (94.14% from 255 or 33.33% from 720); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EFF0 is #0E100F. Grayscale: #EFEFEF. Windows color (decimal): -921616 or 15790065. OLE color: 15790065.
HSL color Cylindrical-coordinate representation of color #F1EFF0: hue angle of 330º degrees, saturation: 0.07, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F1EFF0 is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 239 | 240 | - |
CMYK | 0 | 0.01 | 0.00 | 0.05 |
HSL | 330º | 0.07% | 0.94% | - |
HSV(B) | 330º | 0.01% | 0.95% | - |
XYZ | 82.87 | 86.73 | 94.81 | - |
YUV | 239.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 239 | 240 | 0 | 0.01 | 0.00 | 0.05 | 330 | 0.07 | 0.94 |
Hex | F1 | EF | F0 | 0 | 1 | 0 | 5 | 14A | 7 | 5E |
Octal | 361 | 357 | 360 | 0 | 1 | 0 | 5 | 512 | 7 | 136 |
Binary | 11110001 | 11101111 | 11110000 | 0 | 1 | 0 | 101 | 101001010 | 111 | 1011110 |
Color Harmonies of #F1EFF0
Complementary color
Monochromatic Colors of #F1EFF0
Black with #F1EFF0
Text Example
Text Example
White with #F1EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EFF0; }
p { color: rgb(241,239,240); }
H1.HeaderClassName
{
color: #F1EFF0;
}
.AnyTagClassName
{
color: #F1EFF0;
}
</style>
background-color css
<style>
a { background-color: #F1EFF0; }
a { background-color: rgb(241,239,240); }
div.DivClassName
{
background-color: #F1EFF0;
}
.BgClassName
{
background-color: #F1EFF0;
}
</style>
border-color css
<style>
span { border-color: #F1EFF0; }
span { border-color: rgb(241,239,240); }
td.TdClassName
{
border-color: #F1EFF0;
}
.TagClassName
{
border-color: #F1EFF0;
}
</style>