Color Hex Logo

#f9faee Color Hex

#F9FAEE
(249,250,238)
0 Favorites   0 Comments

Color spaces of #f9faee

RGB 249250238
HSL0.180.550.96
HSV65°98°
CMYK 0.000.000.05   0.02
XYZ88.685194.684094.4906
Yxy94.68400.31920.3408
Hunter Lab97.3057-7.598810.5393
CIE-Lab97.9069-2.39255.6230

#f9faee color RGB value is (249,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111010 11101110
Octal 371 372 356
Decimal 249 250 238
Hex F9 FA EE

RGB Percentages of Color #f9faee

%33.79
%33.92
%32.29

CMYK Percentages of Color #f9faee

%0
%0
%5
%2

Triadic Colors of #f9faee

#f9faee #eef9fa #faeef9

Analogous Colors of #f9faee

#f9faee #f3faee #faf5ee

Monochromatic Colors of #f9faee

#f9faee

Complementary Color

#f9faee #efeefa

#f9faee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9faee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9faee Color CSS Codes

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

#f9faee Text Font Color

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

This sample text font color is #f9faee
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.


#f9faee Background Color

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

This div background color is #f9faee


#f9faee Border Color

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

This div border color is #f9faee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,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 #f9faee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9faee


Comments

No comments written yet.

Please login to write comment.