Color Hex Logo

#fcae91 Color Hex

#FCAE91
(252,174,145)
0 Favorites   0 Comments

Color spaces of #fcae91

RGB 252174145
HSL0.050.950.78
HSV16°42°99°
CMYK 0.000.310.42   0.01
XYZ60.391853.011933.8374
Yxy53.01190.41020.3600
Hunter Lab72.809320.641023.4120
CIE-Lab77.882025.185726.3958

#fcae91 color RGB value is (252,174,145).

#fcae91 hex color red value is 252, green value is 174 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fcae91 hue: 0.05 , saturation: 0.95 and the lightness value of fcae91 is 0.78.

The process color (four color CMYK) of #fcae91 color hex is 0.00, 0.31, 0.42, 0.01. Web safe color of #fcae91 is #ff9999. Color #fcae91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 10010001
Octal 374 256 221
Decimal 252 174 145
Hex FC AE 91

RGB Percentages of Color #fcae91

%44.13
%30.47
%25.39

CMYK Percentages of Color #fcae91

%0
%31
%42
%1

Triadic Colors of #fcae91

#fcae91 #91fcae #ae91fc

Analogous Colors of #fcae91

#fcae91 #fce491 #fc91aa

Monochromatic Colors of #fcae91

#fcae91

Complementary Color

#fcae91 #91dffc

#fcae91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcae91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcae91 Color CSS Codes

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

#fcae91 Text Font Color

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

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


#fcae91 Background Color

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

This div background color is #fcae91


#fcae91 Border Color

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

This div border color is #fcae91


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,174,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcae91; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcae91;
  -webkit-box-shadow: 1px 1px 3px 2px #fcae91;
  box-shadow:         1px 1px 3px 2px #fcae91; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,174,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcae91

#fcae91 Color Palettes


Comments

No comments written yet.

Please login to write comment.