Shades of Lavender Blush #FFE5F7
Tints of Lavender Blush #FFE5F7
RGB
CMYK
RGB Variations
Color information
#FFE5F7 (or 0xFFE5F7) is known color: Lavender Blush. HEX triplet: FF, E5 and F7. RGB value is (255,229,247). Sum of RGB (Red+Green+Blue) = 255+229+247=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 229 (89.84% from 255 or 31.33% from 731); Blue value is 247 (96.88% from 255 or 33.79% from 731); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5F7 is #001A08. Grayscale: #EEEEEE. Windows color (decimal): -6665 or 16246271. OLE color: 16246271.
HSL color Cylindrical-coordinate representation of color #FFE5F7: hue angle of 318.46º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFE5F7 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 247 | - |
| CMYK | 0 | 0.10 | 0.03 | 0 |
| HSL | 318.46º | 1% | 0.95% | - |
| HSV(B) | 318.46º | 0.1% | 1% | - |
| XYZ | 86.05 | 84.01 | 99.68 | - |
| YUV | 238.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 247 | 0 | 0.10 | 0.03 | 0 | 318.46 | 1 | 0.95 |
| Hex | FF | E5 | F7 | 0 | A | 3 | 0 | 13E | 64 | 5F |
| Octal | 377 | 345 | 367 | 0 | 12 | 3 | 0 | 476 | 144 | 137 |
| Binary | 11111111 | 11100101 | 11110111 | 0 | 1010 | 11 | 0 | 100111110 | 1100100 | 1011111 |
Color Harmonies of #FFE5F7
Complementary color
Monochromatic Colors of #FFE5F7
Black with #FFE5F7
Text Example
Text Example
White with #FFE5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5F7; }
p { color: rgb(255,229,247); }
H1.HeaderClassName
{
color: #FFE5F7;
}
.AnyTagClassName
{
color: #FFE5F7;
}
</style>
background-color css
<style>
a { background-color: #FFE5F7; }
a { background-color: rgb(255,229,247); }
div.DivClassName
{
background-color: #FFE5F7;
}
.BgClassName
{
background-color: #FFE5F7;
}
</style>
border-color css
<style>
span { border-color: #FFE5F7; }
span { border-color: rgb(255,229,247); }
td.TdClassName
{
border-color: #FFE5F7;
}
.TagClassName
{
border-color: #FFE5F7;
}
</style>