Color Hex Logo

#fb9faa Color Hex

#FB9FAA
(251,159,170)
0 Favorites   0 Comments

Color spaces of #fb9faa

RGB 251159170
HSL0.980.920.80
HSV353°37°98°
CMYK 0.000.370.32   0.02
XYZ59.437548.207844.2025
Yxy48.20780.39140.3175
Hunter Lab69.431831.300210.8564
CIE-Lab74.955835.52258.7304

#fb9faa color RGB value is (251,159,170).

#fb9faa hex color red value is 251, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fb9faa hue: 0.98 , saturation: 0.92 and the lightness value of fb9faa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011111 10101010
Octal 373 237 252
Decimal 251 159 170
Hex FB 9F AA

RGB Percentages of Color #fb9faa

%43.28
%27.41
%29.31

CMYK Percentages of Color #fb9faa

%0
%37
%32
%2

Triadic Colors of #fb9faa

#fb9faa #aafb9f #9faafb

Analogous Colors of #fb9faa

#fb9faa #fbc29f #fb9fd8

Monochromatic Colors of #fb9faa

#fb9faa

Complementary Color

#fb9faa #9ffbf0

#fb9faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9faa Color CSS Codes

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

#fb9faa Text Font Color

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

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


#fb9faa Background Color

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

This div background color is #fb9faa


#fb9faa Border Color

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

This div border color is #fb9faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,159,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 #fb9faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9faa


Comments

No comments written yet.

Please login to write comment.