Color Hex Logo

#fbfaad Color Hex

#FBFAAD
(251,250,173)
0 Favorites   0 Comments

Color spaces of #fbfaad

RGB 251250173
HSL0.160.910.83
HSV59°31°98°
CMYK 0.000.000.31   0.02
XYZ81.512191.897652.9770
Yxy91.89760.36010.4059
Hunter Lab95.8632-15.982934.3388
CIE-Lab96.7784-11.072837.1418

#fbfaad color RGB value is (251,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111010 10101101
Octal 373 372 255
Decimal 251 250 173
Hex FB FA AD

RGB Percentages of Color #fbfaad

%37.24
%37.09
%25.67

CMYK Percentages of Color #fbfaad

%0
%0
%31
%2

Triadic Colors of #fbfaad

#fbfaad #adfbfa #faadfb

Analogous Colors of #fbfaad

#fbfaad #d5fbad #fbd3ad

Monochromatic Colors of #fbfaad

#fbfaad

Complementary Color

#fbfaad #adaefb

#fbfaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfaad Color CSS Codes

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

#fbfaad Text Font Color

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

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


#fbfaad Background Color

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

This div background color is #fbfaad


#fbfaad Border Color

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

This div border color is #fbfaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfaad

Related Colors


Comments

No comments written yet.

Please login to write comment.