Shades of Lavender Blush #F4ECF2
Tints of Lavender Blush #F4ECF2
RGB
CMYK
RGB Variations
Color information
#F4ECF2 (or 0xF4ECF2) is known color: Lavender Blush. HEX triplet: F4, EC and F2. RGB value is (244,236,242). Sum of RGB (Red+Green+Blue) = 244+236+242=722 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.80% from 722); Green value is 236 (92.58% from 255 or 32.69% from 722); Blue value is 242 (94.92% from 255 or 33.52% from 722); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ECF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4ECF2 is #0B130D. Grayscale: #EFEFEF. Windows color (decimal): -725774 or 15920372. OLE color: 15920372.
HSL color Cylindrical-coordinate representation of color #F4ECF2: hue angle of 315º degrees, saturation: 0.27, 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 #F4ECF2 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 236 | 242 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.04 |
| HSL | 315º | 0.27% | 0.94% | - |
| HSV(B) | 315º | 0.03% | 0.96% | - |
| XYZ | 83.33 | 85.63 | 96.14 | - |
| YUV | 239.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 236 | 242 | 0 | 0.03 | 0.01 | 0.04 | 315 | 0.27 | 0.94 |
| Hex | F4 | EC | F2 | 0 | 3 | 1 | 4 | 13B | 1B | 5E |
| Octal | 364 | 354 | 362 | 0 | 3 | 1 | 4 | 473 | 33 | 136 |
| Binary | 11110100 | 11101100 | 11110010 | 0 | 11 | 1 | 100 | 100111011 | 11011 | 1011110 |
Color Harmonies of #F4ECF2
Complementary color
Monochromatic Colors of #F4ECF2
Black with #F4ECF2
Text Example
Text Example
White with #F4ECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ECF2; }
p { color: rgb(244,236,242); }
H1.HeaderClassName
{
color: #F4ECF2;
}
.AnyTagClassName
{
color: #F4ECF2;
}
</style>
background-color css
<style>
a { background-color: #F4ECF2; }
a { background-color: rgb(244,236,242); }
div.DivClassName
{
background-color: #F4ECF2;
}
.BgClassName
{
background-color: #F4ECF2;
}
</style>
border-color css
<style>
span { border-color: #F4ECF2; }
span { border-color: rgb(244,236,242); }
td.TdClassName
{
border-color: #F4ECF2;
}
.TagClassName
{
border-color: #F4ECF2;
}
</style>