Color Hex Logo

#fca28e Color Hex

#FCA28E
(252,162,142)
0 Favorites   0 Comments

Color spaces of #fca28e

RGB 252162142
HSL0.030.950.77
HSV11°44°99°
CMYK 0.000.360.44   0.01
XYZ57.947748.489131.8963
Yxy48.48910.41890.3505
Hunter Lab69.634126.683421.5858
CIE-Lab75.132431.158824.2967

#fca28e color RGB value is (252,162,142).

#fca28e hex color red value is 252, green value is 162 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fca28e hue: 0.03 , saturation: 0.95 and the lightness value of fca28e is 0.77.

The process color (four color CMYK) of #fca28e color hex is 0.00, 0.36, 0.44, 0.01. Web safe color of #fca28e is #ff9999. Color #fca28e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 10001110
Octal 374 242 216
Decimal 252 162 142
Hex FC A2 8E

RGB Percentages of Color #fca28e

%45.32
%29.14
%25.54

CMYK Percentages of Color #fca28e

%0
%36
%44
%1

Triadic Colors of #fca28e

#fca28e #8efca2 #a28efc

Analogous Colors of #fca28e

#fca28e #fcd98e #fc8eb1

Monochromatic Colors of #fca28e

#fca28e

Complementary Color

#fca28e #8ee8fc

#fca28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca28e Color CSS Codes

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

#fca28e Text Font Color

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

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


#fca28e Background Color

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

This div background color is #fca28e


#fca28e Border Color

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

This div border color is #fca28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca28e


Comments

No comments written yet.

Please login to write comment.