Shades of Lavender Blush #FFE8F5
Tints of Lavender Blush #FFE8F5
RGB
CMYK
RGB Variations
Color information
#FFE8F5 (or 0xFFE8F5) is known color: Lavender Blush. HEX triplet: FF, E8 and F5. RGB value is (255,232,245). Sum of RGB (Red+Green+Blue) = 255+232+245=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 232 (91.02% from 255 or 31.69% from 732); Blue value is 245 (96.09% from 255 or 33.47% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE8F5 is #00170A. Grayscale: #F0F0F0. Windows color (decimal): -5899 or 16115967. OLE color: 16115967.
HSL color Cylindrical-coordinate representation of color #FFE8F5: hue angle of 326.09º 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 #FFE8F5 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 245 | - |
| CMYK | 0 | 0.09 | 0.04 | 0 |
| HSL | 326.09º | 1% | 0.95% | - |
| HSV(B) | 326.09º | 0.09% | 1% | - |
| XYZ | 86.58 | 85.57 | 98.34 | - |
| YUV | 240.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 245 | 0 | 0.09 | 0.04 | 0 | 326.09 | 1 | 0.95 |
| Hex | FF | E8 | F5 | 0 | 9 | 4 | 0 | 146 | 64 | 5F |
| Octal | 377 | 350 | 365 | 0 | 11 | 4 | 0 | 506 | 144 | 137 |
| Binary | 11111111 | 11101000 | 11110101 | 0 | 1001 | 100 | 0 | 101000110 | 1100100 | 1011111 |
Color Harmonies of #FFE8F5
Complementary color
Monochromatic Colors of #FFE8F5
Black with #FFE8F5
Text Example
Text Example
White with #FFE8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE8F5; }
p { color: rgb(255,232,245); }
H1.HeaderClassName
{
color: #FFE8F5;
}
.AnyTagClassName
{
color: #FFE8F5;
}
</style>
background-color css
<style>
a { background-color: #FFE8F5; }
a { background-color: rgb(255,232,245); }
div.DivClassName
{
background-color: #FFE8F5;
}
.BgClassName
{
background-color: #FFE8F5;
}
</style>
border-color css
<style>
span { border-color: #FFE8F5; }
span { border-color: rgb(255,232,245); }
td.TdClassName
{
border-color: #FFE8F5;
}
.TagClassName
{
border-color: #FFE8F5;
}
</style>