Color Hex Logo

#fb678f Color Hex

#FB678F
(251,103,143)
0 Favorites   0 Comments

Color spaces of #fb678f

RGB 251103143
HSL0.950.950.69
HSV344°59°98°
CMYK 0.000.590.43   0.02
XYZ49.591832.192929.5867
Yxy32.19290.44530.2891
Hunter Lab56.738856.72278.8001
CIE-Lab63.502059.84497.5309

#fb678f color RGB value is (251,103,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100111 10001111
Octal 373 147 217
Decimal 251 103 143
Hex FB 67 8F

RGB Percentages of Color #fb678f

%50.50
%20.72
%28.77

CMYK Percentages of Color #fb678f

%0
%59
%43
%2

Triadic Colors of #fb678f

#fb678f #8ffb67 #678ffb

Analogous Colors of #fb678f

#fb678f #fb8967 #fb67d9

Monochromatic Colors of #fb678f

#fb678f

Complementary Color

#fb678f #67fbd3

#fb678f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb678f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb678f Color CSS Codes

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

#fb678f Text Font Color

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

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


#fb678f Background Color

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

This div background color is #fb678f


#fb678f Border Color

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

This div border color is #fb678f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb678f

Related Colors


Comments

No comments written yet.

Please login to write comment.