Shades of Lavender Blush #F5EDF2
Tints of Lavender Blush #F5EDF2
RGB
CMYK
RGB Variations
Color information
#F5EDF2 (or 0xF5EDF2) is known color: Lavender Blush. HEX triplet: F5, ED and F2. RGB value is (245,237,242). Sum of RGB (Red+Green+Blue) = 245+237+242=724 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.84% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 242 (94.92% from 255 or 33.43% from 724); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDF2 is #0A120D. Grayscale: #EFEFEF. Windows color (decimal): -659982 or 15920629. OLE color: 15920629.
HSL color Cylindrical-coordinate representation of color #F5EDF2: hue angle of 322.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 #F5EDF2 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 237 | 242 | - |
CMYK | 0 | 0.03 | 0.01 | 0.04 |
HSL | 322.5º | 0.29% | 0.95% | - |
HSV(B) | 322.5º | 0.03% | 0.96% | - |
XYZ | 83.97 | 86.39 | 96.25 | - |
YUV | 239.96 | 129.15 | 131.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 237 | 242 | 0 | 0.03 | 0.01 | 0.04 | 322.5 | 0.29 | 0.95 |
Hex | F5 | ED | F2 | 0 | 3 | 1 | 4 | 142 | 1D | 5F |
Octal | 365 | 355 | 362 | 0 | 3 | 1 | 4 | 502 | 35 | 137 |
Binary | 11110101 | 11101101 | 11110010 | 0 | 11 | 1 | 100 | 101000010 | 11101 | 1011111 |
Color Harmonies of #F5EDF2
Complementary color
Monochromatic Colors of #F5EDF2
Black with #F5EDF2
Text Example
Text Example
White with #F5EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDF2; }
p { color: rgb(245,237,242); }
H1.HeaderClassName
{
color: #F5EDF2;
}
.AnyTagClassName
{
color: #F5EDF2;
}
</style>
background-color css
<style>
a { background-color: #F5EDF2; }
a { background-color: rgb(245,237,242); }
div.DivClassName
{
background-color: #F5EDF2;
}
.BgClassName
{
background-color: #F5EDF2;
}
</style>
border-color css
<style>
span { border-color: #F5EDF2; }
span { border-color: rgb(245,237,242); }
td.TdClassName
{
border-color: #F5EDF2;
}
.TagClassName
{
border-color: #F5EDF2;
}
</style>