Color Hex Logo

#fc99bf Color Hex

#FC99BF
(252,153,191)
0 Favorites   0 Comments

Color spaces of #fc99bf

RGB 252153191
HSL0.940.940.79
HSV337°39°99°
CMYK 0.000.390.24   0.01
XYZ60.940147.239555.1965
Yxy47.23950.37300.2891
Hunter Lab68.731037.98720.4971
CIE-Lab74.342741.7383-3.7073

#fc99bf color RGB value is (252,153,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011001 10111111
Octal 374 231 277
Decimal 252 153 191
Hex FC 99 BF

RGB Percentages of Color #fc99bf

%42.28
%25.67
%32.05

CMYK Percentages of Color #fc99bf

%0
%39
%24
%1

Triadic Colors of #fc99bf

#fc99bf #bffc99 #99bffc

Analogous Colors of #fc99bf

#fc99bf #fca599 #fc99f1

Monochromatic Colors of #fc99bf

#fc99bf

Complementary Color

#fc99bf #99fcd6

#fc99bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc99bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc99bf Color CSS Codes

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

#fc99bf Text Font Color

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

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


#fc99bf Background Color

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

This div background color is #fc99bf


#fc99bf Border Color

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

This div border color is #fc99bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc99bf


Comments

No comments written yet.

Please login to write comment.