color codes Logo

#fb676c color codes

#FB676C
(251,103,108)
0 Favorites   0 Comments

Color spaces of #fb676c

RGB 251103108
HSL0.990.950.69
HSV358°59°98°
CMYK 0.000.590.57   0.02
XYZ47.340731.292417.7323
Yxy31.29240.49130.3247
Hunter Lab55.939653.167120.3634
CIE-Lab62.753756.885226.5632

#fb676c color RGB value is (251,103,108).

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

The process color (four color CMYK) of #fb676c color code is 0.00, 0.59, 0.57, 0.02. Web safe color of #fb676c is #ff6666. Color #fb676c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100111 01101100
Octal 373 147 154
Decimal 251 103 108
Hex FB 67 6C

RGB Percentages of Color #fb676c

%54.33
%22.29
%23.38

CMYK Percentages of Color #fb676c

%0
%59
%57
%2

Triadic Colors of #fb676c

#fb676c #6cfb67 #676cfb

Analogous Colors of #fb676c

#fb676c #fbac67 #fb67b6

Monochromatic Colors of #fb676c

#fb676c

Complementary Color

#fb676c #67fbf6

#fb676c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb676c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb676c Color CSS Codes

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

#fb676c Text Font Color

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

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


#fb676c Background Color

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

This div background color is #fb676c


#fb676c Border Color

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

This div border color is #fb676c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb676c

Related Colors


Comments

No comments written yet.

Please login to write comment.