Color Hex Logo

#fb957c Color Hex

#FB957C
(251,149,124)
0 Favorites   0 Comments

Color spaces of #fb957c

RGB 251149124
HSL0.030.940.74
HSV12°51°98°
CMYK 0.000.410.51   0.02
XYZ54.169243.459424.6022
Yxy43.45940.44320.3556
Hunter Lab65.923731.306024.0201
CIE-Lab71.865735.816529.6774

#fb957c color RGB value is (251,149,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010101 01111100
Octal 373 225 174
Decimal 251 149 124
Hex FB 95 7C

RGB Percentages of Color #fb957c

%47.90
%28.44
%23.66

CMYK Percentages of Color #fb957c

%0
%41
%51
%2

Triadic Colors of #fb957c

#fb957c #7cfb95 #957cfb

Analogous Colors of #fb957c

#fb957c #fbd57c #fb7ca3

Monochromatic Colors of #fb957c

#fb957c

Complementary Color

#fb957c #7ce2fb

#fb957c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb957c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb957c Color CSS Codes

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

#fb957c Text Font Color

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

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


#fb957c Background Color

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

This div background color is #fb957c


#fb957c Border Color

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

This div border color is #fb957c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb957c

Related Colors


Comments

No comments written yet.

Please login to write comment.