#F2E6FA

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

Shades of White Lilac #F2E6FA

Tints of White Lilac #F2E6FA

Color information

#F2E6FA (or 0xF2E6FA) is unknown color: approx White Lilac. HEX triplet: F2, E6 and FA. RGB value is (242,230,250). Sum of RGB (Red+Green+Blue) = 242+230+250=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 230 (90.23% from 255 or 31.86% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2E6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E6FA is #0D1905. Grayscale: #EBEBEB. Windows color (decimal): -858374 or 16443122. OLE color: 16443122.

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

Color convert

RGB242230250-
CMYK0.030.0800.02
HSL276º66.67%94.12%-
HSV(B)276º8%98.04%-
XYZ82.1782.37102.01-
YUV235.87135.98132.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.52%
GREEN value IS 230 (90.23% from 255) = 31.86%
BLUE value IS 250 (98.05% from 255) = 34.63%
R=33.52%
G=31.86%
B=34.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422302500.030.0800.0227666.6794.12
HexF2E6FA3802114435e
Octal36234637231002424103136
Binary11110010111001101111101011100001010001010010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E6FA; }

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

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

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

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

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

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

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

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