Color Hex Logo

#fca994 Color Hex

#FCA994
(252,169,148)
0 Favorites   0 Comments

Color spaces of #fca994

RGB 252169148
HSL0.030.950.78
HSV12°41°99°
CMYK 0.000.330.41   0.01
XYZ59.678151.209534.7560
Yxy51.20950.40980.3516
Hunter Lab71.560823.628621.2963
CIE-Lab76.805728.124823.3252

#fca994 color RGB value is (252,169,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 10010100
Octal 374 251 224
Decimal 252 169 148
Hex FC A9 94

RGB Percentages of Color #fca994

%44.29
%29.70
%26.01

CMYK Percentages of Color #fca994

%0
%33
%41
%1

Triadic Colors of #fca994

#fca994 #94fca9 #a994fc

Analogous Colors of #fca994

#fca994 #fcdd94 #fc94b3

Monochromatic Colors of #fca994

#fca994

Complementary Color

#fca994 #94e7fc

#fca994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca994 Color CSS Codes

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

#fca994 Text Font Color

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

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


#fca994 Background Color

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

This div background color is #fca994


#fca994 Border Color

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

This div border color is #fca994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca994


Comments

No comments written yet.

Please login to write comment.