Color Hex Logo

#fae5ca Color Hex

#FAE5CA
(250,229,202)
0 Favorites   0 Comments

Color spaces of #fae5ca

RGB 250229202
HSL0.090.830.89
HSV34°19°98°
CMYK 0.000.080.19   0.02
XYZ78.104380.626967.3231
Yxy80.62690.34550.3567
Hunter Lab89.7925-1.872018.4013
CIE-Lab91.96542.958515.7623

#fae5ca color RGB value is (250,229,202).

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

The process color (four color CMYK) of #fae5ca color hex is 0.00, 0.08, 0.19, 0.02. Web safe color of #fae5ca is #ffcccc. Color #fae5ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100101 11001010
Octal 372 345 312
Decimal 250 229 202
Hex FA E5 CA

RGB Percentages of Color #fae5ca

%36.71
%33.63
%29.66

CMYK Percentages of Color #fae5ca

%0
%8
%19
%2

Triadic Colors of #fae5ca

#fae5ca #cafae5 #e5cafa

Analogous Colors of #fae5ca

#fae5ca #f7faca #facdca

Monochromatic Colors of #fae5ca

#fae5ca

Complementary Color

#fae5ca #cadffa

#fae5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae5ca Color CSS Codes

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

#fae5ca Text Font Color

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

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


#fae5ca Background Color

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

This div background color is #fae5ca


#fae5ca Border Color

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

This div border color is #fae5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae5ca


Comments

No comments written yet.

Please login to write comment.