Color Hex Logo

#fb968d Color Hex

#FB968D
(251,150,141)
0 Favorites   0 Comments

Color spaces of #fb968d

RGB 251150141
HSL0.010.930.77
HSV44°98°
CMYK 0.000.400.44   0.02
XYZ55.497744.245030.8144
Yxy44.24500.42510.3389
Hunter Lab66.516932.525019.0954
CIE-Lab72.392036.909721.0909

#fb968d color RGB value is (251,150,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010110 10001101
Octal 373 226 215
Decimal 251 150 141
Hex FB 96 8D

RGB Percentages of Color #fb968d

%46.31
%27.68
%26.01

CMYK Percentages of Color #fb968d

%0
%40
%44
%2

Triadic Colors of #fb968d

#fb968d #8dfb96 #968dfb

Analogous Colors of #fb968d

#fb968d #fbcd8d #fb8dbb

Monochromatic Colors of #fb968d

#fb968d

Complementary Color

#fb968d #8df2fb

#fb968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb968d Color CSS Codes

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

#fb968d Text Font Color

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

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


#fb968d Background Color

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

This div background color is #fb968d


#fb968d Border Color

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

This div border color is #fb968d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb968d


Comments

No comments written yet.

Please login to write comment.