Shades of Lavender Blush #F5E9F2
Tints of Lavender Blush #F5E9F2
RGB
CMYK
RGB Variations
Color information
#F5E9F2 (or 0xF5E9F2) is known color: Lavender Blush. HEX triplet: F5, E9 and F2. RGB value is (245,233,242). Sum of RGB (Red+Green+Blue) = 245+233+242=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 233 (91.41% from 255 or 32.36% from 720); Blue value is 242 (94.92% from 255 or 33.61% from 720); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E9F2 is #0A160D. Grayscale: #EDEDED. Windows color (decimal): -661006 or 15919605. OLE color: 15919605.
HSL color Cylindrical-coordinate representation of color #F5E9F2: hue angle of 315º 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 #F5E9F2 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 233 | 242 | - |
CMYK | 0 | 0.05 | 0.01 | 0.04 |
HSL | 315º | 0.38% | 0.94% | - |
HSV(B) | 315º | 0.05% | 0.96% | - |
XYZ | 82.82 | 84.1 | 95.87 | - |
YUV | 237.61 | 130.48 | 133.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 233 | 242 | 0 | 0.05 | 0.01 | 0.04 | 315 | 0.38 | 0.94 |
Hex | F5 | E9 | F2 | 0 | 5 | 1 | 4 | 13B | 26 | 5E |
Octal | 365 | 351 | 362 | 0 | 5 | 1 | 4 | 473 | 46 | 136 |
Binary | 11110101 | 11101001 | 11110010 | 0 | 101 | 1 | 100 | 100111011 | 100110 | 1011110 |
Color Harmonies of #F5E9F2
Complementary color
Monochromatic Colors of #F5E9F2
Black with #F5E9F2
Text Example
Text Example
White with #F5E9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E9F2; }
p { color: rgb(245,233,242); }
H1.HeaderClassName
{
color: #F5E9F2;
}
.AnyTagClassName
{
color: #F5E9F2;
}
</style>
background-color css
<style>
a { background-color: #F5E9F2; }
a { background-color: rgb(245,233,242); }
div.DivClassName
{
background-color: #F5E9F2;
}
.BgClassName
{
background-color: #F5E9F2;
}
</style>
border-color css
<style>
span { border-color: #F5E9F2; }
span { border-color: rgb(245,233,242); }
td.TdClassName
{
border-color: #F5E9F2;
}
.TagClassName
{
border-color: #F5E9F2;
}
</style>