COLOR #FBC0A7

HEX: #FBC0A7 RGB: (251,192,167)

Color info

#FBC0A7 contains mainly red and green colors. Web safe color of #FBC0A7 is #FFCC99 (or #FC9).

RGB color model

#FBC0A7 color RGB value is (251,192,167).

RGB: (251,192,167) (98%, 75%, 65%)

RGB channels and saturation

R 251 of 255 = 98%
G 192 of 255 = 75%
B 167 of 255 = 65%

251
192
167

R + G + B ~ 79%. #FBC0A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 192 + 167 = 610 (100%)
R 251 of 610 ~ 41.15%
G 192 of 610 ~ 31.48%
B 167 of 610 ~ 27.38'%

%41.15
%31.48
%27.38

CMYK color model

#FBC0A7 color CMYK value is (0,24,33,2).

  • cyan value is 0.00%
  • magenta value is 23.51%
  • yellow value is 33.47%
  • key color value is 1.57%
CMYK: (0,24,33,2) C0M24Y33K2 (0%,24%,33%,2%) (0.00/0.24/0.33/0.02) 

CMYK percentages

%0
%23.51
%33.47
%1.57

Codes

Color #FBC0A7 in popluar color models

FB C0 A7
RGB 251 192 167
HSL 18° 91.30% 81.96%
HSB/HSV 18° 33.47% 98.43%
CMYK 0.00% 23.51% 33.47%
1.57%

Color #FBC0A7 in popluar number systems.

HEX FB C0 A7
Decimal 251 192 167
Binary 11111011 11000000 10100111
Octal 373 300 247

Shades and tints

Shades of #FBC0A7

#FBC0A7
(251,192,167)
#E5AF98
(229,175,152)
#CF9E89
(207,158,137)
#B98D7A
(185,141,122)
#A37C6B
(163,124,107)
#8D6B5C
(141,107,92)
#775A4D
(119,90,77)
#61493E
(97,73,62)
#4B382F
(75,56,47)
#352720
(53,39,32)
#1F1611
(31,22,17)
#000000
(0,0,0)

Tints of #FBC0A7

#FBC0A7
(251,192,167)
#FBC5AF
(251,197,175)
#FBCAB7
(251,202,183)
#FBCFBF
(251,207,191)
#FBD4C7
(251,212,199)
#FBD9CF
(251,217,207)
#FBDED7
(251,222,215)
#FBE3DF
(251,227,223)
#FBE8E7
(251,232,231)
#FBEDEF
(251,237,239)
#FBF2F7
(251,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC0A7 color. Also use rgb(251,192,167) instead hex code.

Text Font Color

.myTextColor { color: #FBC0A7; }

<p style="color:#FBC0A7">This sample text font color is #FBC0A7.</p>

This text font color is #FBC0A7.

Background Color

.myBgColor { background-color: #FBC0A7; }

<div style="background-color:#FBC0A7">Inner text</div>

This div background color is #FBC0A7.

Border color

.myBorderColor { border: 1px solid #FBC0A7; }

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

This div border color is #FBC0A7.

Opacity

.myOpacity80 { color: #FBC0A7; opacity: 0.8; }

<p style="color:#FBC0A7;opacity:0.8;">80%</p>

Text with #FBC0A7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FBC0A7;}

<p style="text-shadow: 3px 3px 1px #FBC0A7">Text here.</p>

This text has shadow with #FBC0A7 color.


.textShadow {text-shadow: 3px 3px 1px #FBC0A7', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FBC0A7, 5px 5px 20px red">Text here.</p>

This text has shadow with #FBC0A7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBC0A7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FBC0A7, Direction=45, Strength=4)">Text</p>

This text has shadow with #FBC0A7 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FBC0A7;
-webkit-box-shadow: 1px 1px 3px 2px #FBC0A7;
box-shadow: 1px 1px 3px 2px #FBC0A7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FBC0A7; -webkit-box-shadow: 1px 1px 3px 2px #FBC0A7; box-shadow:1px 1px 3px 2px #FBC0A7;">
Div content here
</div>

This div box has shadow with color #FBC0A7.

Preview

Color preview on black background

This text has color #FBC0A7 on black background.


Color preview on white background

This text has color #FBC0A7 on white background.


Black color preview on #FBC0A7 background

This text has black color on #FBC0A7 background.


White color preview on #FBC0A7 background

This text has white color on #FBC0A7 background.


Related colors

Complementary color

Complementary color for #hex is #043F58.


I love getcolorcode.com

Triadic colors

1 #A7FBC0 and #C0A7FB with #FBC0A7 are triadic colors.

2 #A7C0FB and #C0FBA7 with #FBC0A7 are triadic colors.