#F0E0FC

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

Shades of White Lilac #F0E0FC

Tints of White Lilac #F0E0FC

Color information

#F0E0FC (or 0xF0E0FC) is unknown color: approx White Lilac. HEX triplet: F0, E0 and FC. RGB value is (240,224,252). Sum of RGB (Red+Green+Blue) = 240+224+252=716 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.52% from 716); Green value is 224 (87.89% from 255 or 31.28% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0E0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E0FC is #0F1F03. Grayscale: #E7E7E7. Windows color (decimal): -990980 or 16572656. OLE color: 16572656.

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

Color convert

RGB240224252-
CMYK0.050.1100.01
HSL274.29º82.35%93.33%-
HSV(B)274.29º11.11%98.82%-
XYZ80.1678.86103.09-
YUV231.98139.3133.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.52%
GREEN value IS 224 (87.89% from 255) = 31.28%
BLUE value IS 252 (98.83% from 255) = 35.20%
R=33.52%
G=31.28%
B=35.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402242520.050.1100.01274.2982.3593.33
HexF0E0FC5B01112525d
Octal36034037451301422122135
Binary11110000111000001111110010110110110001001010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E0FC; }

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

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

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

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

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

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

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

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