#F1E0FC

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

Shades of White Lilac #F1E0FC

Tints of White Lilac #F1E0FC

Color information

#F1E0FC (or 0xF1E0FC) is unknown color: approx White Lilac. HEX triplet: F1, E0 and FC. RGB value is (241,224,252). Sum of RGB (Red+Green+Blue) = 241+224+252=717 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.61% from 717); Green value is 224 (87.89% from 255 or 31.24% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1E0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E0FC is #0E1F03. Grayscale: #E8E8E8. Windows color (decimal): -925444 or 16572657. OLE color: 16572657.

HSL color Cylindrical-coordinate representation of color #F1E0FC: hue angle of 276.43º 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 #F1E0FC is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241224252-
CMYK0.040.1100.01
HSL276.43º82.35%93.33%-
HSV(B)276.43º11.11%98.82%-
XYZ80.579.04103.11-
YUV232.28139.13134.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.61%
GREEN value IS 224 (87.89% from 255) = 31.24%
BLUE value IS 252 (98.83% from 255) = 35.15%
R=33.61%
G=31.24%
B=35.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412242520.040.1100.01276.4382.3593.33
HexF1E0FC4B01114525d
Octal36134037441301424122135
Binary11110001111000001111110010010110110001010010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E0FC; }

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

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

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

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

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

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

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

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