Color Hex Logo

#fbaaaa Color Hex

#FBAAAA
(251,170,170)
0 Favorites   0 Comments

Color spaces of #fbaaaa

RGB 251170170
HSL0.000.910.83
HSV32°98°
CMYK 0.000.320.32   0.02
XYZ61.414152.161044.8614
Yxy52.16100.38760.3292
Hunter Lab72.222625.397113.7275
CIE-Lab77.377029.774412.1727

#fbaaaa color RGB value is (251,170,170).

#fbaaaa hex color red value is 251, green value is 170 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fbaaaa hue: 0.00 , saturation: 0.91 and the lightness value of fbaaaa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 10101010
Octal 373 252 252
Decimal 251 170 170
Hex FB AA AA

RGB Percentages of Color #fbaaaa

%42.47
%28.76
%28.76

CMYK Percentages of Color #fbaaaa

%0
%32
%32
%2

Triadic Colors of #fbaaaa

#fbaaaa #aafbaa #aaaafb

Analogous Colors of #fbaaaa

#fbaaaa #fbd3aa #fbaad3

Monochromatic Colors of #fbaaaa

#fbaaaa

Complementary Color

#fbaaaa #aafbfb

#fbaaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaaaa Color CSS Codes

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

#fbaaaa Text Font Color

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

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


#fbaaaa Background Color

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

This div background color is #fbaaaa


#fbaaaa Border Color

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

This div border color is #fbaaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaaaa

Related Colors


Comments

No comments written yet.

Please login to write comment.