Shades of Lavender Blush #FFE7FA
Tints of Lavender Blush #FFE7FA
RGB
CMYK
RGB Variations
Color information
#FFE7FA (or 0xFFE7FA) is known color: Lavender Blush. HEX triplet: FF, E7 and FA. RGB value is (255,231,250). Sum of RGB (Red+Green+Blue) = 255+231+250=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 231 (90.62% from 255 or 31.39% from 736); Blue value is 250 (98.05% from 255 or 33.97% from 736); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE7FA is #001805. Grayscale: #F0F0F0. Windows color (decimal): -6150 or 16443391. OLE color: 16443391.
HSL color Cylindrical-coordinate representation of color #FFE7FA: hue angle of 312.5º 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 #FFE7FA is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 250 | - |
| CMYK | 0 | 0.09 | 0.02 | 0 |
| HSL | 312.5º | 1% | 0.95% | - |
| HSV(B) | 312.5º | 0.09% | 1% | - |
| XYZ | 87.07 | 85.31 | 102.32 | - |
| YUV | 240.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 250 | 0 | 0.09 | 0.02 | 0 | 312.5 | 1 | 0.95 |
| Hex | FF | E7 | FA | 0 | 9 | 2 | 0 | 138 | 64 | 5F |
| Octal | 377 | 347 | 372 | 0 | 11 | 2 | 0 | 470 | 144 | 137 |
| Binary | 11111111 | 11100111 | 11111010 | 0 | 1001 | 10 | 0 | 100111000 | 1100100 | 1011111 |
Color Harmonies of #FFE7FA
Complementary color
Monochromatic Colors of #FFE7FA
Black with #FFE7FA
Text Example
Text Example
White with #FFE7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7FA; }
p { color: rgb(255,231,250); }
H1.HeaderClassName
{
color: #FFE7FA;
}
.AnyTagClassName
{
color: #FFE7FA;
}
</style>
background-color css
<style>
a { background-color: #FFE7FA; }
a { background-color: rgb(255,231,250); }
div.DivClassName
{
background-color: #FFE7FA;
}
.BgClassName
{
background-color: #FFE7FA;
}
</style>
border-color css
<style>
span { border-color: #FFE7FA; }
span { border-color: rgb(255,231,250); }
td.TdClassName
{
border-color: #FFE7FA;
}
.TagClassName
{
border-color: #FFE7FA;
}
</style>