Color Hex Logo

#faedef Color Hex

#FAEDEF
(250,237,239)
0 Favorites   0 Comments

Color spaces of #faedef

RGB 250237239
HSL0.970.570.95
HSV351°98°
CMYK 0.000.050.04   0.02
XYZ85.288587.124493.9829
Yxy87.12440.32020.3270
Hunter Lab93.3405-0.24405.6402
CIE-Lab94.79104.71930.5930

#faedef color RGB value is (250,237,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11101111
Octal 372 355 357
Decimal 250 237 239
Hex FA ED EF

RGB Percentages of Color #faedef

%34.44
%32.64
%32.92

CMYK Percentages of Color #faedef

%0
%5
%4
%2

Triadic Colors of #faedef

#faedef #effaed #edeffa

Analogous Colors of #faedef

#faedef #faf2ed #faedf6

Monochromatic Colors of #faedef

#faedef

Complementary Color

#faedef #edfaf8

#faedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedef Color CSS Codes

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

#faedef Text Font Color

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

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


#faedef Background Color

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

This div background color is #faedef


#faedef Border Color

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

This div border color is #faedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedef


Comments

No comments written yet.

Please login to write comment.