Color Hex Logo

#fb94bc Color Hex

#FB94BC
(251,148,188)
0 Favorites   0 Comments

Color spaces of #fb94bc

RGB 251148188
HSL0.940.930.78
HSV337°41°98°
CMYK 0.000.410.25   0.02
XYZ59.450745.319953.1912
Yxy45.31990.37640.2869
Hunter Lab67.320139.82420.2776
CIE-Lab73.102043.5446-3.8913

#fb94bc color RGB value is (251,148,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010100 10111100
Octal 373 224 274
Decimal 251 148 188
Hex FB 94 BC

RGB Percentages of Color #fb94bc

%42.76
%25.21
%32.03

CMYK Percentages of Color #fb94bc

%0
%41
%25
%2

Triadic Colors of #fb94bc

#fb94bc #bcfb94 #94bcfb

Analogous Colors of #fb94bc

#fb94bc #fba094 #fb94f0

Monochromatic Colors of #fb94bc

#fb94bc

Complementary Color

#fb94bc #94fbd3

#fb94bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb94bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb94bc Color CSS Codes

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

#fb94bc Text Font Color

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

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


#fb94bc Background Color

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

This div background color is #fb94bc


#fb94bc Border Color

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

This div border color is #fb94bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb94bc

Related Colors


Comments

No comments written yet.

Please login to write comment.