Color Hex Logo

#fb9eab Color Hex

#FB9EAB
(251,158,171)
0 Favorites   0 Comments

Color spaces of #fb9eab

RGB 251158171
HSL0.980.920.80
HSV352°37°98°
CMYK 0.000.370.32   0.02
XYZ59.361247.903244.6456
Yxy47.90320.39080.3153
Hunter Lab69.212131.972910.2032
CIE-Lab74.763836.16707.9062

#fb9eab color RGB value is (251,158,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011110 10101011
Octal 373 236 253
Decimal 251 158 171
Hex FB 9E AB

RGB Percentages of Color #fb9eab

%43.28
%27.24
%29.48

CMYK Percentages of Color #fb9eab

%0
%37
%32
%2

Triadic Colors of #fb9eab

#fb9eab #abfb9e #9eabfb

Analogous Colors of #fb9eab

#fb9eab #fbc09e #fb9eda

Monochromatic Colors of #fb9eab

#fb9eab

Complementary Color

#fb9eab #9efbee

#fb9eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9eab Color CSS Codes

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

#fb9eab Text Font Color

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

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


#fb9eab Background Color

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

This div background color is #fb9eab


#fb9eab Border Color

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

This div border color is #fb9eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9eab


Comments

No comments written yet.

Please login to write comment.