Color Hex Logo

#fbbaad Color Hex

#FBBAAD
(251,186,173)
0 Favorites   0 Comments

Color spaces of #fbbaad

RGB 251186173
HSL0.030.910.83
HSV10°31°98°
CMYK 0.000.260.31   0.02
XYZ64.885458.644247.4348
Yxy58.64420.37950.3430
Hunter Lab76.579517.228016.8803
CIE-Lab81.095621.741315.7912

#fbbaad color RGB value is (251,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 10101101
Octal 373 272 255
Decimal 251 186 173
Hex FB BA AD

RGB Percentages of Color #fbbaad

%41.15
%30.49
%28.36

CMYK Percentages of Color #fbbaad

%0
%26
%31
%2

Triadic Colors of #fbbaad

#fbbaad #adfbba #baadfb

Analogous Colors of #fbbaad

#fbbaad #fbe1ad #fbadc7

Monochromatic Colors of #fbbaad

#fbbaad

Complementary Color

#fbbaad #adeefb

#fbbaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbaad Color CSS Codes

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

#fbbaad Text Font Color

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

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


#fbbaad Background Color

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

This div background color is #fbbaad


#fbbaad Border Color

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

This div border color is #fbbaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbaad

Related Colors


Comments

No comments written yet.

Please login to write comment.