Color Hex Logo

#fca3bc Color Hex

#FCA3BC
(252,163,188)
0 Favorites   0 Comments

Color spaces of #fca3bc

RGB 252163188
HSL0.950.940.81
HSV343°35°99°
CMYK 0.000.350.25   0.01
XYZ62.319250.520754.0438
Yxy50.52070.37340.3027
Hunter Lab71.077932.11764.6736
CIE-Lab76.387836.15160.9366

#fca3bc color RGB value is (252,163,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 10111100
Octal 374 243 274
Decimal 252 163 188
Hex FC A3 BC

RGB Percentages of Color #fca3bc

%41.79
%27.03
%31.18

CMYK Percentages of Color #fca3bc

%0
%35
%25
%1

Triadic Colors of #fca3bc

#fca3bc #bcfca3 #a3bcfc

Analogous Colors of #fca3bc

#fca3bc #fcb7a3 #fca3e9

Monochromatic Colors of #fca3bc

#fca3bc

Complementary Color

#fca3bc #a3fce3

#fca3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca3bc Color CSS Codes

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

#fca3bc Text Font Color

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

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


#fca3bc Background Color

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

This div background color is #fca3bc


#fca3bc Border Color

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

This div border color is #fca3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca3bc


Comments

No comments written yet.

Please login to write comment.