Color Hex Logo

#fbaab1 Color Hex

#FBAAB1
(251,170,177)
0 Favorites   0 Comments

Color spaces of #fbaab1

RGB 251170177
HSL0.990.910.83
HSV355°32°98°
CMYK 0.000.320.29   0.02
XYZ62.094252.433048.4428
Yxy52.43300.38100.3217
Hunter Lab72.410626.350311.0224
CIE-Lab77.539030.66588.5927

#fbaab1 color RGB value is (251,170,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 10110001
Octal 373 252 261
Decimal 251 170 177
Hex FB AA B1

RGB Percentages of Color #fbaab1

%41.97
%28.43
%29.60

CMYK Percentages of Color #fbaab1

%0
%32
%29
%2

Triadic Colors of #fbaab1

#fbaab1 #b1fbaa #aab1fb

Analogous Colors of #fbaab1

#fbaab1 #fbccaa #fbaada

Monochromatic Colors of #fbaab1

#fbaab1

Complementary Color

#fbaab1 #aafbf4

#fbaab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaab1 Color CSS Codes

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

#fbaab1 Text Font Color

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

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


#fbaab1 Background Color

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

This div background color is #fbaab1


#fbaab1 Border Color

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

This div border color is #fbaab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaab1


Comments

No comments written yet.

Please login to write comment.