Color Hex Logo

#fca09b Color Hex

#FCA09B
(252,160,155)
0 Favorites   0 Comments

Color spaces of #fca09b

RGB 252160155
HSL0.010.940.80
HSV38°99°
CMYK 0.000.370.38   0.01
XYZ58.632148.203637.2243
Yxy48.20360.40700.3346
Hunter Lab69.428829.241516.8118
CIE-Lab74.953233.593916.9691

#fca09b color RGB value is (252,160,155).

#fca09b hex color red value is 252, green value is 160 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fca09b hue: 0.01 , saturation: 0.94 and the lightness value of fca09b is 0.80.

The process color (four color CMYK) of #fca09b color hex is 0.00, 0.37, 0.38, 0.01. Web safe color of #fca09b is #ff9999. Color #fca09b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 10011011
Octal 374 240 233
Decimal 252 160 155
Hex FC A0 9B

RGB Percentages of Color #fca09b

%44.44
%28.22
%27.34

CMYK Percentages of Color #fca09b

%0
%37
%38
%1

Triadic Colors of #fca09b

#fca09b #9bfca0 #a09bfc

Analogous Colors of #fca09b

#fca09b #fcd19b #fc9bc7

Monochromatic Colors of #fca09b

#fca09b

Complementary Color

#fca09b #9bf7fc

#fca09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca09b Color CSS Codes

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

#fca09b Text Font Color

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

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


#fca09b Background Color

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

This div background color is #fca09b


#fca09b Border Color

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

This div border color is #fca09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca09b


Comments

No comments written yet.

Please login to write comment.