Color Hex Logo

#fb957e Color Hex

#FB957E
(251,149,126)
0 Favorites   0 Comments

Color spaces of #fb957e

RGB 251149126
HSL0.030.940.74
HSV11°50°98°
CMYK 0.000.410.50   0.02
XYZ54.297043.510525.2753
Yxy43.51050.44110.3535
Hunter Lab65.962531.497923.4552
CIE-Lab71.900135.993928.6358

#fb957e color RGB value is (251,149,126).

#fb957e hex color red value is 251, green value is 149 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fb957e hue: 0.03 , saturation: 0.94 and the lightness value of fb957e is 0.74.

The process color (four color CMYK) of #fb957e color hex is 0.00, 0.41, 0.50, 0.02. Web safe color of #fb957e is #ff9966. Color #fb957e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010101 01111110
Octal 373 225 176
Decimal 251 149 126
Hex FB 95 7E

RGB Percentages of Color #fb957e

%47.72
%28.33
%23.95

CMYK Percentages of Color #fb957e

%0
%41
%50
%2

Triadic Colors of #fb957e

#fb957e #7efb95 #957efb

Analogous Colors of #fb957e

#fb957e #fbd47e #fb7ea6

Monochromatic Colors of #fb957e

#fb957e

Complementary Color

#fb957e #7ee4fb

#fb957e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb957e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb957e Color CSS Codes

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

#fb957e Text Font Color

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

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


#fb957e Background Color

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

This div background color is #fb957e


#fb957e Border Color

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

This div border color is #fb957e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb957e

Related Colors


Comments

No comments written yet.

Please login to write comment.