Shades of Lavender Blush #F7ECF2
Tints of Lavender Blush #F7ECF2
RGB
CMYK
RGB Variations
Color information
#F7ECF2 (or 0xF7ECF2) is known color: Lavender Blush. HEX triplet: F7, EC and F2. RGB value is (247,236,242). Sum of RGB (Red+Green+Blue) = 247+236+242=725 (96% of max value = 765). Red value is 247 (96.88% from 255 or 34.07% from 725); Green value is 236 (92.58% from 255 or 32.55% from 725); Blue value is 242 (94.92% from 255 or 33.38% from 725); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ECF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7ECF2 is #08130D. Grayscale: #EFEFEF. Windows color (decimal): -529166 or 15920375. OLE color: 15920375.
HSL color Cylindrical-coordinate representation of color #F7ECF2: hue angle of 327.27º degrees, saturation: 0.41, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F7ECF2 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 236 | 242 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.03 |
| HSL | 327.27º | 0.41% | 0.95% | - |
| HSV(B) | 327.27º | 0.04% | 0.97% | - |
| XYZ | 84.38 | 86.18 | 96.19 | - |
| YUV | 239.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 236 | 242 | 0 | 0.04 | 0.02 | 0.03 | 327.27 | 0.41 | 0.95 |
| Hex | F7 | EC | F2 | 0 | 4 | 2 | 3 | 147 | 29 | 5F |
| Octal | 367 | 354 | 362 | 0 | 4 | 2 | 3 | 507 | 51 | 137 |
| Binary | 11110111 | 11101100 | 11110010 | 0 | 100 | 10 | 11 | 101000111 | 101001 | 1011111 |
Color Harmonies of #F7ECF2
Complementary color
Monochromatic Colors of #F7ECF2
Black with #F7ECF2
Text Example
Text Example
White with #F7ECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ECF2; }
p { color: rgb(247,236,242); }
H1.HeaderClassName
{
color: #F7ECF2;
}
.AnyTagClassName
{
color: #F7ECF2;
}
</style>
background-color css
<style>
a { background-color: #F7ECF2; }
a { background-color: rgb(247,236,242); }
div.DivClassName
{
background-color: #F7ECF2;
}
.BgClassName
{
background-color: #F7ECF2;
}
</style>
border-color css
<style>
span { border-color: #F7ECF2; }
span { border-color: rgb(247,236,242); }
td.TdClassName
{
border-color: #F7ECF2;
}
.TagClassName
{
border-color: #F7ECF2;
}
</style>