Color Hex Logo

#fc9fbb Color Hex

#FC9FBB
(252,159,187)
0 Favorites   0 Comments

Color spaces of #fc9fbb

RGB 252159187
HSL0.950.940.81
HSV342°37°99°
CMYK 0.000.370.26   0.01
XYZ61.512749.079653.2449
Yxy49.07960.37550.2996
Hunter Lab70.056834.13073.9779
CIE-Lab75.500838.09260.1916

#fc9fbb color RGB value is (252,159,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011111 10111011
Octal 374 237 273
Decimal 252 159 187
Hex FC 9F BB

RGB Percentages of Color #fc9fbb

%42.14
%26.59
%31.27

CMYK Percentages of Color #fc9fbb

%0
%37
%26
%1

Triadic Colors of #fc9fbb

#fc9fbb #bbfc9f #9fbbfc

Analogous Colors of #fc9fbb

#fc9fbb #fcb29f #fc9fea

Monochromatic Colors of #fc9fbb

#fc9fbb

Complementary Color

#fc9fbb #9ffce0

#fc9fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9fbb Color CSS Codes

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

#fc9fbb Text Font Color

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

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


#fc9fbb Background Color

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

This div background color is #fc9fbb


#fc9fbb Border Color

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

This div border color is #fc9fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9fbb

Related Colors

#fc9fbb Color Palettes


Comments

No comments written yet.

Please login to write comment.