Color Hex Logo

#fb747e Color Hex

#FB747E
(251,116,126)
0 Favorites   0 Comments

Color spaces of #fb747e

RGB 251116126
HSL0.990.940.72
HSV356°54°98°
CMYK 0.000.540.50   0.02
XYZ49.794934.506423.7746
Yxy34.50640.46070.3193
Hunter Lab58.742148.513217.1232
CIE-Lab65.362552.374019.8466

#fb747e color RGB value is (251,116,126).

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

The process color (four color CMYK) of #fb747e color hex is 0.00, 0.54, 0.50, 0.02. Web safe color of #fb747e is #ff6666. Color #fb747e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110100 01111110
Octal 373 164 176
Decimal 251 116 126
Hex FB 74 7E

RGB Percentages of Color #fb747e

%50.91
%23.53
%25.56

CMYK Percentages of Color #fb747e

%0
%54
%50
%2

Triadic Colors of #fb747e

#fb747e #7efb74 #747efb

Analogous Colors of #fb747e

#fb747e #fbae74 #fb74c2

Monochromatic Colors of #fb747e

#fb747e

Complementary Color

#fb747e #74fbf1

#fb747e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb747e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb747e Color CSS Codes

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

#fb747e Text Font Color

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

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


#fb747e Background Color

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

This div background color is #fb747e


#fb747e Border Color

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

This div border color is #fb747e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb747e


Comments

No comments written yet.

Please login to write comment.