#F0DEFA

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

Shades of White Lilac #F0DEFA

Tints of White Lilac #F0DEFA

Color information

#F0DEFA (or 0xF0DEFA) is unknown color: approx White Lilac. HEX triplet: F0, DE and FA. RGB value is (240,222,250). Sum of RGB (Red+Green+Blue) = 240+222+250=712 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.71% from 712); Green value is 222 (87.11% from 255 or 31.18% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEFA is #0F2105. Grayscale: #E6E6E6. Windows color (decimal): -991494 or 16441072. OLE color: 16441072.

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

Color convert

RGB240222250-
CMYK0.040.1100.02
HSL278.57º73.68%92.55%-
HSV(B)278.57º11.2%98.04%-
XYZ79.3177.67101.25-
YUV230.57138.96134.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.71%
GREEN value IS 222 (87.11% from 255) = 31.18%
BLUE value IS 250 (98.05% from 255) = 35.11%
R=33.71%
G=31.18%
B=35.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402222500.040.1100.02278.5773.6892.55
HexF0DEFA4B021174a5d
Octal36033637241302427112135
Binary111100001101111011111010100101101010001011110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DEFA; }

 p { color: rgb(240,222,250); }

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

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

 a { background-color: rgb(240,222,250); }

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

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

 span { border-color: rgb(240,222,250); }

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