Color Hex Logo

#faefdf Color Hex

#FAEFDF
(250,239,223)
0 Favorites   0 Comments

Color spaces of #faefdf

RGB 250239223
HSL0.100.730.93
HSV36°11°98°
CMYK 0.000.040.11   0.02
XYZ83.610187.384782.2722
Yxy87.38470.33010.3450
Hunter Lab93.4798-3.935813.2543
CIE-Lab94.90131.05969.0457

#faefdf color RGB value is (250,239,223).

#faefdf hex color red value is 250, green value is 239 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #faefdf hue: 0.10 , saturation: 0.73 and the lightness value of faefdf is 0.93.

The process color (four color CMYK) of #faefdf color hex is 0.00, 0.04, 0.11, 0.02. Web safe color of #faefdf is #ffffcc. Color #faefdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11011111
Octal 372 357 337
Decimal 250 239 223
Hex FA EF DF

RGB Percentages of Color #faefdf

%35.11
%33.57
%31.32

CMYK Percentages of Color #faefdf

%0
%4
%11
%2

Triadic Colors of #faefdf

#faefdf #dffaef #efdffa

Analogous Colors of #faefdf

#faefdf #f8fadf #fae2df

Monochromatic Colors of #faefdf

#faefdf

Complementary Color

#faefdf #dfeafa

#faefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefdf Color CSS Codes

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

#faefdf Text Font Color

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

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


#faefdf Background Color

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

This div background color is #faefdf


#faefdf Border Color

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

This div border color is #faefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefdf

Related Colors

#faefdf Color Palettes


Comments

No comments written yet.

Please login to write comment.