Color Hex Logo

#fbbeab Color Hex

#FBBEAB
(251,190,171)
0 Favorites   0 Comments

Color spaces of #fbbeab

RGB 251190171
HSL0.040.910.83
HSV14°32°98°
CMYK 0.000.240.32   0.02
XYZ65.547860.276446.7078
Yxy60.27640.37990.3494
Hunter Lab77.637914.837018.6770
CIE-Lab81.988219.387118.1087

#fbbeab color RGB value is (251,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 10101011
Octal 373 276 253
Decimal 251 190 171
Hex FB BE AB

RGB Percentages of Color #fbbeab

%41.01
%31.05
%27.94

CMYK Percentages of Color #fbbeab

%0
%24
%32
%2

Triadic Colors of #fbbeab

#fbbeab #abfbbe #beabfb

Analogous Colors of #fbbeab

#fbbeab #fbe6ab #fbabc0

Monochromatic Colors of #fbbeab

#fbbeab

Complementary Color

#fbbeab #abe8fb

#fbbeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbeab Color CSS Codes

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

#fbbeab Text Font Color

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

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


#fbbeab Background Color

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

This div background color is #fbbeab


#fbbeab Border Color

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

This div border color is #fbbeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbeab


Comments

No comments written yet.

Please login to write comment.