Shades of Lavender Blush #F5EFF1
Tints of Lavender Blush #F5EFF1
RGB
CMYK
RGB Variations
Color information
#F5EFF1 (or 0xF5EFF1) is known color: Lavender Blush. HEX triplet: F5, EF and F1. RGB value is (245,239,241). Sum of RGB (Red+Green+Blue) = 245+239+241=725 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.79% from 725); Green value is 239 (93.75% from 255 or 32.97% from 725); Blue value is 241 (94.53% from 255 or 33.24% from 725); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EFF1 is #0A100E. Grayscale: #F1F1F1. Windows color (decimal): -659471 or 15855605. OLE color: 15855605.
HSL color Cylindrical-coordinate representation of color #F5EFF1: hue angle of 340º degrees, saturation: 0.23, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F5EFF1 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 239 | 241 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.04 |
| HSL | 340º | 0.23% | 0.95% | - |
| HSV(B) | 340º | 0.02% | 0.96% | - |
| XYZ | 84.4 | 87.5 | 95.66 | - |
| YUV | 241.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 241 | 0 | 0.02 | 0.02 | 0.04 | 340 | 0.23 | 0.95 |
| Hex | F5 | EF | F1 | 0 | 2 | 2 | 4 | 154 | 17 | 5F |
| Octal | 365 | 357 | 361 | 0 | 2 | 2 | 4 | 524 | 27 | 137 |
| Binary | 11110101 | 11101111 | 11110001 | 0 | 10 | 10 | 100 | 101010100 | 10111 | 1011111 |
Color Harmonies of #F5EFF1
Complementary color
Monochromatic Colors of #F5EFF1
Black with #F5EFF1
Text Example
Text Example
White with #F5EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EFF1; }
p { color: rgb(245,239,241); }
H1.HeaderClassName
{
color: #F5EFF1;
}
.AnyTagClassName
{
color: #F5EFF1;
}
</style>
background-color css
<style>
a { background-color: #F5EFF1; }
a { background-color: rgb(245,239,241); }
div.DivClassName
{
background-color: #F5EFF1;
}
.BgClassName
{
background-color: #F5EFF1;
}
</style>
border-color css
<style>
span { border-color: #F5EFF1; }
span { border-color: rgb(245,239,241); }
td.TdClassName
{
border-color: #F5EFF1;
}
.TagClassName
{
border-color: #F5EFF1;
}
</style>