Shades of Lavender Blush #F9EFF7
Tints of Lavender Blush #F9EFF7
RGB
CMYK
RGB Variations
Color information
#F9EFF7 (or 0xF9EFF7) is known color: Lavender Blush. HEX triplet: F9, EF and F7. RGB value is (249,239,247). Sum of RGB (Red+Green+Blue) = 249+239+247=735 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.88% from 735); Green value is 239 (93.75% from 255 or 32.52% from 735); Blue value is 247 (96.88% from 255 or 33.61% from 735); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EFF7 is #061008. Grayscale: #F2F2F2. Windows color (decimal): -397321 or 16248825. OLE color: 16248825.
HSL color Cylindrical-coordinate representation of color #F9EFF7: hue angle of 312º 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 #F9EFF7 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 239 | 247 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.02 |
| HSL | 312º | 0.45% | 0.96% | - |
| HSV(B) | 312º | 0.04% | 0.98% | - |
| XYZ | 86.72 | 88.59 | 100.52 | - |
| YUV | 242.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 239 | 247 | 0 | 0.04 | 0.01 | 0.02 | 312 | 0.45 | 0.96 |
| Hex | F9 | EF | F7 | 0 | 4 | 1 | 2 | 138 | 2D | 60 |
| Octal | 371 | 357 | 367 | 0 | 4 | 1 | 2 | 470 | 55 | 140 |
| Binary | 11111001 | 11101111 | 11110111 | 0 | 100 | 1 | 10 | 100111000 | 101101 | 1100000 |
Color Harmonies of #F9EFF7
Complementary color
Monochromatic Colors of #F9EFF7
Black with #F9EFF7
Text Example
Text Example
White with #F9EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EFF7; }
p { color: rgb(249,239,247); }
H1.HeaderClassName
{
color: #F9EFF7;
}
.AnyTagClassName
{
color: #F9EFF7;
}
</style>
background-color css
<style>
a { background-color: #F9EFF7; }
a { background-color: rgb(249,239,247); }
div.DivClassName
{
background-color: #F9EFF7;
}
.BgClassName
{
background-color: #F9EFF7;
}
</style>
border-color css
<style>
span { border-color: #F9EFF7; }
span { border-color: rgb(249,239,247); }
td.TdClassName
{
border-color: #F9EFF7;
}
.TagClassName
{
border-color: #F9EFF7;
}
</style>