Shades of Lavender Blush #F5EFF3
Tints of Lavender Blush #F5EFF3
RGB
CMYK
RGB Variations
Color information
#F5EFF3 (or 0xF5EFF3) is known color: Lavender Blush. HEX triplet: F5, EF and F3. RGB value is (245,239,243). Sum of RGB (Red+Green+Blue) = 245+239+243=727 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.70% from 727); Green value is 239 (93.75% from 255 or 32.87% from 727); Blue value is 243 (95.31% from 255 or 33.43% from 727); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EFF3 is #0A100C. Grayscale: #F1F1F1. Windows color (decimal): -659469 or 15986677. OLE color: 15986677.
HSL color Cylindrical-coordinate representation of color #F5EFF3: hue angle of 320º 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 #F5EFF3 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 239 | 243 | - |
CMYK | 0 | 0.02 | 0.01 | 0.04 |
HSL | 320º | 0.23% | 0.95% | - |
HSV(B) | 320º | 0.02% | 0.96% | - |
XYZ | 84.7 | 87.62 | 97.24 | - |
YUV | 241.25 | 128.99 | 130.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 239 | 243 | 0 | 0.02 | 0.01 | 0.04 | 320 | 0.23 | 0.95 |
Hex | F5 | EF | F3 | 0 | 2 | 1 | 4 | 140 | 17 | 5F |
Octal | 365 | 357 | 363 | 0 | 2 | 1 | 4 | 500 | 27 | 137 |
Binary | 11110101 | 11101111 | 11110011 | 0 | 10 | 1 | 100 | 101000000 | 10111 | 1011111 |
Color Harmonies of #F5EFF3
Complementary color
Monochromatic Colors of #F5EFF3
Black with #F5EFF3
Text Example
Text Example
White with #F5EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EFF3; }
p { color: rgb(245,239,243); }
H1.HeaderClassName
{
color: #F5EFF3;
}
.AnyTagClassName
{
color: #F5EFF3;
}
</style>
background-color css
<style>
a { background-color: #F5EFF3; }
a { background-color: rgb(245,239,243); }
div.DivClassName
{
background-color: #F5EFF3;
}
.BgClassName
{
background-color: #F5EFF3;
}
</style>
border-color css
<style>
span { border-color: #F5EFF3; }
span { border-color: rgb(245,239,243); }
td.TdClassName
{
border-color: #F5EFF3;
}
.TagClassName
{
border-color: #F5EFF3;
}
</style>