#F5E4F0

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

Shades of Lavender Blush #F5E4F0

Tints of Lavender Blush #F5E4F0

Color information

#F5E4F0 (or 0xF5E4F0) is unknown color: approx Lavender Blush. HEX triplet: F5, E4 and F0. RGB value is (245,228,240). Sum of RGB (Red+Green+Blue) = 245+228+240=713 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.36% from 713); Green value is 228 (89.45% from 255 or 31.98% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E4F0 is #0A1B0F. Grayscale: #EAEAEA. Windows color (decimal): -662288 or 15787253. OLE color: 15787253.

HSL color Cylindrical-coordinate representation of color #F5E4F0: hue angle of 317.65º degrees, saturation: 0.46, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F5E4F0 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB245228240-
CMYK00.070.020.04
HSL317.65º45.95%92.75%-
HSV(B)317.65º6.94%96.08%-
XYZ81.1381.1993.83-
YUV234.45131.13135.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.36%
GREEN value IS 228 (89.45% from 255) = 31.98%
BLUE value IS 240 (94.14% from 255) = 33.66%
R=34.36%
G=31.98%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522824000.070.020.04317.6545.9592.75
HexF5E4F0072413e2e5d
Octal365344360072447656135
Binary1111010111100100111100000111101001001111101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E4F0; }

 p { color: rgb(245,228,240); }

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

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

 a { background-color: rgb(245,228,240); }

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

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

 span { border-color: rgb(245,228,240); }

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