Color Hex Logo

#fb97aa Color Hex

#FB97AA
(251,151,170)
0 Favorites   0 Comments

Color spaces of #fb97aa

RGB 251151170
HSL0.970.930.79
HSV349°40°98°
CMYK 0.000.400.32   0.02
XYZ58.106045.544743.7587
Yxy45.54470.39420.3090
Hunter Lab67.486835.58628.7969
CIE-Lab73.249139.66206.2851

#fb97aa color RGB value is (251,151,170).

#fb97aa hex color red value is 251, green value is 151 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fb97aa hue: 0.97 , saturation: 0.93 and the lightness value of fb97aa is 0.79.

The process color (four color CMYK) of #fb97aa color hex is 0.00, 0.40, 0.32, 0.02. Web safe color of #fb97aa is #ff9999. Color #fb97aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010111 10101010
Octal 373 227 252
Decimal 251 151 170
Hex FB 97 AA

RGB Percentages of Color #fb97aa

%43.88
%26.40
%29.72

CMYK Percentages of Color #fb97aa

%0
%40
%32
%2

Triadic Colors of #fb97aa

#fb97aa #aafb97 #97aafb

Analogous Colors of #fb97aa

#fb97aa #fbb697 #fb97dc

Monochromatic Colors of #fb97aa

#fb97aa

Complementary Color

#fb97aa #97fbe8

#fb97aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb97aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb97aa Color CSS Codes

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

#fb97aa Text Font Color

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

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


#fb97aa Background Color

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

This div background color is #fb97aa


#fb97aa Border Color

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

This div border color is #fb97aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb97aa


Comments

No comments written yet.

Please login to write comment.