#F5F2F4

Color #F5F2F4 Lavender Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blush #F5F2F4

Tints of Lavender Blush #F5F2F4

Color information

#F5F2F4 (or 0xF5F2F4) is unknown color: approx Lavender Blush. HEX triplet: F5, F2 and F4. RGB value is (245,242,244). Sum of RGB (Red+Green+Blue) = 245+242+244=731 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.52% from 731); Green value is 242 (94.92% from 255 or 33.11% from 731); Blue value is 244 (95.70% from 255 or 33.38% from 731); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F2F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F2F4 is #0A0D0B. Grayscale: #F3F3F3. Windows color (decimal): -658700 or 16052981. OLE color: 16052981.

HSL color Cylindrical-coordinate representation of color #F5F2F4: hue angle of 320º 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 #F5F2F4 is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB245242244-
CMYK00.010.000.04
HSL320º13.04%95.49%-
HSV(B)320º1.22%96.08%-
XYZ85.7489.4598.33-
YUV243.12128.49129.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524224400.010.000.0432013.0495.49
HexF5F2F40104140d5f
Octal365362364010450015137
Binary11110101111100101111010001010010100000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F2F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F2F4; }

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

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

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

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

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

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

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

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