Color Hex Logo

#fca0bc Color Hex

#FCA0BC
(252,160,188)
0 Favorites   0 Comments

Color spaces of #fca0bc

RGB 252160188
HSL0.950.940.81
HSV342°37°99°
CMYK 0.000.370.25   0.01
XYZ61.792849.467953.8684
Yxy49.46790.37420.2996
Hunter Lab70.333433.74123.8232
CIE-Lab75.741537.7107-0.0061

#fca0bc color RGB value is (252,160,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 10111100
Octal 374 240 274
Decimal 252 160 188
Hex FC A0 BC

RGB Percentages of Color #fca0bc

%42.00
%26.67
%31.33

CMYK Percentages of Color #fca0bc

%0
%37
%25
%1

Triadic Colors of #fca0bc

#fca0bc #bcfca0 #a0bcfc

Analogous Colors of #fca0bc

#fca0bc #fcb2a0 #fca0ea

Monochromatic Colors of #fca0bc

#fca0bc

Complementary Color

#fca0bc #a0fce0

#fca0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca0bc Color CSS Codes

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

#fca0bc Text Font Color

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

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


#fca0bc Background Color

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

This div background color is #fca0bc


#fca0bc Border Color

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

This div border color is #fca0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca0bc


Comments

No comments written yet.

Please login to write comment.