Color Hex Logo

#fca98a Color Hex

#FCA98A
(252,169,138)
0 Favorites   0 Comments

Color spaces of #fca98a

RGB 252169138
HSL0.050.950.76
HSV16°45°99°
CMYK 0.000.330.45   0.01
XYZ58.920350.906430.7652
Yxy50.90640.41910.3621
Hunter Lab71.348722.546424.3786
CIE-Lab76.622327.095728.4545

#fca98a color RGB value is (252,169,138).

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

The process color (four color CMYK) of #fca98a color hex is 0.00, 0.33, 0.45, 0.01. Web safe color of #fca98a is #ff9999. Color #fca98a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 10001010
Octal 374 251 212
Decimal 252 169 138
Hex FC A9 8A

RGB Percentages of Color #fca98a

%45.08
%30.23
%24.69

CMYK Percentages of Color #fca98a

%0
%33
%45
%1

Triadic Colors of #fca98a

#fca98a #8afca9 #a98afc

Analogous Colors of #fca98a

#fca98a #fce28a #fc8aa4

Monochromatic Colors of #fca98a

#fca98a

Complementary Color

#fca98a #8addfc

#fca98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca98a Color CSS Codes

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

#fca98a Text Font Color

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

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


#fca98a Background Color

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

This div background color is #fca98a


#fca98a Border Color

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

This div border color is #fca98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca98a

Related Colors


Comments

No comments written yet.

Please login to write comment.