Color Hex Logo

#fca09f Color Hex

#FCA09F
(252,160,159)
0 Favorites   0 Comments

Color spaces of #fca09f

RGB 252160159
HSL0.000.940.81
HSV37°99°
CMYK 0.000.370.37   0.01
XYZ58.973748.340339.0232
Yxy48.34030.40300.3303
Hunter Lab69.527229.733015.3916
CIE-Lab75.039134.048614.8998

#fca09f color RGB value is (252,160,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 10011111
Octal 374 240 237
Decimal 252 160 159
Hex FC A0 9F

RGB Percentages of Color #fca09f

%44.13
%28.02
%27.85

CMYK Percentages of Color #fca09f

%0
%37
%37
%1

Triadic Colors of #fca09f

#fca09f #9ffca0 #a09ffc

Analogous Colors of #fca09f

#fca09f #fccf9f #fc9fcd

Monochromatic Colors of #fca09f

#fca09f

Complementary Color

#fca09f #9ffbfc

#fca09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca09f Color CSS Codes

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

#fca09f Text Font Color

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

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


#fca09f Background Color

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

This div background color is #fca09f


#fca09f Border Color

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

This div border color is #fca09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca09f


Comments

No comments written yet.

Please login to write comment.