color codes Logo

#fc01bb color codes

#FC01BB
(252,1,187)
0 Favorites   0 Comments

Color spaces of #fc01bb

RGB 2521187
HSL0.880.990.50
HSV316°100°99°
CMYK 0.001.000.26   0.01
XYZ49.125424.305049.1158
Yxy24.30500.40090.1983
Hunter Lab49.300191.5923-24.5583
CIE-Lab56.391989.2261-28.5717

#fc01bb color RGB value is (252,1,187).

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

The process color (four color CMYK) of #fc01bb color code is 0.00, 1.00, 0.26, 0.01. Web safe color of #fc01bb is #ff00cc. Color #fc01bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000001 10111011
Octal 374 1 273
Decimal 252 1 187
Hex FC 1 BB

RGB Percentages of Color #fc01bb

%57.27
%0.23
%42.50

CMYK Percentages of Color #fc01bb

%0
%100
%26
%1

Triadic Colors of #fc01bb

#fc01bb #bbfc01 #01bbfc

Analogous Colors of #fc01bb

#fc01bb #fc013d #c001fc

Monochromatic Colors of #fc01bb

#fc01bb

Complementary Color

#fc01bb #01fc42

#fc01bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc01bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc01bb Color CSS Codes

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

#fc01bb Text Font Color

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

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


#fc01bb Background Color

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

This div background color is #fc01bb


#fc01bb Border Color

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

This div border color is #fc01bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc01bb


Comments

No comments written yet.

Please login to write comment.