Color Hex Logo

#fcaa94 Color Hex

#FCAA94
(252,170,148)
0 Favorites   0 Comments

Color spaces of #fcaa94

RGB 252170148
HSL0.040.950.78
HSV13°41°99°
CMYK 0.000.330.41   0.01
XYZ59.864951.583034.8183
Yxy51.58300.40930.3527
Hunter Lab71.821323.097021.5317
CIE-Lab77.030827.600923.6316

#fcaa94 color RGB value is (252,170,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 10010100
Octal 374 252 224
Decimal 252 170 148
Hex FC AA 94

RGB Percentages of Color #fcaa94

%44.21
%29.82
%25.96

CMYK Percentages of Color #fcaa94

%0
%33
%41
%1

Triadic Colors of #fcaa94

#fcaa94 #94fcaa #aa94fc

Analogous Colors of #fcaa94

#fcaa94 #fcde94 #fc94b2

Monochromatic Colors of #fcaa94

#fcaa94

Complementary Color

#fcaa94 #94e6fc

#fcaa94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa94 Color CSS Codes

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

#fcaa94 Text Font Color

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

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


#fcaa94 Background Color

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

This div background color is #fcaa94


#fcaa94 Border Color

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

This div border color is #fcaa94


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,170,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 #fcaa94">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa94

Related Colors


Comments

No comments written yet.

Please login to write comment.