Color Hex Logo

#fbbfab Color Hex

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

Color spaces of #fbbfab

RGB 251191171
HSL0.040.910.83
HSV15°32°98°
CMYK 0.000.240.32   0.02
XYZ65.765160.711146.7803
Yxy60.71110.37960.3504
Hunter Lab77.917314.305318.9454
CIE-Lab82.223218.861818.4358

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

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

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

Base Numbers

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

RGB Percentages of Color #fbbfab

%40.95
%31.16
%27.90

CMYK Percentages of Color #fbbfab

%0
%24
%32
%2

Triadic Colors of #fbbfab

#fbbfab #abfbbf #bfabfb

Analogous Colors of #fbbfab

#fbbfab #fbe7ab #fbabbf

Monochromatic Colors of #fbbfab

#fbbfab

Complementary Color

#fbbfab #abe7fb

#fbbfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbfab Color CSS Codes

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

#fbbfab Text Font Color

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

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


#fbbfab Background Color

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

This div background color is #fbbfab


#fbbfab Border Color

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

This div border color is #fbbfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbfab


Comments

No comments written yet.

Please login to write comment.