Color Hex Logo

#fb967c Color Hex

#FB967C
(251,150,124)
0 Favorites   0 Comments

Color spaces of #fb967c

RGB 251150124
HSL0.030.940.74
HSV12°51°98°
CMYK 0.000.400.51   0.02
XYZ54.328143.777224.6552
Yxy43.77720.44260.3566
Hunter Lab66.164330.780324.2215
CIE-Lab72.079335.300529.9584

#fb967c color RGB value is (251,150,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010110 01111100
Octal 373 226 174
Decimal 251 150 124
Hex FB 96 7C

RGB Percentages of Color #fb967c

%47.81
%28.57
%23.62

CMYK Percentages of Color #fb967c

%0
%40
%51
%2

Triadic Colors of #fb967c

#fb967c #7cfb96 #967cfb

Analogous Colors of #fb967c

#fb967c #fbd67c #fb7ca2

Monochromatic Colors of #fb967c

#fb967c

Complementary Color

#fb967c #7ce1fb

#fb967c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb967c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb967c Color CSS Codes

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

#fb967c Text Font Color

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

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


#fb967c Background Color

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

This div background color is #fb967c


#fb967c Border Color

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

This div border color is #fb967c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb967c


Comments

No comments written yet.

Please login to write comment.