Shades of Lavender Blush #F5E9EF
Tints of Lavender Blush #F5E9EF
RGB
CMYK
RGB Variations
Color information
#F5E9EF (or 0xF5E9EF) is known color: Lavender Blush. HEX triplet: F5, E9 and EF. RGB value is (245,233,239). Sum of RGB (Red+Green+Blue) = 245+233+239=717 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.17% from 717); Green value is 233 (91.41% from 255 or 32.50% from 717); Blue value is 239 (93.75% from 255 or 33.33% from 717); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E9EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E9EF is #0A1610. Grayscale: #EDEDED. Windows color (decimal): -661009 or 15722997. OLE color: 15722997.
HSL color Cylindrical-coordinate representation of color #F5E9EF: hue angle of 330º degrees, saturation: 0.38, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F5E9EF is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 233 | 239 | - |
CMYK | 0 | 0.05 | 0.02 | 0.04 |
HSL | 330º | 0.38% | 0.94% | - |
HSV(B) | 330º | 0.05% | 0.96% | - |
XYZ | 82.38 | 83.92 | 93.52 | - |
YUV | 237.27 | 128.98 | 133.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 233 | 239 | 0 | 0.05 | 0.02 | 0.04 | 330 | 0.38 | 0.94 |
Hex | F5 | E9 | EF | 0 | 5 | 2 | 4 | 14A | 26 | 5E |
Octal | 365 | 351 | 357 | 0 | 5 | 2 | 4 | 512 | 46 | 136 |
Binary | 11110101 | 11101001 | 11101111 | 0 | 101 | 10 | 100 | 101001010 | 100110 | 1011110 |
Color Harmonies of #F5E9EF
Complementary color
Monochromatic Colors of #F5E9EF
Black with #F5E9EF
Text Example
Text Example
White with #F5E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E9EF; }
p { color: rgb(245,233,239); }
H1.HeaderClassName
{
color: #F5E9EF;
}
.AnyTagClassName
{
color: #F5E9EF;
}
</style>
background-color css
<style>
a { background-color: #F5E9EF; }
a { background-color: rgb(245,233,239); }
div.DivClassName
{
background-color: #F5E9EF;
}
.BgClassName
{
background-color: #F5E9EF;
}
</style>
border-color css
<style>
span { border-color: #F5E9EF; }
span { border-color: rgb(245,233,239); }
td.TdClassName
{
border-color: #F5E9EF;
}
.TagClassName
{
border-color: #F5E9EF;
}
</style>