Color Hex Logo

#fbbaaf Color Hex

#FBBAAF
(251,186,175)
0 Favorites   0 Comments

Color spaces of #fbbaaf

RGB 251186175
HSL0.020.900.84
HSV30°98°
CMYK 0.000.260.30   0.02
XYZ65.080458.722248.4618
Yxy58.72220.37780.3409
Hunter Lab76.630417.492616.1457
CIE-Lab81.138721.996414.7790

#fbbaaf color RGB value is (251,186,175).

#fbbaaf hex color red value is 251, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fbbaaf hue: 0.02 , saturation: 0.90 and the lightness value of fbbaaf is 0.84.

The process color (four color CMYK) of #fbbaaf color hex is 0.00, 0.26, 0.30, 0.02. Web safe color of #fbbaaf is #ffcc99. Color #fbbaaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 10101111
Octal 373 272 257
Decimal 251 186 175
Hex FB BA AF

RGB Percentages of Color #fbbaaf

%41.01
%30.39
%28.59

CMYK Percentages of Color #fbbaaf

%0
%26
%30
%2

Triadic Colors of #fbbaaf

#fbbaaf #affbba #baaffb

Analogous Colors of #fbbaaf

#fbbaaf #fbe0af #fbafca

Monochromatic Colors of #fbbaaf

#fbbaaf

Complementary Color

#fbbaaf #aff0fb

#fbbaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbaaf Color CSS Codes

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

#fbbaaf Text Font Color

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

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


#fbbaaf Background Color

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

This div background color is #fbbaaf


#fbbaaf Border Color

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

This div border color is #fbbaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbaaf

Related Colors


Comments

No comments written yet.

Please login to write comment.