Color Hex Logo

#fae4cd Color Hex

#FAE4CD
(250,228,205)
0 Favorites   0 Comments

Color spaces of #fae4cd

RGB 250228205
HSL0.090.820.89
HSV31°18°98°
CMYK 0.000.090.18   0.02
XYZ78.187280.218669.1204
Yxy80.21860.34360.3526
Hunter Lab89.5648-0.913716.9392
CIE-Lab91.78293.911013.9446

#fae4cd color RGB value is (250,228,205).

#fae4cd hex color red value is 250, green value is 228 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fae4cd hue: 0.09 , saturation: 0.82 and the lightness value of fae4cd is 0.89.

The process color (four color CMYK) of #fae4cd color hex is 0.00, 0.09, 0.18, 0.02. Web safe color of #fae4cd is #ffcccc. Color #fae4cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 11001101
Octal 372 344 315
Decimal 250 228 205
Hex FA E4 CD

RGB Percentages of Color #fae4cd

%36.60
%33.38
%30.01

CMYK Percentages of Color #fae4cd

%0
%9
%18
%2

Triadic Colors of #fae4cd

#fae4cd #cdfae4 #e4cdfa

Analogous Colors of #fae4cd

#fae4cd #fafacd #facecd

Monochromatic Colors of #fae4cd

#fae4cd

Complementary Color

#fae4cd #cde3fa

#fae4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae4cd Color CSS Codes

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

#fae4cd Text Font Color

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

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


#fae4cd Background Color

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

This div background color is #fae4cd


#fae4cd Border Color

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

This div border color is #fae4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae4cd


Comments

No comments written yet.

Please login to write comment.