Color Hex Logo

#fb679c Color Hex

#FB679C
(251,103,156)
0 Favorites   0 Comments

Color spaces of #fb679c

RGB 251103156
HSL0.940.950.69
HSV339°59°98°
CMYK 0.000.590.38   0.02
XYZ50.634732.610035.0781
Yxy32.61000.42790.2756
Hunter Lab57.105258.34053.5534
CIE-Lab63.843961.17340.5562

#fb679c color RGB value is (251,103,156).

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

The process color (four color CMYK) of #fb679c color hex is 0.00, 0.59, 0.38, 0.02. Web safe color of #fb679c is #ff6699. Color #fb679c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100111 10011100
Octal 373 147 234
Decimal 251 103 156
Hex FB 67 9C

RGB Percentages of Color #fb679c

%49.22
%20.20
%30.59

CMYK Percentages of Color #fb679c

%0
%59
%38
%2

Triadic Colors of #fb679c

#fb679c #9cfb67 #679cfb

Analogous Colors of #fb679c

#fb679c #fb7c67 #fb67e6

Monochromatic Colors of #fb679c

#fb679c

Complementary Color

#fb679c #67fbc6

#fb679c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb679c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb679c Color CSS Codes

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

#fb679c Text Font Color

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

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


#fb679c Background Color

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

This div background color is #fb679c


#fb679c Border Color

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

This div border color is #fb679c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb679c


Comments

No comments written yet.

Please login to write comment.