Color Hex Logo

#fae2d2 Color Hex

#FAE2D2
(250,226,210)
0 Favorites   0 Comments

Color spaces of #fae2d2

RGB 250226210
HSL0.070.800.90
HSV24°16°98°
CMYK 0.000.100.16   0.02
XYZ78.253679.369872.1683
Yxy79.36980.34050.3454
Hunter Lab89.08970.881714.3342
CIE-Lab91.40145.688010.7966

#fae2d2 color RGB value is (250,226,210).

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

The process color (four color CMYK) of #fae2d2 color hex is 0.00, 0.10, 0.16, 0.02. Web safe color of #fae2d2 is #ffcccc. Color #fae2d2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 11010010
Octal 372 342 322
Decimal 250 226 210
Hex FA E2 D2

RGB Percentages of Color #fae2d2

%36.44
%32.94
%30.61

CMYK Percentages of Color #fae2d2

%0
%10
%16
%2

Triadic Colors of #fae2d2

#fae2d2 #d2fae2 #e2d2fa

Analogous Colors of #fae2d2

#fae2d2 #faf6d2 #fad2d6

Monochromatic Colors of #fae2d2

#fae2d2

Complementary Color

#fae2d2 #d2eafa

#fae2d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae2d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae2d2 Color CSS Codes

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

#fae2d2 Text Font Color

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

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


#fae2d2 Background Color

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

This div background color is #fae2d2


#fae2d2 Border Color

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

This div border color is #fae2d2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,226,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 #fae2d2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae2d2


Comments

No comments written yet.

Please login to write comment.