Color Hex Logo

#fbbabf Color Hex

#FBBABF
(251,186,191)
0 Favorites   0 Comments

Color spaces of #fbbabf

RGB 251186191
HSL0.990.890.86
HSV355°26°98°
CMYK 0.000.260.24   0.02
XYZ66.746559.388657.2354
Yxy59.38860.36400.3239
Hunter Lab77.064019.74009.9101
CIE-Lab81.504724.14766.7012

#fbbabf color RGB value is (251,186,191).

#fbbabf hex color red value is 251, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fbbabf hue: 0.99 , saturation: 0.89 and the lightness value of fbbabf is 0.86.

The process color (four color CMYK) of #fbbabf color hex is 0.00, 0.26, 0.24, 0.02. Web safe color of #fbbabf is #ffcccc. Color #fbbabf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 10111111
Octal 373 272 277
Decimal 251 186 191
Hex FB BA BF

RGB Percentages of Color #fbbabf

%39.97
%29.62
%30.41

CMYK Percentages of Color #fbbabf

%0
%26
%24
%2

Triadic Colors of #fbbabf

#fbbabf #bffbba #babffb

Analogous Colors of #fbbabf

#fbbabf #fbd6ba #fbbae0

Monochromatic Colors of #fbbabf

#fbbabf

Complementary Color

#fbbabf #bafbf6

#fbbabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbabf Color CSS Codes

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

#fbbabf Text Font Color

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

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


#fbbabf Background Color

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

This div background color is #fbbabf


#fbbabf Border Color

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

This div border color is #fbbabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbabf


Comments

No comments written yet.

Please login to write comment.