#F2E7EF

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

Shades of Lavender Blush #F2E7EF

Tints of Lavender Blush #F2E7EF

Color information

#F2E7EF (or 0xF2E7EF) is unknown color: approx Lavender Blush. HEX triplet: F2, E7 and EF. RGB value is (242,231,239). Sum of RGB (Red+Green+Blue) = 242+231+239=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 231 (90.62% from 255 or 32.44% from 712); Blue value is 239 (93.75% from 255 or 33.57% from 712); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E7EF is #0D1810. Grayscale: #EBEBEB. Windows color (decimal): -858129 or 15722482. OLE color: 15722482.

HSL color Cylindrical-coordinate representation of color #F2E7EF: hue angle of 316.36º 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 #F2E7EF is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB242231239-
CMYK00.050.010.05
HSL316.36º29.73%92.75%-
HSV(B)316.36º4.55%94.9%-
XYZ80.7782.2693.28-
YUV235.2130.14132.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.99%
GREEN value IS 231 (90.62% from 255) = 32.44%
BLUE value IS 239 (93.75% from 255) = 33.57%
R=33.99%
G=32.44%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223123900.050.010.05316.3629.7392.75
HexF2E7EF051513c1e5d
Octal362347357051547436135
Binary11110010111001111110111101011101100111100111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E7EF; }

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

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

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

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

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

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

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

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