#F1ECEF

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

Shades of Lavender Blush #F1ECEF

Tints of Lavender Blush #F1ECEF

Color information

#F1ECEF (or 0xF1ECEF) is unknown color: approx Lavender Blush. HEX triplet: F1, EC and EF. RGB value is (241,236,239). Sum of RGB (Red+Green+Blue) = 241+236+239=716 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.66% from 716); Green value is 236 (92.58% from 255 or 32.96% from 716); Blue value is 239 (93.75% from 255 or 33.38% from 716); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1ECEF is #0E1310. Grayscale: #EDEDED. Windows color (decimal): -922385 or 15723761. OLE color: 15723761.

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

Color convert

RGB241236239-
CMYK00.020.010.05
HSL324º15.15%93.53%-
HSV(B)324º2.07%94.51%-
XYZ81.8584.9293.74-
YUV237.84128.66130.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.66%
GREEN value IS 236 (92.58% from 255) = 32.96%
BLUE value IS 239 (93.75% from 255) = 33.38%
R=33.66%
G=32.96%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123623900.020.010.0532415.1593.53
HexF1ECEF0215144f5e
Octal361354357021550417136
Binary111100011110110011101111010110110100010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ECEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ECEF; }

 p { color: rgb(241,236,239); }

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

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

 a { background-color: rgb(241,236,239); }

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

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

 span { border-color: rgb(241,236,239); }

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