Color Hex Logo

#faeded Color Hex

#FAEDED
(250,237,237)
0 Favorites   0 Comments

Color spaces of #faeded

RGB 250237237
HSL0.000.570.95
HSV98°
CMYK 0.000.050.05   0.02
XYZ84.994687.006892.4351
Yxy87.00680.32140.3290
Hunter Lab93.2774-0.58596.5396
CIE-Lab94.74124.37961.5582

#faeded color RGB value is (250,237,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11101101
Octal 372 355 355
Decimal 250 237 237
Hex FA ED ED

RGB Percentages of Color #faeded

%34.53
%32.73
%32.73

CMYK Percentages of Color #faeded

%0
%5
%5
%2

Triadic Colors of #faeded

#faeded #edfaed #ededfa

Analogous Colors of #faeded

#faeded #faf4ed #faedf4

Monochromatic Colors of #faeded

#faeded

Complementary Color

#faeded #edfafa

#faeded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeded Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeded Color CSS Codes

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

#faeded Text Font Color

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

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


#faeded Background Color

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

This div background color is #faeded


#faeded Border Color

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

This div border color is #faeded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeded

#faeded Color Palettes


Comments

No comments written yet.

Please login to write comment.