Color Hex Logo

#fb746e Color Hex

#FB746E
(251,116,110)
0 Favorites   0 Comments

Color spaces of #fb746e

RGB 251116110
HSL0.010.950.71
HSV56°98°
CMYK 0.000.540.56   0.02
XYZ48.843534.125818.7645
Yxy34.12580.48010.3354
Hunter Lab58.417347.016021.8473
CIE-Lab65.062351.084628.4642

#fb746e color RGB value is (251,116,110).

#fb746e hex color red value is 251, green value is 116 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fb746e hue: 0.01 , saturation: 0.95 and the lightness value of fb746e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110100 01101110
Octal 373 164 156
Decimal 251 116 110
Hex FB 74 6E

RGB Percentages of Color #fb746e

%52.62
%24.32
%23.06

CMYK Percentages of Color #fb746e

%0
%54
%56
%2

Triadic Colors of #fb746e

#fb746e #6efb74 #746efb

Analogous Colors of #fb746e

#fb746e #fbbb6e #fb6eaf

Monochromatic Colors of #fb746e

#fb746e

Complementary Color

#fb746e #6ef5fb

#fb746e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb746e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb746e Color CSS Codes

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

#fb746e Text Font Color

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

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


#fb746e Background Color

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

This div background color is #fb746e


#fb746e Border Color

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

This div border color is #fb746e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb746e


Comments

No comments written yet.

Please login to write comment.