Color Hex Logo

#fbabbf Color Hex

#FBABBF
(251,171,191)
0 Favorites   0 Comments

Color spaces of #fbabbf

RGB 251171191
HSL0.960.910.83
HSV345°32°98°
CMYK 0.000.320.24   0.02
XYZ63.750553.396656.2368
Yxy53.39660.36770.3080
Hunter Lab73.073027.84975.5216
CIE-Lab78.108632.03461.7900

#fbabbf color RGB value is (251,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 10111111
Octal 373 253 277
Decimal 251 171 191
Hex FB AB BF

RGB Percentages of Color #fbabbf

%40.95
%27.90
%31.16

CMYK Percentages of Color #fbabbf

%0
%32
%24
%2

Triadic Colors of #fbabbf

#fbabbf #bffbab #abbffb

Analogous Colors of #fbabbf

#fbabbf #fbbfab #fbabe7

Monochromatic Colors of #fbabbf

#fbabbf

Complementary Color

#fbabbf #abfbe7

#fbabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbabbf Color CSS Codes

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

#fbabbf Text Font Color

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

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


#fbabbf Background Color

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

This div background color is #fbabbf


#fbabbf Border Color

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

This div border color is #fbabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbabbf

Related Colors

#fbabbf Color Palettes


Comments

No comments written yet.

Please login to write comment.