Color Hex Logo

#faefe9 Color Hex

#FAEFE9
(250,239,233)
0 Favorites   0 Comments

Color spaces of #faefe9

RGB 250239233
HSL0.060.630.95
HSV21°98°
CMYK 0.000.040.07   0.02
XYZ84.998887.940289.5850
Yxy87.94020.32380.3350
Hunter Lab93.7764-2.31679.0035
CIE-Lab95.13582.68674.2053

#faefe9 color RGB value is (250,239,233).

#faefe9 hex color red value is 250, green value is 239 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #faefe9 hue: 0.06 , saturation: 0.63 and the lightness value of faefe9 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11101001
Octal 372 357 351
Decimal 250 239 233
Hex FA EF E9

RGB Percentages of Color #faefe9

%34.63
%33.10
%32.27

CMYK Percentages of Color #faefe9

%0
%4
%7
%2

Triadic Colors of #faefe9

#faefe9 #e9faef #efe9fa

Analogous Colors of #faefe9

#faefe9 #faf8e9 #fae9ec

Monochromatic Colors of #faefe9

#faefe9

Complementary Color

#faefe9 #e9f4fa

#faefe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefe9 Color CSS Codes

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

#faefe9 Text Font Color

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

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


#faefe9 Background Color

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

This div background color is #faefe9


#faefe9 Border Color

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

This div border color is #faefe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefe9

Related Colors

#faefe9 Color Palettes


Comments

No comments written yet.

Please login to write comment.