Color Hex Logo

#faeef9 Color Hex

#FAEEF9
(250,238,249)
1 Favorites   0 Comments

Color spaces of #faeef9

RGB 250238249
HSL0.850.550.96
HSV305°98°
CMYK 0.000.050.00   0.02
XYZ87.097888.3126102.0780
Yxy88.31260.31390.3183
Hunter Lab93.97480.98171.3799
CIE-Lab95.29245.9445-3.8600

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

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

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

Base Numbers

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

RGB Percentages of Color #faeef9

%33.92
%32.29
%33.79

CMYK Percentages of Color #faeef9

%0
%5
%0
%2

Triadic Colors of #faeef9

#faeef9 #f9faee #eef9fa

Analogous Colors of #faeef9

#faeef9 #faeef3 #f5eefa

Monochromatic Colors of #faeef9

#faeef9

Complementary Color

#faeef9 #eefaef

#faeef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeef9 Color CSS Codes

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

#faeef9 Text Font Color

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

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


#faeef9 Background Color

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

This div background color is #faeef9


#faeef9 Border Color

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

This div border color is #faeef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeef9

Related Colors


Comments

No comments written yet.

Please login to write comment.