Shades of Lavender Blush #FFE7F1
Tints of Lavender Blush #FFE7F1
RGB
CMYK
RGB Variations
Color information
#FFE7F1 (or 0xFFE7F1) is known color: Lavender Blush. HEX triplet: FF, E7 and F1. RGB value is (255,231,241). Sum of RGB (Red+Green+Blue) = 255+231+241=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 231 (90.62% from 255 or 31.77% from 727); Blue value is 241 (94.53% from 255 or 33.15% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE7F1 is #00180E. Grayscale: #EFEFEF. Windows color (decimal): -6159 or 15853567. OLE color: 15853567.
HSL color Cylindrical-coordinate representation of color #FFE7F1: hue angle of 335º 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 #FFE7F1 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 241 | - |
| CMYK | 0 | 0.09 | 0.05 | 0 |
| HSL | 335º | 1% | 0.95% | - |
| HSV(B) | 335º | 0.09% | 1% | - |
| XYZ | 85.69 | 84.76 | 95.06 | - |
| YUV | 239.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 241 | 0 | 0.09 | 0.05 | 0 | 335 | 1 | 0.95 |
| Hex | FF | E7 | F1 | 0 | 9 | 5 | 0 | 14F | 64 | 5F |
| Octal | 377 | 347 | 361 | 0 | 11 | 5 | 0 | 517 | 144 | 137 |
| Binary | 11111111 | 11100111 | 11110001 | 0 | 1001 | 101 | 0 | 101001111 | 1100100 | 1011111 |
Color Harmonies of #FFE7F1
Complementary color
Monochromatic Colors of #FFE7F1
Black with #FFE7F1
Text Example
Text Example
White with #FFE7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7F1; }
p { color: rgb(255,231,241); }
H1.HeaderClassName
{
color: #FFE7F1;
}
.AnyTagClassName
{
color: #FFE7F1;
}
</style>
background-color css
<style>
a { background-color: #FFE7F1; }
a { background-color: rgb(255,231,241); }
div.DivClassName
{
background-color: #FFE7F1;
}
.BgClassName
{
background-color: #FFE7F1;
}
</style>
border-color css
<style>
span { border-color: #FFE7F1; }
span { border-color: rgb(255,231,241); }
td.TdClassName
{
border-color: #FFE7F1;
}
.TagClassName
{
border-color: #FFE7F1;
}
</style>