#F2ECF4

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

Shades of White Lilac #F2ECF4

Tints of White Lilac #F2ECF4

Color information

#F2ECF4 (or 0xF2ECF4) is unknown color: approx White Lilac. HEX triplet: F2, EC and F4. RGB value is (242,236,244). Sum of RGB (Red+Green+Blue) = 242+236+244=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 236 (92.58% from 255 or 32.69% from 722); Blue value is 244 (95.70% from 255 or 33.80% from 722); Max value from RGB is 244 - color contains mainly: blue. Hex color #F2ECF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2ECF4 is #0D130B. Grayscale: #EEEEEE. Windows color (decimal): -856844 or 16051442. OLE color: 16051442.

HSL color Cylindrical-coordinate representation of color #F2ECF4: hue angle of 285º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2ECF4 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB242236244-
CMYK0.010.0300.04
HSL285º26.67%94.12%-
HSV(B)285º3.28%95.69%-
XYZ82.9485.497.7-
YUV238.71130.99130.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.52%
GREEN value IS 236 (92.58% from 255) = 32.69%
BLUE value IS 244 (95.70% from 255) = 33.80%
R=33.52%
G=32.69%
B=33.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2422362440.010.0300.0428526.6794.12
HexF2ECF4130411d1b5e
Octal362354364130443533136
Binary1111001011101100111101001110100100011101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ECF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ECF4; }

 p { color: rgb(242,236,244); }

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

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

 a { background-color: rgb(242,236,244); }

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

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

 span { border-color: rgb(242,236,244); }

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