Shades of Lavender Blush #F6EFF2
Tints of Lavender Blush #F6EFF2
RGB
CMYK
RGB Variations
Color information
#F6EFF2 (or 0xF6EFF2) is known color: Lavender Blush. HEX triplet: F6, EF and F2. RGB value is (246,239,242). Sum of RGB (Red+Green+Blue) = 246+239+242=727 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.84% from 727); Green value is 239 (93.75% from 255 or 32.87% from 727); Blue value is 242 (94.92% from 255 or 33.29% from 727); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EFF2 is #09100D. Grayscale: #F1F1F1. Windows color (decimal): -593934 or 15921142. OLE color: 15921142.
HSL color Cylindrical-coordinate representation of color #F6EFF2: hue angle of 334.29º degrees, saturation: 0.28, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F6EFF2 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 239 | 242 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.04 |
| HSL | 334.29º | 0.28% | 0.95% | - |
| HSV(B) | 334.29º | 0.03% | 0.96% | - |
| XYZ | 84.9 | 87.74 | 96.46 | - |
| YUV | 241.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 239 | 242 | 0 | 0.03 | 0.02 | 0.04 | 334.29 | 0.28 | 0.95 |
| Hex | F6 | EF | F2 | 0 | 3 | 2 | 4 | 14E | 1C | 5F |
| Octal | 366 | 357 | 362 | 0 | 3 | 2 | 4 | 516 | 34 | 137 |
| Binary | 11110110 | 11101111 | 11110010 | 0 | 11 | 10 | 100 | 101001110 | 11100 | 1011111 |
Color Harmonies of #F6EFF2
Complementary color
Monochromatic Colors of #F6EFF2
Black with #F6EFF2
Text Example
Text Example
White with #F6EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EFF2; }
p { color: rgb(246,239,242); }
H1.HeaderClassName
{
color: #F6EFF2;
}
.AnyTagClassName
{
color: #F6EFF2;
}
</style>
background-color css
<style>
a { background-color: #F6EFF2; }
a { background-color: rgb(246,239,242); }
div.DivClassName
{
background-color: #F6EFF2;
}
.BgClassName
{
background-color: #F6EFF2;
}
</style>
border-color css
<style>
span { border-color: #F6EFF2; }
span { border-color: rgb(246,239,242); }
td.TdClassName
{
border-color: #F6EFF2;
}
.TagClassName
{
border-color: #F6EFF2;
}
</style>