Color Hex Logo

#fb947e Color Hex

#FB947E
(251,148,126)
0 Favorites   0 Comments

Color spaces of #fb947e

RGB 251148126
HSL0.030.940.74
HSV11°50°98°
CMYK 0.000.410.50   0.02
XYZ54.139543.195425.2227
Yxy43.19540.44170.3524
Hunter Lab65.723232.023823.2524
CIE-Lab71.687436.509228.3544

#fb947e color RGB value is (251,148,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010100 01111110
Octal 373 224 176
Decimal 251 148 126
Hex FB 94 7E

RGB Percentages of Color #fb947e

%47.81
%28.19
%24.00

CMYK Percentages of Color #fb947e

%0
%41
%50
%2

Triadic Colors of #fb947e

#fb947e #7efb94 #947efb

Analogous Colors of #fb947e

#fb947e #fbd37e #fb7ea7

Monochromatic Colors of #fb947e

#fb947e

Complementary Color

#fb947e #7ee5fb

#fb947e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb947e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb947e Color CSS Codes

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

#fb947e Text Font Color

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

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


#fb947e Background Color

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

This div background color is #fb947e


#fb947e Border Color

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

This div border color is #fb947e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb947e


Comments

No comments written yet.

Please login to write comment.