Shades of Lavender Blush #FFE7F7
Tints of Lavender Blush #FFE7F7
RGB
CMYK
RGB Variations
Color information
#FFE7F7 (or 0xFFE7F7) is known color: Lavender Blush. HEX triplet: FF, E7 and F7. RGB value is (255,231,247). Sum of RGB (Red+Green+Blue) = 255+231+247=733 (97% of max value = 765). Red value is 255 (100% from 255 or 34.79% from 733); Green value is 231 (90.62% from 255 or 31.51% from 733); Blue value is 247 (96.88% from 255 or 33.70% from 733); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE7F7 is #001808. Grayscale: #EFEFEF. Windows color (decimal): -6153 or 16246783. OLE color: 16246783.
HSL color Cylindrical-coordinate representation of color #FFE7F7: hue angle of 320º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFE7F7 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 247 | - |
| CMYK | 0 | 0.09 | 0.03 | 0 |
| HSL | 320º | 1% | 0.95% | - |
| HSV(B) | 320º | 0.09% | 1% | - |
| XYZ | 86.6 | 85.13 | 99.86 | - |
| YUV | 240 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 247 | 0 | 0.09 | 0.03 | 0 | 320 | 1 | 0.95 |
| Hex | FF | E7 | F7 | 0 | 9 | 3 | 0 | 140 | 64 | 5F |
| Octal | 377 | 347 | 367 | 0 | 11 | 3 | 0 | 500 | 144 | 137 |
| Binary | 11111111 | 11100111 | 11110111 | 0 | 1001 | 11 | 0 | 101000000 | 1100100 | 1011111 |
Color Harmonies of #FFE7F7
Complementary color
Monochromatic Colors of #FFE7F7
Black with #FFE7F7
Text Example
Text Example
White with #FFE7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7F7; }
p { color: rgb(255,231,247); }
H1.HeaderClassName
{
color: #FFE7F7;
}
.AnyTagClassName
{
color: #FFE7F7;
}
</style>
background-color css
<style>
a { background-color: #FFE7F7; }
a { background-color: rgb(255,231,247); }
div.DivClassName
{
background-color: #FFE7F7;
}
.BgClassName
{
background-color: #FFE7F7;
}
</style>
border-color css
<style>
span { border-color: #FFE7F7; }
span { border-color: rgb(255,231,247); }
td.TdClassName
{
border-color: #FFE7F7;
}
.TagClassName
{
border-color: #FFE7F7;
}
</style>