Color Hex Logo

#fc9cba Color Hex

#FC9CBA
(252,156,186)
0 Favorites   0 Comments

Color spaces of #fc9cba

RGB 252156186
HSL0.950.940.80
HSV341°38°99°
CMYK 0.000.380.26   0.01
XYZ60.896348.017652.5131
Yxy48.01760.37720.2975
Hunter Lab69.294735.60023.5750
CIE-Lab74.836039.5086-0.2294

#fc9cba color RGB value is (252,156,186).

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

The process color (four color CMYK) of #fc9cba color hex is 0.00, 0.38, 0.26, 0.01. Web safe color of #fc9cba is #ff99cc. Color #fc9cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011100 10111010
Octal 374 234 272
Decimal 252 156 186
Hex FC 9C BA

RGB Percentages of Color #fc9cba

%42.42
%26.26
%31.31

CMYK Percentages of Color #fc9cba

%0
%38
%26
%1

Triadic Colors of #fc9cba

#fc9cba #bafc9c #9cbafc

Analogous Colors of #fc9cba

#fc9cba #fcae9c #fc9cea

Monochromatic Colors of #fc9cba

#fc9cba

Complementary Color

#fc9cba #9cfcde

#fc9cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9cba Color CSS Codes

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

#fc9cba Text Font Color

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

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


#fc9cba Background Color

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

This div background color is #fc9cba


#fc9cba Border Color

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

This div border color is #fc9cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9cba


Comments

No comments written yet.

Please login to write comment.