Shades of Lavender Blush #F5EDF0
Tints of Lavender Blush #F5EDF0
RGB
CMYK
RGB Variations
Color information
#F5EDF0 (or 0xF5EDF0) is known color: Lavender Blush. HEX triplet: F5, ED and F0. RGB value is (245,237,240). Sum of RGB (Red+Green+Blue) = 245+237+240=722 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.93% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 240 (94.14% from 255 or 33.24% from 722); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDF0 is #0A120F. Grayscale: #EFEFEF. Windows color (decimal): -659984 or 15789557. OLE color: 15789557.
HSL color Cylindrical-coordinate representation of color #F5EDF0: hue angle of 337.5º degrees, saturation: 0.29, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5EDF0 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 237 | 240 | - |
CMYK | 0 | 0.03 | 0.02 | 0.04 |
HSL | 337.5º | 0.29% | 0.95% | - |
HSV(B) | 337.5º | 0.03% | 0.96% | - |
XYZ | 83.67 | 86.27 | 94.68 | - |
YUV | 239.73 | 128.15 | 131.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 237 | 240 | 0 | 0.03 | 0.02 | 0.04 | 337.5 | 0.29 | 0.95 |
Hex | F5 | ED | F0 | 0 | 3 | 2 | 4 | 152 | 1D | 5F |
Octal | 365 | 355 | 360 | 0 | 3 | 2 | 4 | 522 | 35 | 137 |
Binary | 11110101 | 11101101 | 11110000 | 0 | 11 | 10 | 100 | 101010010 | 11101 | 1011111 |
Color Harmonies of #F5EDF0
Complementary color
Monochromatic Colors of #F5EDF0
Black with #F5EDF0
Text Example
Text Example
White with #F5EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDF0; }
p { color: rgb(245,237,240); }
H1.HeaderClassName
{
color: #F5EDF0;
}
.AnyTagClassName
{
color: #F5EDF0;
}
</style>
background-color css
<style>
a { background-color: #F5EDF0; }
a { background-color: rgb(245,237,240); }
div.DivClassName
{
background-color: #F5EDF0;
}
.BgClassName
{
background-color: #F5EDF0;
}
</style>
border-color css
<style>
span { border-color: #F5EDF0; }
span { border-color: rgb(245,237,240); }
td.TdClassName
{
border-color: #F5EDF0;
}
.TagClassName
{
border-color: #F5EDF0;
}
</style>