Shades of Lavender Blush #F5E9F1
Tints of Lavender Blush #F5E9F1
RGB
CMYK
RGB Variations
Color information
#F5E9F1 (or 0xF5E9F1) is known color: Lavender Blush. HEX triplet: F5, E9 and F1. RGB value is (245,233,241). Sum of RGB (Red+Green+Blue) = 245+233+241=719 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.08% from 719); Green value is 233 (91.41% from 255 or 32.41% from 719); Blue value is 241 (94.53% from 255 or 33.52% from 719); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E9F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E9F1 is #0A160E. Grayscale: #EDEDED. Windows color (decimal): -661007 or 15854069. OLE color: 15854069.
HSL color Cylindrical-coordinate representation of color #F5E9F1: hue angle of 320º 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 #F5E9F1 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 233 | 241 | - |
CMYK | 0 | 0.05 | 0.02 | 0.04 |
HSL | 320º | 0.38% | 0.94% | - |
HSV(B) | 320º | 0.05% | 0.96% | - |
XYZ | 82.67 | 84.04 | 95.08 | - |
YUV | 237.5 | 129.98 | 133.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 233 | 241 | 0 | 0.05 | 0.02 | 0.04 | 320 | 0.38 | 0.94 |
Hex | F5 | E9 | F1 | 0 | 5 | 2 | 4 | 140 | 26 | 5E |
Octal | 365 | 351 | 361 | 0 | 5 | 2 | 4 | 500 | 46 | 136 |
Binary | 11110101 | 11101001 | 11110001 | 0 | 101 | 10 | 100 | 101000000 | 100110 | 1011110 |
Color Harmonies of #F5E9F1
Complementary color
Monochromatic Colors of #F5E9F1
Black with #F5E9F1
Text Example
Text Example
White with #F5E9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E9F1; }
p { color: rgb(245,233,241); }
H1.HeaderClassName
{
color: #F5E9F1;
}
.AnyTagClassName
{
color: #F5E9F1;
}
</style>
background-color css
<style>
a { background-color: #F5E9F1; }
a { background-color: rgb(245,233,241); }
div.DivClassName
{
background-color: #F5E9F1;
}
.BgClassName
{
background-color: #F5E9F1;
}
</style>
border-color css
<style>
span { border-color: #F5E9F1; }
span { border-color: rgb(245,233,241); }
td.TdClassName
{
border-color: #F5E9F1;
}
.TagClassName
{
border-color: #F5E9F1;
}
</style>