Color Hex Logo

#faedda Color Hex

#FAEDDA
(250,237,218)
0 Favorites   0 Comments

Color spaces of #faedda

RGB 250237218
HSL0.100.760.92
HSV36°13°98°
CMYK 0.000.050.13   0.02
XYZ82.363485.954378.5795
Yxy85.95430.33360.3481
Hunter Lab92.7115-3.668814.6457
CIE-Lab94.29281.289110.7639

#faedda color RGB value is (250,237,218).

#faedda hex color red value is 250, green value is 237 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #faedda hue: 0.10 , saturation: 0.76 and the lightness value of faedda is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11011010
Octal 372 355 332
Decimal 250 237 218
Hex FA ED DA

RGB Percentages of Color #faedda

%35.46
%33.62
%30.92

CMYK Percentages of Color #faedda

%0
%5
%13
%2

Triadic Colors of #faedda

#faedda #dafaed #eddafa

Analogous Colors of #faedda

#faedda #f7fada #faddda

Monochromatic Colors of #faedda

#faedda

Complementary Color

#faedda #dae7fa

#faedda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedda Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedda Color CSS Codes

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

#faedda Text Font Color

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

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


#faedda Background Color

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

This div background color is #faedda


#faedda Border Color

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

This div border color is #faedda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedda

Related Colors


Comments

No comments written yet.

Please login to write comment.