Shades of Lavender Blush #F9EFF3
Tints of Lavender Blush #F9EFF3
RGB
CMYK
RGB Variations
Color information
#F9EFF3 (or 0xF9EFF3) is known color: Lavender Blush. HEX triplet: F9, EF and F3. RGB value is (249,239,243). Sum of RGB (Red+Green+Blue) = 249+239+243=731 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.06% from 731); Green value is 239 (93.75% from 255 or 32.69% from 731); Blue value is 243 (95.31% from 255 or 33.24% from 731); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EFF3 is #06100C. Grayscale: #F2F2F2. Windows color (decimal): -397325 or 15986681. OLE color: 15986681.
HSL color Cylindrical-coordinate representation of color #F9EFF3: hue angle of 336º 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 #F9EFF3 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 239 | 243 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.02 |
| HSL | 336º | 0.45% | 0.96% | - |
| HSV(B) | 336º | 0.04% | 0.98% | - |
| XYZ | 86.11 | 88.34 | 97.31 | - |
| YUV | 242.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 239 | 243 | 0 | 0.04 | 0.02 | 0.02 | 336 | 0.45 | 0.96 |
| Hex | F9 | EF | F3 | 0 | 4 | 2 | 2 | 150 | 2D | 60 |
| Octal | 371 | 357 | 363 | 0 | 4 | 2 | 2 | 520 | 55 | 140 |
| Binary | 11111001 | 11101111 | 11110011 | 0 | 100 | 10 | 10 | 101010000 | 101101 | 1100000 |
Color Harmonies of #F9EFF3
Complementary color
Monochromatic Colors of #F9EFF3
Black with #F9EFF3
Text Example
Text Example
White with #F9EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EFF3; }
p { color: rgb(249,239,243); }
H1.HeaderClassName
{
color: #F9EFF3;
}
.AnyTagClassName
{
color: #F9EFF3;
}
</style>
background-color css
<style>
a { background-color: #F9EFF3; }
a { background-color: rgb(249,239,243); }
div.DivClassName
{
background-color: #F9EFF3;
}
.BgClassName
{
background-color: #F9EFF3;
}
</style>
border-color css
<style>
span { border-color: #F9EFF3; }
span { border-color: rgb(249,239,243); }
td.TdClassName
{
border-color: #F9EFF3;
}
.TagClassName
{
border-color: #F9EFF3;
}
</style>