Color Hex Logo

#fbaabf Color Hex

#FBAABF
(251,170,191)
0 Favorites   0 Comments

Color spaces of #fbaabf

RGB 251170191
HSL0.960.910.83
HSV344°32°98°
CMYK 0.000.320.24   0.02
XYZ63.562453.020356.1740
Yxy53.02030.36790.3069
Hunter Lab72.815028.39165.2306
CIE-Lab77.887032.55881.4677

#fbaabf color RGB value is (251,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 10111111
Octal 373 252 277
Decimal 251 170 191
Hex FB AA BF

RGB Percentages of Color #fbaabf

%41.01
%27.78
%31.21

CMYK Percentages of Color #fbaabf

%0
%32
%24
%2

Triadic Colors of #fbaabf

#fbaabf #bffbaa #aabffb

Analogous Colors of #fbaabf

#fbaabf #fbbeaa #fbaae8

Monochromatic Colors of #fbaabf

#fbaabf

Complementary Color

#fbaabf #aafbe6

#fbaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaabf Color CSS Codes

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

#fbaabf Text Font Color

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

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


#fbaabf Background Color

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

This div background color is #fbaabf


#fbaabf Border Color

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

This div border color is #fbaabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaabf

Related Colors


Comments

No comments written yet.

Please login to write comment.