#F0EDFF

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

Shades of Lavender #F0EDFF

Tints of Lavender #F0EDFF

Color information

#F0EDFF (or 0xF0EDFF) is unknown color: approx Lavender. HEX triplet: F0, ED and FF. RGB value is (240,237,255). Sum of RGB (Red+Green+Blue) = 240+237+255=732 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.79% from 732); Green value is 237 (92.97% from 255 or 32.38% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0EDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDFF is #0F1200. Grayscale: #EFEFEF. Windows color (decimal): -987649 or 16772592. OLE color: 16772592.

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

Color convert

RGB240237255-
CMYK0.060.0700
HSL250º100%96.47%-
HSV(B)250º7.06%100%-
XYZ84.2786.31106.83-
YUV239.95136.49128.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.79%
GREEN value IS 237 (92.97% from 255) = 32.38%
BLUE value IS 255 (100% from 255) = 34.84%
R=32.79%
G=32.38%
B=34.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402372550.060.070025010096.47
HexF0EDFF6700fa6460
Octal3603553776700372144140
Binary111100001110110111111111110111001111101011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDFF; }

 p { color: rgb(240,237,255); }

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

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

 a { background-color: rgb(240,237,255); }

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

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

 span { border-color: rgb(240,237,255); }

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