Color Hex Logo

#fca17e Color Hex

#FCA17E
(252,161,126)
0 Favorites   0 Comments

Color spaces of #fca17e

RGB 252161126
HSL0.050.950.74
HSV17°50°99°
CMYK 0.000.360.50   0.01
XYZ56.655647.691525.9580
Yxy47.69150.43480.3660
Hunter Lab69.059025.587026.0553
CIE-Lab74.629930.149632.2455

#fca17e color RGB value is (252,161,126).

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

The process color (four color CMYK) of #fca17e color hex is 0.00, 0.36, 0.50, 0.01. Web safe color of #fca17e is #ff9966. Color #fca17e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 01111110
Octal 374 241 176
Decimal 252 161 126
Hex FC A1 7E

RGB Percentages of Color #fca17e

%46.75
%29.87
%23.38

CMYK Percentages of Color #fca17e

%0
%36
%50
%1

Triadic Colors of #fca17e

#fca17e #7efca1 #a17efc

Analogous Colors of #fca17e

#fca17e #fce07e #fc7e9a

Monochromatic Colors of #fca17e

#fca17e

Complementary Color

#fca17e #7ed9fc

#fca17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca17e Color CSS Codes

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

#fca17e Text Font Color

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

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


#fca17e Background Color

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

This div background color is #fca17e


#fca17e Border Color

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

This div border color is #fca17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca17e


Comments

No comments written yet.

Please login to write comment.