Color Hex Logo

#fc09bb Color Hex

#FC09BB
(252,9,187)
0 Favorites   0 Comments

Color spaces of #fc09bb

RGB 2529187
HSL0.880.980.51
HSV316°96°99°
CMYK 0.000.960.26   0.01
XYZ49.212224.478749.1448
Yxy24.47870.40060.1993
Hunter Lab49.476090.9655-24.2600
CIE-Lab56.563988.7207-28.3053

#fc09bb color RGB value is (252,9,187).

#fc09bb hex color red value is 252, green value is 9 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fc09bb hue: 0.88 , saturation: 0.98 and the lightness value of fc09bb is 0.51.

The process color (four color CMYK) of #fc09bb color hex is 0.00, 0.96, 0.26, 0.01. Web safe color of #fc09bb is #ff00cc. Color #fc09bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001001 10111011
Octal 374 11 273
Decimal 252 9 187
Hex FC 9 BB

RGB Percentages of Color #fc09bb

%56.25
%2.01
%41.74

CMYK Percentages of Color #fc09bb

%0
%96
%26
%1

Triadic Colors of #fc09bb

#fc09bb #bbfc09 #09bbfc

Analogous Colors of #fc09bb

#fc09bb #fc0941 #c409fc

Monochromatic Colors of #fc09bb

#fc09bb

Complementary Color

#fc09bb #09fc4a

#fc09bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc09bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc09bb Color CSS Codes

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

#fc09bb Text Font Color

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

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


#fc09bb Background Color

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

This div background color is #fc09bb


#fc09bb Border Color

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

This div border color is #fc09bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,9,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 #fc09bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc09bb


Comments

No comments written yet.

Please login to write comment.