Shades of Lavender Blush #F4EDF2
Tints of Lavender Blush #F4EDF2
RGB
CMYK
RGB Variations
Color information
#F4EDF2 (or 0xF4EDF2) is known color: Lavender Blush. HEX triplet: F4, ED and F2. RGB value is (244,237,242). Sum of RGB (Red+Green+Blue) = 244+237+242=723 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.75% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 242 (94.92% from 255 or 33.47% from 723); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EDF2 is #0B120D. Grayscale: #EFEFEF. Windows color (decimal): -725518 or 15920628. OLE color: 15920628.
HSL color Cylindrical-coordinate representation of color #F4EDF2: hue angle of 317.14º degrees, saturation: 0.24, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F4EDF2 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 237 | 242 | - |
CMYK | 0 | 0.03 | 0.01 | 0.04 |
HSL | 317.14º | 0.24% | 0.94% | - |
HSV(B) | 317.14º | 0.03% | 0.96% | - |
XYZ | 83.62 | 86.21 | 96.24 | - |
YUV | 239.66 | 129.32 | 131.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 237 | 242 | 0 | 0.03 | 0.01 | 0.04 | 317.14 | 0.24 | 0.94 |
Hex | F4 | ED | F2 | 0 | 3 | 1 | 4 | 13D | 18 | 5E |
Octal | 364 | 355 | 362 | 0 | 3 | 1 | 4 | 475 | 30 | 136 |
Binary | 11110100 | 11101101 | 11110010 | 0 | 11 | 1 | 100 | 100111101 | 11000 | 1011110 |
Color Harmonies of #F4EDF2
Complementary color
Monochromatic Colors of #F4EDF2
Black with #F4EDF2
Text Example
Text Example
White with #F4EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EDF2; }
p { color: rgb(244,237,242); }
H1.HeaderClassName
{
color: #F4EDF2;
}
.AnyTagClassName
{
color: #F4EDF2;
}
</style>
background-color css
<style>
a { background-color: #F4EDF2; }
a { background-color: rgb(244,237,242); }
div.DivClassName
{
background-color: #F4EDF2;
}
.BgClassName
{
background-color: #F4EDF2;
}
</style>
border-color css
<style>
span { border-color: #F4EDF2; }
span { border-color: rgb(244,237,242); }
td.TdClassName
{
border-color: #F4EDF2;
}
.TagClassName
{
border-color: #F4EDF2;
}
</style>