#F5E4EE

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

Shades of Lavender Blush #F5E4EE

Tints of Lavender Blush #F5E4EE

Color information

#F5E4EE (or 0xF5E4EE) is unknown color: approx Lavender Blush. HEX triplet: F5, E4 and EE. RGB value is (245,228,238). Sum of RGB (Red+Green+Blue) = 245+228+238=711 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.46% from 711); Green value is 228 (89.45% from 255 or 32.07% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E4EE is #0A1B11. Grayscale: #EAEAEA. Windows color (decimal): -662290 or 15656181. OLE color: 15656181.

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

Color convert

RGB245228238-
CMYK00.070.030.04
HSL324.71º45.95%92.75%-
HSV(B)324.71º6.94%96.08%-
XYZ80.8381.0792.28-
YUV234.22130.13135.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.46%
GREEN value IS 228 (89.45% from 255) = 32.07%
BLUE value IS 238 (93.36% from 255) = 33.47%
R=34.46%
G=32.07%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522823800.070.030.04324.7145.9592.75
HexF5E4EE07341452e5d
Octal365344356073450556135
Binary1111010111100100111011100111111001010001011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E4EE; }

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

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

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

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

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

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

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

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