#F2E7EE

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

Shades of Lavender Blush #F2E7EE

Tints of Lavender Blush #F2E7EE

Color information

#F2E7EE (or 0xF2E7EE) is unknown color: approx Lavender Blush. HEX triplet: F2, E7 and EE. RGB value is (242,231,238). Sum of RGB (Red+Green+Blue) = 242+231+238=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 231 (90.62% from 255 or 32.49% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E7EE is #0D1811. Grayscale: #EBEBEB. Windows color (decimal): -858130 or 15656946. OLE color: 15656946.

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

Color convert

RGB242231238-
CMYK00.050.020.05
HSL321.82º29.73%92.75%-
HSV(B)321.82º4.55%94.9%-
XYZ80.6382.292.51-
YUV235.09129.64132.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.04%
GREEN value IS 231 (90.62% from 255) = 32.49%
BLUE value IS 238 (93.36% from 255) = 33.47%
R=34.04%
G=32.49%
B=33.47%

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
Decimal24223123800.050.020.05321.8229.7392.75
HexF2E7EE05251421e5d
Octal362347356052550236135
Binary111100101110011111101110010110101101000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E7EE; }

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

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

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

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

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

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

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

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