Color Hex Logo

#faeed2 Color Hex

#FAEED2
(250,238,210)
0 Favorites   0 Comments

Color spaces of #faeed2

RGB 250238210
HSL0.120.800.90
HSV42°16°98°
CMYK 0.000.050.16   0.02
XYZ81.631786.126273.2943
Yxy86.12620.33860.3573
Hunter Lab92.8042-5.396618.1373
CIE-Lab94.3663-0.443415.0063

#faeed2 color RGB value is (250,238,210).

#faeed2 hex color red value is 250, green value is 238 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #faeed2 hue: 0.12 , saturation: 0.80 and the lightness value of faeed2 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 11010010
Octal 372 356 322
Decimal 250 238 210
Hex FA EE D2

RGB Percentages of Color #faeed2

%35.82
%34.10
%30.09

CMYK Percentages of Color #faeed2

%0
%5
%16
%2

Triadic Colors of #faeed2

#faeed2 #d2faee #eed2fa

Analogous Colors of #faeed2

#faeed2 #f2fad2 #fadad2

Monochromatic Colors of #faeed2

#faeed2

Complementary Color

#faeed2 #d2defa

#faeed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeed2 Color CSS Codes

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

#faeed2 Text Font Color

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

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


#faeed2 Background Color

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

This div background color is #faeed2


#faeed2 Border Color

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

This div border color is #faeed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeed2

Related Colors


Comments

No comments written yet.

Please login to write comment.