color codes Logo

#fbd8ab color codes

#FBD8AB
(251,216,171)
0 Favorites   0 Comments

Color spaces of #fbd8ab

RGB 251216171
HSL0.090.910.83
HSV34°32°98°
CMYK 0.000.140.32   0.02
XYZ71.690272.561248.7553
Yxy72.56120.37140.3760
Hunter Lab85.18291.156225.6928
CIE-Lab88.23805.836926.7116

#fbd8ab color RGB value is (251,216,171).

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

The process color (four color CMYK) of #fbd8ab color code is 0.00, 0.14, 0.32, 0.02. Web safe color of #fbd8ab is #ffcc99. Color #fbd8ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 10101011
Octal 373 330 253
Decimal 251 216 171
Hex FB D8 AB

RGB Percentages of Color #fbd8ab

%39.34
%33.86
%26.80

CMYK Percentages of Color #fbd8ab

%0
%14
%32
%2

Triadic Colors of #fbd8ab

#fbd8ab #abfbd8 #d8abfb

Analogous Colors of #fbd8ab

#fbd8ab #f6fbab #fbb0ab

Monochromatic Colors of #fbd8ab

#fbd8ab

Complementary Color

#fbd8ab #abcefb

#fbd8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd8ab Color CSS Codes

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

#fbd8ab Text Font Color

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

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


#fbd8ab Background Color

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

This div background color is #fbd8ab


#fbd8ab Border Color

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

This div border color is #fbd8ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd8ab

Related Colors


Comments

No comments written yet.

Please login to write comment.