Color Hex Logo

#faefde Color Hex

#FAEFDE
(250,239,222)
1 Favorites   0 Comments

Color spaces of #faefde

RGB 250239222
HSL0.100.740.93
HSV36°11°98°
CMYK 0.000.040.11   0.02
XYZ83.475787.330981.5642
Yxy87.33090.33080.3460
Hunter Lab93.4510-4.093013.6673
CIE-Lab94.87850.90099.5305

#faefde color RGB value is (250,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11011110
Octal 372 357 336
Decimal 250 239 222
Hex FA EF DE

RGB Percentages of Color #faefde

%35.16
%33.61
%31.22

CMYK Percentages of Color #faefde

%0
%4
%11
%2

Triadic Colors of #faefde

#faefde #defaef #efdefa

Analogous Colors of #faefde

#faefde #f7fade #fae1de

Monochromatic Colors of #faefde

#faefde

Complementary Color

#faefde #dee9fa

#faefde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefde Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefde Color CSS Codes

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

#faefde Text Font Color

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

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


#faefde Background Color

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

This div background color is #faefde


#faefde Border Color

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

This div border color is #faefde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefde

#faefde Color Palettes


Comments

No comments written yet.

Please login to write comment.