#F1E7EE

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

Shades of Lavender Blush #F1E7EE

Tints of Lavender Blush #F1E7EE

Color information

#F1E7EE (or 0xF1E7EE) is unknown color: approx Lavender Blush. HEX triplet: F1, E7 and EE. RGB value is (241,231,238). Sum of RGB (Red+Green+Blue) = 241+231+238=710 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.94% from 710); Green value is 231 (90.62% from 255 or 32.54% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E7EE is #0E1811. Grayscale: #EAEAEA. Windows color (decimal): -923666 or 15656945. OLE color: 15656945.

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

Color convert

RGB241231238-
CMYK00.040.010.05
HSL318º26.32%92.55%-
HSV(B)318º4.15%94.51%-
XYZ80.2882.0392.49-
YUV234.79129.81132.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.94%
GREEN value IS 231 (90.62% from 255) = 32.54%
BLUE value IS 238 (93.36% from 255) = 33.52%
R=33.94%
G=32.54%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123123800.040.010.0531826.3292.55
HexF1E7EE041513e1a5d
Octal361347356041547632135
Binary11110001111001111110111001001101100111110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E7EE; }

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

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

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

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

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

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

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

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