Color Hex Logo

#faedde Color Hex

#FAEDDE
(250,237,222)
0 Favorites   0 Comments

Color spaces of #faedde

RGB 250237222
HSL0.090.740.93
HSV32°11°98°
CMYK 0.000.050.11   0.02
XYZ82.893386.166381.3701
Yxy86.16630.33100.3441
Hunter Lab92.8258-3.044913.0051
CIE-Lab94.38341.91878.8211

#faedde color RGB value is (250,237,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11011110
Octal 372 355 336
Decimal 250 237 222
Hex FA ED DE

RGB Percentages of Color #faedde

%35.26
%33.43
%31.31

CMYK Percentages of Color #faedde

%0
%5
%11
%2

Triadic Colors of #faedde

#faedde #defaed #eddefa

Analogous Colors of #faedde

#faedde #f9fade #fadfde

Monochromatic Colors of #faedde

#faedde

Complementary Color

#faedde #deebfa

#faedde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedde Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedde Color CSS Codes

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

#faedde Text Font Color

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

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


#faedde Background Color

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

This div background color is #faedde


#faedde Border Color

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

This div border color is #faedde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedde


Comments

No comments written yet.

Please login to write comment.