#F4F2F5

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

Shades of White Lilac #F4F2F5

Tints of White Lilac #F4F2F5

Color information

#F4F2F5 (or 0xF4F2F5) is unknown color: approx White Lilac. HEX triplet: F4, F2 and F5. RGB value is (244,242,245). Sum of RGB (Red+Green+Blue) = 244+242+245=731 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.38% from 731); Green value is 242 (94.92% from 255 or 33.11% from 731); Blue value is 245 (96.09% from 255 or 33.52% from 731); Max value from RGB is 245 - color contains mainly: blue. Hex color #F4F2F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F2F5 is #0B0D0A. Grayscale: #F2F2F2. Windows color (decimal): -724235 or 16118516. OLE color: 16118516.

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

Color convert

RGB244242245-
CMYK0.000.0100.04
HSL280º13.04%95.49%-
HSV(B)280º1.22%96.08%-
XYZ85.5489.3399.12-
YUV242.94129.16128.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.38%
GREEN value IS 242 (94.92% from 255) = 33.11%
BLUE value IS 245 (96.09% from 255) = 33.52%
R=33.38%
G=33.11%
B=33.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442422450.000.0100.0428013.0495.49
HexF4F2F50104118d5f
Octal364362365010443015137
Binary11110100111100101111010101010010001100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F2F5; }

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

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

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

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

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

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

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

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