Shades of Lavender Blush #F9EFF2
Tints of Lavender Blush #F9EFF2
RGB
CMYK
RGB Variations
Color information
#F9EFF2 (or 0xF9EFF2) is known color: Lavender Blush. HEX triplet: F9, EF and F2. RGB value is (249,239,242). Sum of RGB (Red+Green+Blue) = 249+239+242=730 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.11% from 730); Green value is 239 (93.75% from 255 or 32.74% from 730); Blue value is 242 (94.92% from 255 or 33.15% from 730); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EFF2 is #06100D. Grayscale: #F2F2F2. Windows color (decimal): -397326 or 15921145. OLE color: 15921145.
HSL color Cylindrical-coordinate representation of color #F9EFF2: hue angle of 342º degrees, saturation: 0.45, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F9EFF2 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 239 | 242 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.02 |
| HSL | 342º | 0.45% | 0.96% | - |
| HSV(B) | 342º | 0.04% | 0.98% | - |
| XYZ | 85.96 | 88.28 | 96.51 | - |
| YUV | 242.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 239 | 242 | 0 | 0.04 | 0.03 | 0.02 | 342 | 0.45 | 0.96 |
| Hex | F9 | EF | F2 | 0 | 4 | 3 | 2 | 156 | 2D | 60 |
| Octal | 371 | 357 | 362 | 0 | 4 | 3 | 2 | 526 | 55 | 140 |
| Binary | 11111001 | 11101111 | 11110010 | 0 | 100 | 11 | 10 | 101010110 | 101101 | 1100000 |
Color Harmonies of #F9EFF2
Complementary color
Monochromatic Colors of #F9EFF2
Black with #F9EFF2
Text Example
Text Example
White with #F9EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EFF2; }
p { color: rgb(249,239,242); }
H1.HeaderClassName
{
color: #F9EFF2;
}
.AnyTagClassName
{
color: #F9EFF2;
}
</style>
background-color css
<style>
a { background-color: #F9EFF2; }
a { background-color: rgb(249,239,242); }
div.DivClassName
{
background-color: #F9EFF2;
}
.BgClassName
{
background-color: #F9EFF2;
}
</style>
border-color css
<style>
span { border-color: #F9EFF2; }
span { border-color: rgb(249,239,242); }
td.TdClassName
{
border-color: #F9EFF2;
}
.TagClassName
{
border-color: #F9EFF2;
}
</style>