Color Hex Logo

#fb8aa0 Color Hex

#FB8AA0
(251,138,160)
0 Favorites   0 Comments

Color spaces of #fb8aa0

RGB 251138160
HSL0.970.930.76
HSV348°45°98°
CMYK 0.000.450.36   0.02
XYZ55.217341.224338.3045
Yxy41.22430.40980.3059
Hunter Lab64.206241.14939.5727
CIE-Lab70.332845.08047.6631

#fb8aa0 color RGB value is (251,138,160).

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

The process color (four color CMYK) of #fb8aa0 color hex is 0.00, 0.45, 0.36, 0.02. Web safe color of #fb8aa0 is #ff9999. Color #fb8aa0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001010 10100000
Octal 373 212 240
Decimal 251 138 160
Hex FB 8A A0

RGB Percentages of Color #fb8aa0

%45.72
%25.14
%29.14

CMYK Percentages of Color #fb8aa0

%0
%45
%36
%2

Triadic Colors of #fb8aa0

#fb8aa0 #a0fb8a #8aa0fb

Analogous Colors of #fb8aa0

#fb8aa0 #fbad8a #fb8ad9

Monochromatic Colors of #fb8aa0

#fb8aa0

Complementary Color

#fb8aa0 #8afbe5

#fb8aa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8aa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8aa0 Color CSS Codes

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

#fb8aa0 Text Font Color

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

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


#fb8aa0 Background Color

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

This div background color is #fb8aa0


#fb8aa0 Border Color

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

This div border color is #fb8aa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8aa0


Comments

No comments written yet.

Please login to write comment.