Color Hex Logo

#fca2bc Color Hex

#FCA2BC
(252,162,188)
0 Favorites   0 Comments

Color spaces of #fca2bc

RGB 252162188
HSL0.950.940.81
HSV343°36°99°
CMYK 0.000.360.25   0.01
XYZ62.142350.166953.9849
Yxy50.16690.37370.3017
Hunter Lab70.828632.65904.3897
CIE-Lab76.171636.67190.6215

#fca2bc color RGB value is (252,162,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 10111100
Octal 374 242 274
Decimal 252 162 188
Hex FC A2 BC

RGB Percentages of Color #fca2bc

%41.86
%26.91
%31.23

CMYK Percentages of Color #fca2bc

%0
%36
%25
%1

Triadic Colors of #fca2bc

#fca2bc #bcfca2 #a2bcfc

Analogous Colors of #fca2bc

#fca2bc #fcb5a2 #fca2e9

Monochromatic Colors of #fca2bc

#fca2bc

Complementary Color

#fca2bc #a2fce2

#fca2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca2bc Color CSS Codes

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

#fca2bc Text Font Color

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

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


#fca2bc Background Color

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

This div background color is #fca2bc


#fca2bc Border Color

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

This div border color is #fca2bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca2bc


Comments

No comments written yet.

Please login to write comment.