Color Hex Logo

#fc9bca Color Hex

#FC9BCA
(252,155,202)
0 Favorites   0 Comments

Color spaces of #fc9bca

RGB 252155202
HSL0.920.940.80
HSV331°38°99°
CMYK 0.000.380.20   0.01
XYZ62.526948.402461.9242
Yxy48.40240.36170.2800
Hunter Lab69.571838.6742-4.0723
CIE-Lab75.078042.2790-8.6718

#fc9bca color RGB value is (252,155,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011011 11001010
Octal 374 233 312
Decimal 252 155 202
Hex FC 9B CA

RGB Percentages of Color #fc9bca

%41.38
%25.45
%33.17

CMYK Percentages of Color #fc9bca

%0
%38
%20
%1

Triadic Colors of #fc9bca

#fc9bca #cafc9b #9bcafc

Analogous Colors of #fc9bca

#fc9bca #fc9d9b #fc9bfb

Monochromatic Colors of #fc9bca

#fc9bca

Complementary Color

#fc9bca #9bfccd

#fc9bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9bca Color CSS Codes

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

#fc9bca Text Font Color

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

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


#fc9bca Background Color

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

This div background color is #fc9bca


#fc9bca Border Color

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

This div border color is #fc9bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9bca


Comments

No comments written yet.

Please login to write comment.