Color Hex Logo

#fb85bc Color Hex

#FB85BC
(251,133,188)
0 Favorites   0 Comments

Color spaces of #fb85bc

RGB 251133188
HSL0.920.940.75
HSV332°47°98°
CMYK 0.000.470.25   0.02
XYZ57.248340.915152.4570
Yxy40.91510.38010.2716
Hunter Lab63.964947.8181-3.8477
CIE-Lab70.116451.0668-8.3108

#fb85bc color RGB value is (251,133,188).

#fb85bc hex color red value is 251, green value is 133 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fb85bc hue: 0.92 , saturation: 0.94 and the lightness value of fb85bc is 0.75.

The process color (four color CMYK) of #fb85bc color hex is 0.00, 0.47, 0.25, 0.02. Web safe color of #fb85bc is #ff99cc. Color #fb85bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000101 10111100
Octal 373 205 274
Decimal 251 133 188
Hex FB 85 BC

RGB Percentages of Color #fb85bc

%43.88
%23.25
%32.87

CMYK Percentages of Color #fb85bc

%0
%47
%25
%2

Triadic Colors of #fb85bc

#fb85bc #bcfb85 #85bcfb

Analogous Colors of #fb85bc

#fb85bc #fb8985 #fb85f7

Monochromatic Colors of #fb85bc

#fb85bc

Complementary Color

#fb85bc #85fbc4

#fb85bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb85bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb85bc Color CSS Codes

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

#fb85bc Text Font Color

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

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


#fb85bc Background Color

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

This div background color is #fb85bc


#fb85bc Border Color

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

This div border color is #fb85bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,133,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb85bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb85bc;
  -webkit-box-shadow: 1px 1px 3px 2px #fb85bc;
  box-shadow:         1px 1px 3px 2px #fb85bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,133,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb85bc

Related Colors


Comments

No comments written yet.

Please login to write comment.