#F0EFF6

Color #F0EFF6 Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender #F0EFF6

Tints of Lavender #F0EFF6

Color information

#F0EFF6 (or 0xF0EFF6) is unknown color: approx Lavender. HEX triplet: F0, EF and F6. RGB value is (240,239,246). Sum of RGB (Red+Green+Blue) = 240+239+246=725 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.10% from 725); Green value is 239 (93.75% from 255 or 32.97% from 725); Blue value is 246 (96.48% from 255 or 33.93% from 725); Max value from RGB is 246 - color contains mainly: blue. Hex color #F0EFF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFF6 is #0F1009. Grayscale: #F0F0F0. Windows color (decimal): -987146 or 16183280. OLE color: 16183280.

HSL color Cylindrical-coordinate representation of color #F0EFF6: hue angle of 248.57º degrees, saturation: 0.28, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F0EFF6 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB240239246-
CMYK0.020.0300.04
HSL248.57º28%95.1%-
HSV(B)248.57º2.85%96.47%-
XYZ83.4486.9199.57-
YUV240.1131.33127.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 33.10%
GREEN value IS 239 (93.75% from 255) = 32.97%
BLUE value IS 246 (96.48% from 255) = 33.93%
R=33.10%
G=32.97%
B=33.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402392460.020.0300.04248.572895.1
HexF0EFF62304f91c5f
Octal360357366230437134137
Binary1111000011101111111101101011010011111001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFF6; }

 p { color: rgb(240,239,246); }

 H1.HeaderClassName
 {
   color: #F0EFF6;
 }
 .AnyTagClassName
 {
   color: #F0EFF6;
 }
</style>
background-color css

<style>
 a { background-color: #F0EFF6; }

 a { background-color: rgb(240,239,246); }

 div.DivClassName
 {
   background-color: #F0EFF6;
 }
 .BgClassName
 {
   background-color: #F0EFF6;
 }
</style>
border-color css

<style>
 span { border-color: #F0EFF6; }

 span { border-color: rgb(240,239,246); }

 td.TdClassName
 {
   border-color: #F0EFF6;
 }
 .TagClassName
 {
   border-color: #F0EFF6;
 }
</style>