Shades of Lavender Blush #FFE8FA
Tints of Lavender Blush #FFE8FA
RGB
CMYK
RGB Variations
Color information
#FFE8FA (or 0xFFE8FA) is known color: Lavender Blush. HEX triplet: FF, E8 and FA. RGB value is (255,232,250). Sum of RGB (Red+Green+Blue) = 255+232+250=737 (97% of max value = 765). Red value is 255 (100% from 255 or 34.60% from 737); Green value is 232 (91.02% from 255 or 31.48% from 737); Blue value is 250 (98.05% from 255 or 33.92% from 737); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE8FA is #001705. Grayscale: #F0F0F0. Windows color (decimal): -5894 or 16443647. OLE color: 16443647.
HSL color Cylindrical-coordinate representation of color #FFE8FA: hue angle of 313.04º 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 #FFE8FA is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 250 | - |
| CMYK | 0 | 0.09 | 0.02 | 0 |
| HSL | 313.04º | 1% | 0.95% | - |
| HSV(B) | 313.04º | 0.09% | 1% | - |
| XYZ | 87.35 | 85.88 | 102.41 | - |
| YUV | 240.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 250 | 0 | 0.09 | 0.02 | 0 | 313.04 | 1 | 0.95 |
| Hex | FF | E8 | FA | 0 | 9 | 2 | 0 | 139 | 64 | 5F |
| Octal | 377 | 350 | 372 | 0 | 11 | 2 | 0 | 471 | 144 | 137 |
| Binary | 11111111 | 11101000 | 11111010 | 0 | 1001 | 10 | 0 | 100111001 | 1100100 | 1011111 |
Color Harmonies of #FFE8FA
Complementary color
Monochromatic Colors of #FFE8FA
Black with #FFE8FA
Text Example
Text Example
White with #FFE8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE8FA; }
p { color: rgb(255,232,250); }
H1.HeaderClassName
{
color: #FFE8FA;
}
.AnyTagClassName
{
color: #FFE8FA;
}
</style>
background-color css
<style>
a { background-color: #FFE8FA; }
a { background-color: rgb(255,232,250); }
div.DivClassName
{
background-color: #FFE8FA;
}
.BgClassName
{
background-color: #FFE8FA;
}
</style>
border-color css
<style>
span { border-color: #FFE8FA; }
span { border-color: rgb(255,232,250); }
td.TdClassName
{
border-color: #FFE8FA;
}
.TagClassName
{
border-color: #FFE8FA;
}
</style>