Color Hex Logo

#fb689d Color Hex

#FB689D
(251,104,157)
0 Favorites   0 Comments

Color spaces of #fb689d

RGB 251104157
HSL0.940.950.70
HSV338°59°98°
CMYK 0.000.590.37   0.02
XYZ50.819832.844235.5594
Yxy32.84420.42630.2755
Hunter Lab57.309957.99353.3289
CIE-Lab64.034660.84480.2608

#fb689d color RGB value is (251,104,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101000 10011101
Octal 373 150 235
Decimal 251 104 157
Hex FB 68 9D

RGB Percentages of Color #fb689d

%49.02
%20.31
%30.66

CMYK Percentages of Color #fb689d

%0
%59
%37
%2

Triadic Colors of #fb689d

#fb689d #9dfb68 #689dfb

Analogous Colors of #fb689d

#fb689d #fb7d68 #fb68e7

Monochromatic Colors of #fb689d

#fb689d

Complementary Color

#fb689d #68fbc6

#fb689d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb689d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb689d Color CSS Codes

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

#fb689d Text Font Color

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

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


#fb689d Background Color

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

This div background color is #fb689d


#fb689d Border Color

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

This div border color is #fb689d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb689d


Comments

No comments written yet.

Please login to write comment.