Color Hex Logo

#fb746c Color Hex

#FB746C
(251,116,108)
0 Favorites   0 Comments

Color spaces of #fb746c

RGB 251116108
HSL0.010.950.70
HSV57°98°
CMYK 0.000.540.57   0.02
XYZ48.735834.082718.1973
Yxy34.08270.48250.3374
Hunter Lab58.380446.845722.3854
CIE-Lab65.028250.937129.5382

#fb746c color RGB value is (251,116,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110100 01101100
Octal 373 164 154
Decimal 251 116 108
Hex FB 74 6C

RGB Percentages of Color #fb746c

%52.84
%24.42
%22.74

CMYK Percentages of Color #fb746c

%0
%54
%57
%2

Triadic Colors of #fb746c

#fb746c #6cfb74 #746cfb

Analogous Colors of #fb746c

#fb746c #fbbc6c #fb6cac

Monochromatic Colors of #fb746c

#fb746c

Complementary Color

#fb746c #6cf3fb

#fb746c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb746c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb746c Color CSS Codes

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

#fb746c Text Font Color

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

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


#fb746c Background Color

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

This div background color is #fb746c


#fb746c Border Color

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

This div border color is #fb746c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb746c


Comments

No comments written yet.

Please login to write comment.