#F2E8F8

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

Shades of White Lilac #F2E8F8

Tints of White Lilac #F2E8F8

Color information

#F2E8F8 (or 0xF2E8F8) is unknown color: approx White Lilac. HEX triplet: F2, E8 and F8. RGB value is (242,232,248). Sum of RGB (Red+Green+Blue) = 242+232+248=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 232 (91.02% from 255 or 32.13% from 722); Blue value is 248 (97.27% from 255 or 34.35% from 722); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2E8F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E8F8 is #0D1707. Grayscale: #ECECEC. Windows color (decimal): -857864 or 16312562. OLE color: 16312562.

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

Color convert

RGB242232248-
CMYK0.020.0600.03
HSL277.5º53.33%94.12%-
HSV(B)277.5º6.45%97.25%-
XYZ82.4283.37100.55-
YUV236.81134.31131.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.52%
GREEN value IS 232 (91.02% from 255) = 32.13%
BLUE value IS 248 (97.27% from 255) = 34.35%
R=33.52%
G=32.13%
B=34.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422322480.020.0600.03277.553.3394.12
HexF2E8F82603116355e
Octal362350370260342665136
Binary111100101110100011111000101100111000101101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E8F8; }

 p { color: rgb(242,232,248); }

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

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

 a { background-color: rgb(242,232,248); }

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

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

 span { border-color: rgb(242,232,248); }

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