#F2E3FA

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

Shades of White Lilac #F2E3FA

Tints of White Lilac #F2E3FA

Color information

#F2E3FA (or 0xF2E3FA) is unknown color: approx White Lilac. HEX triplet: F2, E3 and FA. RGB value is (242,227,250). Sum of RGB (Red+Green+Blue) = 242+227+250=719 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.66% from 719); Green value is 227 (89.06% from 255 or 31.57% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2E3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E3FA is #0D1C05. Grayscale: #EAEAEA. Windows color (decimal): -859142 or 16442354. OLE color: 16442354.

HSL color Cylindrical-coordinate representation of color #F2E3FA: hue angle of 279.13º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E3FA is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242227250-
CMYK0.030.0900.02
HSL279.13º69.7%93.53%-
HSV(B)279.13º9.2%98.04%-
XYZ81.3480.72101.74-
YUV234.11136.97133.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.66%
GREEN value IS 227 (89.06% from 255) = 31.57%
BLUE value IS 250 (98.05% from 255) = 34.77%
R=33.66%
G=31.57%
B=34.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422272500.030.0900.02279.1369.793.53
HexF2E3FA3902117465e
Octal36234337231102427106136
Binary11110010111000111111101011100101010001011110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E3FA; }

 p { color: rgb(242,227,250); }

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

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

 a { background-color: rgb(242,227,250); }

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

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

 span { border-color: rgb(242,227,250); }

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