Color Hex Logo

#fbc7aa Color Hex

#FBC7AA
(251,199,170)
0 Favorites   0 Comments

Color spaces of #fbc7aa

RGB 251199170
HSL0.060.910.83
HSV21°32°98°
CMYK 0.000.210.32   0.02
XYZ67.462864.258446.8776
Yxy64.25840.37770.3598
Hunter Lab80.16139.941121.4407
CIE-Lab84.100114.544721.5674

#fbc7aa color RGB value is (251,199,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 10101010
Octal 373 307 252
Decimal 251 199 170
Hex FB C7 AA

RGB Percentages of Color #fbc7aa

%40.48
%32.10
%27.42

CMYK Percentages of Color #fbc7aa

%0
%21
%32
%2

Triadic Colors of #fbc7aa

#fbc7aa #aafbc7 #c7aafb

Analogous Colors of #fbc7aa

#fbc7aa #fbf0aa #fbaab6

Monochromatic Colors of #fbc7aa

#fbc7aa

Complementary Color

#fbc7aa #aadefb

#fbc7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc7aa Color CSS Codes

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

#fbc7aa Text Font Color

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

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


#fbc7aa Background Color

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

This div background color is #fbc7aa


#fbc7aa Border Color

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

This div border color is #fbc7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc7aa

Related Colors


Comments

No comments written yet.

Please login to write comment.