#F0EEFC

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

Shades of Lavender #F0EEFC

Tints of Lavender #F0EEFC

Color information

#F0EEFC (or 0xF0EEFC) is unknown color: approx Lavender. HEX triplet: F0, EE and FC. RGB value is (240,238,252). Sum of RGB (Red+Green+Blue) = 240+238+252=730 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.88% from 730); Green value is 238 (93.36% from 255 or 32.60% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0EEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEFC is #0F1103. Grayscale: #F0F0F0. Windows color (decimal): -987396 or 16576240. OLE color: 16576240.

HSL color Cylindrical-coordinate representation of color #F0EEFC: hue angle of 248.57º degrees, saturation: 0.7, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0EEFC is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240238252-
CMYK0.050.0600.01
HSL248.57º70%96.08%-
HSV(B)248.57º5.56%98.82%-
XYZ84.0886.7104.4-
YUV240.19134.66127.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.88%
GREEN value IS 238 (93.36% from 255) = 32.60%
BLUE value IS 252 (98.83% from 255) = 34.52%
R=32.88%
G=32.60%
B=34.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402382520.050.0600.01248.577096.08
HexF0EEFC5601f94660
Octal3603563745601371106140
Binary111100001110111011111100101110011111100110001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EEFC; }

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

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

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

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

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

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

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

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