#F2E5EE

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

Shades of Lavender Blush #F2E5EE

Tints of Lavender Blush #F2E5EE

Color information

#F2E5EE (or 0xF2E5EE) is unknown color: approx Lavender Blush. HEX triplet: F2, E5 and EE. RGB value is (242,229,238). Sum of RGB (Red+Green+Blue) = 242+229+238=709 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.13% from 709); Green value is 229 (89.84% from 255 or 32.30% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E5EE is #0D1A11. Grayscale: #E9E9E9. Windows color (decimal): -858642 or 15656434. OLE color: 15656434.

HSL color Cylindrical-coordinate representation of color #F2E5EE: hue angle of 318.46º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2E5EE is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242229238-
CMYK00.050.020.05
HSL318.46º33.33%92.35%-
HSV(B)318.46º5.37%94.9%-
XYZ80.0781.0992.32-
YUV233.91130.31133.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.13%
GREEN value IS 229 (89.84% from 255) = 32.30%
BLUE value IS 238 (93.36% from 255) = 33.57%
R=34.13%
G=32.30%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222923800.050.020.05318.4633.3392.35
HexF2E5EE052513e215c
Octal362345356052547641134
Binary1111001011100101111011100101101011001111101000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E5EE; }

 p { color: rgb(242,229,238); }

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

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

 a { background-color: rgb(242,229,238); }

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

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

 span { border-color: rgb(242,229,238); }

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