Color Hex Logo

#faede6 Color Hex

#FAEDE6
(250,237,230)
0 Favorites   0 Comments

Color spaces of #faede6

RGB 250237230
HSL0.060.670.94
HSV21°98°
CMYK 0.000.050.08   0.02
XYZ83.991586.605587.1526
Yxy86.60550.32590.3360
Hunter Lab93.0621-1.75679.6184
CIE-Lab94.57063.21214.9427

#faede6 color RGB value is (250,237,230).

#faede6 hex color red value is 250, green value is 237 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #faede6 hue: 0.06 , saturation: 0.67 and the lightness value of faede6 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11100110
Octal 372 355 346
Decimal 250 237 230
Hex FA ED E6

RGB Percentages of Color #faede6

%34.87
%33.05
%32.08

CMYK Percentages of Color #faede6

%0
%5
%8
%2

Triadic Colors of #faede6

#faede6 #e6faed #ede6fa

Analogous Colors of #faede6

#faede6 #faf7e6 #fae6e9

Monochromatic Colors of #faede6

#faede6

Complementary Color

#faede6 #e6f3fa

#faede6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faede6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faede6 Color CSS Codes

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

#faede6 Text Font Color

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

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


#faede6 Background Color

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

This div background color is #faede6


#faede6 Border Color

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

This div border color is #faede6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faede6


Comments

No comments written yet.

Please login to write comment.