#F1EAEE

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

Shades of Lavender Blush #F1EAEE

Tints of Lavender Blush #F1EAEE

Color information

#F1EAEE (or 0xF1EAEE) is unknown color: approx Lavender Blush. HEX triplet: F1, EA and EE. RGB value is (241,234,238). Sum of RGB (Red+Green+Blue) = 241+234+238=713 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.80% from 713); Green value is 234 (91.80% from 255 or 32.82% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EAEE is #0E1511. Grayscale: #ECECEC. Windows color (decimal): -922898 or 15657713. OLE color: 15657713.

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

Color convert

RGB241234238-
CMYK00.030.010.05
HSL325.71º20%93.14%-
HSV(B)325.71º2.9%94.51%-
XYZ81.1383.7292.77-
YUV236.55128.82131.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.80%
GREEN value IS 234 (91.80% from 255) = 32.82%
BLUE value IS 238 (93.36% from 255) = 33.38%
R=33.80%
G=32.82%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123423800.030.010.05325.712093.14
HexF1EAEE0315146145d
Octal361352356031550624135
Binary1111000111101010111011100111101101000110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EAEE; }

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

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

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

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

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

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

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

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