#F0EEFB

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

Shades of Lavender #F0EEFB

Tints of Lavender #F0EEFB

Color information

#F0EEFB (or 0xF0EEFB) is unknown color: approx Lavender. HEX triplet: F0, EE and FB. RGB value is (240,238,251). Sum of RGB (Red+Green+Blue) = 240+238+251=729 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.92% from 729); Green value is 238 (93.36% from 255 or 32.65% from 729); Blue value is 251 (98.44% from 255 or 34.43% from 729); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0EEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEFB is #0F1104. Grayscale: #F0F0F0. Windows color (decimal): -987397 or 16510704. OLE color: 16510704.

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

Color convert

RGB240238251-
CMYK0.040.0500.02
HSL249.23º61.9%95.88%-
HSV(B)249.23º5.18%98.43%-
XYZ83.9286.64103.57-
YUV240.08134.16127.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.92%
GREEN value IS 238 (93.36% from 255) = 32.65%
BLUE value IS 251 (98.44% from 255) = 34.43%
R=32.92%
G=32.65%
B=34.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402382510.040.0500.02249.2361.995.88
HexF0EEFB4502f93e60
Octal360356373450237176140
Binary111100001110111011111011100101010111110011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EEFB; }

 p { color: rgb(240,238,251); }

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

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

 a { background-color: rgb(240,238,251); }

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

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

 span { border-color: rgb(240,238,251); }

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