Color Hex Logo

#f1faee Color Hex

#F1FAEE
(241,250,238)
1 Favorites   0 Comments

Color spaces of #f1faee

RGB 241250238
HSL0.290.550.96
HSV105°98°
CMYK 0.040.000.05   0.02
XYZ85.893993.245094.3599
Yxy93.24500.31410.3409
Hunter Lab96.5635-10.20909.6574
CIE-Lab97.3269-5.07304.7110

#f1faee color RGB value is (241,250,238).

#f1faee hex color red value is 241, green value is 250 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f1faee hue: 0.29 , saturation: 0.55 and the lightness value of f1faee is 0.96.

The process color (four color CMYK) of #f1faee color hex is 0.04, 0.00, 0.05, 0.02. Web safe color of #f1faee is #ffffff. Color #f1faee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111010 11101110
Octal 361 372 356
Decimal 241 250 238
Hex F1 FA EE

RGB Percentages of Color #f1faee

%33.06
%34.29
%32.65

CMYK Percentages of Color #f1faee

%4
%0
%5
%2

Triadic Colors of #f1faee

#f1faee #eef1fa #faeef1

Analogous Colors of #f1faee

#f1faee #eefaf1 #f7faee

Monochromatic Colors of #f1faee

#f1faee

Complementary Color

#f1faee #f7eefa

#f1faee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1faee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1faee Color CSS Codes

.mybgcolor {background-color:#f1faee; } 
.myforecolor {color:#f1faee; }
.mybordercolor {border:3px solid #f1faee; }

#f1faee Text Font Color

<p style="color:#f1faee">Text here</p>

This sample text font color is #f1faee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f1faee Background Color

<div style="background-color:#f1faee">
Div content here</div>

This div background color is #f1faee


#f1faee Border Color

<div style="border:3px solid #f1faee">
Div here</div>

This div border color is #f1faee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,250,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1faee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1faee;
  -webkit-box-shadow: 1px 1px 3px 2px #f1faee;
  box-shadow:         1px 1px 3px 2px #f1faee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,250,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f1faee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f1faee;
  -webkit-box-shadow: 1px 1px 3px 2px #f1faee;
  box-shadow:         1px 1px 3px 2px #f1faee;">
Div content here</div>

This div box has shadow with color #f1faee


Comments

No comments written yet.

Please login to write comment.