Color Hex Logo

#faedee Color Hex

#FAEDEE
(250,237,238)
0 Favorites   0 Comments

Color spaces of #faedee

RGB 250237238
HSL0.990.570.95
HSV355°98°
CMYK 0.000.050.05   0.02
XYZ85.141187.065493.2068
Yxy87.06540.32080.3280
Hunter Lab93.3088-0.41546.0910
CIE-Lab94.76604.54911.0755

#faedee color RGB value is (250,237,238).

#faedee hex color red value is 250, green value is 237 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #faedee hue: 0.99 , saturation: 0.57 and the lightness value of faedee is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11101110
Octal 372 355 356
Decimal 250 237 238
Hex FA ED EE

RGB Percentages of Color #faedee

%34.48
%32.69
%32.83

CMYK Percentages of Color #faedee

%0
%5
%5
%2

Triadic Colors of #faedee

#faedee #eefaed #edeefa

Analogous Colors of #faedee

#faedee #faf3ed #faedf5

Monochromatic Colors of #faedee

#faedee

Complementary Color

#faedee #edfaf9

#faedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedee Color CSS Codes

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

#faedee Text Font Color

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

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


#faedee Background Color

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

This div background color is #faedee


#faedee Border Color

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

This div border color is #faedee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedee


Comments

No comments written yet.

Please login to write comment.