Shades of Lavender Blush #F7E3F1
Tints of Lavender Blush #F7E3F1
RGB
CMYK
RGB Variations
Color information
#F7E3F1 (or 0xF7E3F1) is known color: Lavender Blush. HEX triplet: F7, E3 and F1. RGB value is (247,227,241). Sum of RGB (Red+Green+Blue) = 247+227+241=715 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.55% from 715); Green value is 227 (89.06% from 255 or 31.75% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E3F1 is #081C0E. Grayscale: #EAEAEA. Windows color (decimal): -531471 or 15852535. OLE color: 15852535.
HSL color Cylindrical-coordinate representation of color #F7E3F1: hue angle of 318º degrees, saturation: 0.56, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F7E3F1 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 227 | 241 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.03 |
| HSL | 318º | 0.56% | 0.93% | - |
| HSV(B) | 318º | 0.08% | 0.97% | - |
| XYZ | 81.7 | 81.06 | 94.56 | - |
| YUV | 234.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 227 | 241 | 0 | 0.08 | 0.02 | 0.03 | 318 | 0.56 | 0.93 |
| Hex | F7 | E3 | F1 | 0 | 8 | 2 | 3 | 13E | 38 | 5D |
| Octal | 367 | 343 | 361 | 0 | 10 | 2 | 3 | 476 | 70 | 135 |
| Binary | 11110111 | 11100011 | 11110001 | 0 | 1000 | 10 | 11 | 100111110 | 111000 | 1011101 |
Color Harmonies of #F7E3F1
Complementary color
Monochromatic Colors of #F7E3F1
Black with #F7E3F1
Text Example
Text Example
White with #F7E3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E3F1; }
p { color: rgb(247,227,241); }
H1.HeaderClassName
{
color: #F7E3F1;
}
.AnyTagClassName
{
color: #F7E3F1;
}
</style>
background-color css
<style>
a { background-color: #F7E3F1; }
a { background-color: rgb(247,227,241); }
div.DivClassName
{
background-color: #F7E3F1;
}
.BgClassName
{
background-color: #F7E3F1;
}
</style>
border-color css
<style>
span { border-color: #F7E3F1; }
span { border-color: rgb(247,227,241); }
td.TdClassName
{
border-color: #F7E3F1;
}
.TagClassName
{
border-color: #F7E3F1;
}
</style>