Color Hex Logo

#fb6697 Color Hex

#FB6697
(251,102,151)
0 Favorites   0 Comments

Color spaces of #fb6697

RGB 251102151
HSL0.950.950.69
HSV340°59°98°
CMYK 0.000.590.40   0.02
XYZ50.120932.246332.8607
Yxy32.24630.43500.2798
Hunter Lab56.785858.17435.4403
CIE-Lab63.545961.08202.9946

#fb6697 color RGB value is (251,102,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100110 10010111
Octal 373 146 227
Decimal 251 102 151
Hex FB 66 97

RGB Percentages of Color #fb6697

%49.80
%20.24
%29.96

CMYK Percentages of Color #fb6697

%0
%59
%40
%2

Triadic Colors of #fb6697

#fb6697 #97fb66 #6697fb

Analogous Colors of #fb6697

#fb6697 #fb8066 #fb66e2

Monochromatic Colors of #fb6697

#fb6697

Complementary Color

#fb6697 #66fbca

#fb6697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6697 Color CSS Codes

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

#fb6697 Text Font Color

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

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


#fb6697 Background Color

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

This div background color is #fb6697


#fb6697 Border Color

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

This div border color is #fb6697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6697


Comments

No comments written yet.

Please login to write comment.