#F5F3F4

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

Shades of Lavender Blush #F5F3F4

Tints of Lavender Blush #F5F3F4

Color information

#F5F3F4 (or 0xF5F3F4) is unknown color: approx Lavender Blush. HEX triplet: F5, F3 and F4. RGB value is (245,243,244). Sum of RGB (Red+Green+Blue) = 245+243+244=732 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.47% from 732); Green value is 243 (95.31% from 255 or 33.20% from 732); Blue value is 244 (95.70% from 255 or 33.33% from 732); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F3F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F3F4 is #0A0C0B. Grayscale: #F3F3F3. Windows color (decimal): -658444 or 16053237. OLE color: 16053237.

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

Color convert

RGB245243244-
CMYK00.010.000.04
HSL330º9.09%95.69%-
HSV(B)330º0.82%96.08%-
XYZ86.0490.0598.43-
YUV243.71128.16128.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.47%
GREEN value IS 243 (95.31% from 255) = 33.20%
BLUE value IS 244 (95.70% from 255) = 33.33%
R=33.47%
G=33.20%
B=33.33%

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
Decimal24524324400.010.000.043309.0995.69
HexF5F3F4010414a960
Octal365363364010451211140
Binary11110101111100111111010001010010100101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F3F4; }

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

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

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

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

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

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

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

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