Color Hex Logo

#fc99bd Color Hex

#FC99BD
(252,153,189)
0 Favorites   0 Comments

Color spaces of #fc99bd

RGB 252153189
HSL0.940.940.79
HSV338°39°99°
CMYK 0.000.390.25   0.01
XYZ60.721447.152054.0450
Yxy47.15200.37500.2912
Hunter Lab68.667337.67691.4026
CIE-Lab74.286941.4625-2.6867

#fc99bd color RGB value is (252,153,189).

#fc99bd hex color red value is 252, green value is 153 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fc99bd hue: 0.94 , saturation: 0.94 and the lightness value of fc99bd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011001 10111101
Octal 374 231 275
Decimal 252 153 189
Hex FC 99 BD

RGB Percentages of Color #fc99bd

%42.42
%25.76
%31.82

CMYK Percentages of Color #fc99bd

%0
%39
%25
%1

Triadic Colors of #fc99bd

#fc99bd #bdfc99 #99bdfc

Analogous Colors of #fc99bd

#fc99bd #fca799 #fc99ef

Monochromatic Colors of #fc99bd

#fc99bd

Complementary Color

#fc99bd #99fcd8

#fc99bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc99bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc99bd Color CSS Codes

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

#fc99bd Text Font Color

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

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


#fc99bd Background Color

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

This div background color is #fc99bd


#fc99bd Border Color

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

This div border color is #fc99bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc99bd


Comments

No comments written yet.

Please login to write comment.