Color Hex Logo

#fb978d Color Hex

#FB978D
(251,151,141)
0 Favorites   0 Comments

Color spaces of #fb978d

RGB 251151141
HSL0.020.930.77
HSV44°98°
CMYK 0.000.400.44   0.02
XYZ55.658044.565530.8678
Yxy44.56550.42460.3400
Hunter Lab66.757431.996319.3152
CIE-Lab72.604936.393921.3822

#fb978d color RGB value is (251,151,141).

#fb978d hex color red value is 251, green value is 151 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fb978d hue: 0.02 , saturation: 0.93 and the lightness value of fb978d is 0.77.

The process color (four color CMYK) of #fb978d color hex is 0.00, 0.40, 0.44, 0.02. Web safe color of #fb978d is #ff9999. Color #fb978d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010111 10001101
Octal 373 227 215
Decimal 251 151 141
Hex FB 97 8D

RGB Percentages of Color #fb978d

%46.22
%27.81
%25.97

CMYK Percentages of Color #fb978d

%0
%40
%44
%2

Triadic Colors of #fb978d

#fb978d #8dfb97 #978dfb

Analogous Colors of #fb978d

#fb978d #fbce8d #fb8dba

Monochromatic Colors of #fb978d

#fb978d

Complementary Color

#fb978d #8df1fb

#fb978d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb978d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb978d Color CSS Codes

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

#fb978d Text Font Color

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

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


#fb978d Background Color

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

This div background color is #fb978d


#fb978d Border Color

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

This div border color is #fb978d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb978d


Comments

No comments written yet.

Please login to write comment.