#F2E0FC

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

Shades of White Lilac #F2E0FC

Tints of White Lilac #F2E0FC

Color information

#F2E0FC (or 0xF2E0FC) is unknown color: approx White Lilac. HEX triplet: F2, E0 and FC. RGB value is (242,224,252). Sum of RGB (Red+Green+Blue) = 242+224+252=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 224 (87.89% from 255 or 31.20% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2E0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E0FC is #0D1F03. Grayscale: #E8E8E8. Windows color (decimal): -859908 or 16572658. OLE color: 16572658.

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

Color convert

RGB242224252-
CMYK0.040.1100.01
HSL278.57º82.35%93.33%-
HSV(B)278.57º11.11%98.82%-
XYZ80.8479.22103.12-
YUV232.57138.96134.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.70%
GREEN value IS 224 (87.89% from 255) = 31.20%
BLUE value IS 252 (98.83% from 255) = 35.10%
R=33.70%
G=31.20%
B=35.10%

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
Decimal2422242520.040.1100.01278.5782.3593.33
HexF2E0FC4B01117525d
Octal36234037441301427122135
Binary11110010111000001111110010010110110001011110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E0FC; }

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

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

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

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

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

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

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

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