Color Hex Logo

#fbabc9 Color Hex

#FBABC9
(251,171,201)
0 Favorites   0 Comments

Color spaces of #fbabc9

RGB 251171201
HSL0.940.910.83
HSV338°32°98°
CMYK 0.000.320.20   0.02
XYZ64.889253.852162.2328
Yxy53.85210.35860.2976
Hunter Lab73.384029.41521.0883
CIE-Lab78.375433.4749-3.2615

#fbabc9 color RGB value is (251,171,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 11001001
Octal 373 253 311
Decimal 251 171 201
Hex FB AB C9

RGB Percentages of Color #fbabc9

%40.29
%27.45
%32.26

CMYK Percentages of Color #fbabc9

%0
%32
%20
%2

Triadic Colors of #fbabc9

#fbabc9 #c9fbab #abc9fb

Analogous Colors of #fbabc9

#fbabc9 #fbb5ab #fbabf1

Monochromatic Colors of #fbabc9

#fbabc9

Complementary Color

#fbabc9 #abfbdd

#fbabc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbabc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbabc9 Color CSS Codes

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

#fbabc9 Text Font Color

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

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


#fbabc9 Background Color

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

This div background color is #fbabc9


#fbabc9 Border Color

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

This div border color is #fbabc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbabc9


Comments

No comments written yet.

Please login to write comment.