Color Hex Logo

#fb746f Color Hex

#FB746F
(251,116,111)
0 Favorites   0 Comments

Color spaces of #fb746f

RGB 251116111
HSL0.010.950.71
HSV56°98°
CMYK 0.000.540.56   0.02
XYZ48.898334.147719.0529
Yxy34.14770.47890.3345
Hunter Lab58.436047.102821.5739
CIE-Lab65.079651.159527.9268

#fb746f color RGB value is (251,116,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110100 01101111
Octal 373 164 157
Decimal 251 116 111
Hex FB 74 6F

RGB Percentages of Color #fb746f

%52.51
%24.27
%23.22

CMYK Percentages of Color #fb746f

%0
%54
%56
%2

Triadic Colors of #fb746f

#fb746f #6ffb74 #746ffb

Analogous Colors of #fb746f

#fb746f #fbba6f #fb6fb0

Monochromatic Colors of #fb746f

#fb746f

Complementary Color

#fb746f #6ff6fb

#fb746f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb746f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb746f Color CSS Codes

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

#fb746f Text Font Color

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

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


#fb746f Background Color

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

This div background color is #fb746f


#fb746f Border Color

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

This div border color is #fb746f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb746f

Related Colors


Comments

No comments written yet.

Please login to write comment.