Color Hex Logo

#fb83aa Color Hex

#FB83AA
(251,131,170)
0 Favorites   0 Comments

Color spaces of #fb83aa

RGB 251131170
HSL0.950.940.75
HSV341°48°98°
CMYK 0.000.480.32   0.02
XYZ55.155739.644142.7753
Yxy39.64410.40090.2882
Hunter Lab62.963646.17873.7949
CIE-Lab69.215349.74200.4443

#fb83aa color RGB value is (251,131,170).

#fb83aa hex color red value is 251, green value is 131 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fb83aa hue: 0.95 , saturation: 0.94 and the lightness value of fb83aa is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000011 10101010
Octal 373 203 252
Decimal 251 131 170
Hex FB 83 AA

RGB Percentages of Color #fb83aa

%45.47
%23.73
%30.80

CMYK Percentages of Color #fb83aa

%0
%48
%32
%2

Triadic Colors of #fb83aa

#fb83aa #aafb83 #83aafb

Analogous Colors of #fb83aa

#fb83aa #fb9883 #fb83e6

Monochromatic Colors of #fb83aa

#fb83aa

Complementary Color

#fb83aa #83fbd4

#fb83aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb83aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb83aa Color CSS Codes

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

#fb83aa Text Font Color

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

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


#fb83aa Background Color

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

This div background color is #fb83aa


#fb83aa Border Color

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

This div border color is #fb83aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb83aa


Comments

No comments written yet.

Please login to write comment.