COLOR #FBC4AF

HEX: #FBC4AF RGB: (251,196,175)

Color info

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

RGB color model

#FBC4AF color RGB value is (251,196,175).

RGB: (251,196,175) (98%, 77%, 69%)

RGB channels and saturation

R 251 of 255 = 98%
G 196 of 255 = 77%
B 175 of 255 = 69%

251
196
175

R + G + B ~ 81%. #FBC4AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 196 + 175 = 622 (100%)
R 251 of 622 ~ 40.35%
G 196 of 622 ~ 31.51%
B 175 of 622 ~ 28.14'%

%40.35
%31.51
%28.14

CMYK color model

#FBC4AF color CMYK value is (0,22,30,2).

  • cyan value is 0.00%
  • magenta value is 21.91%
  • yellow value is 30.28%
  • key color value is 1.57%

CMYK: (0,22,30,2)
C0M22Y30K2 (0%, 22%, 30%, 2%)
(0.00 / 0.22 / 0.30 / 0.02)

CMYK percentages

%0
%21.91
%30.28
%1.57

Codes

Color #FBC4AF in popluar color models

FB C4 AF
RGB 251 196 175
HSL 17° 90.48% 83.53%
HSB/HSV 17° 30.28% 98.43%
CMYK 0.00% 21.91% 30.28%
1.57%

Color #FBC4AF in popluar number systems.

HEX FB C4 AF
Decimal 251 196 175
Binary 11111011 11000100 10101111
Octal 373 304 257

Shades and tints

Shades of #FBC4AF

#FBC4AF
(251,196,175)
#E5B3A0
(229,179,160)
#CFA291
(207,162,145)
#B99182
(185,145,130)
#A38073
(163,128,115)
#8D6F64
(141,111,100)
#775E55
(119,94,85)
#614D46
(97,77,70)
#4B3C37
(75,60,55)
#352B28
(53,43,40)
#1F1A19
(31,26,25)
#000000
(0,0,0)

Tints of #FBC4AF

#FBC4AF
(251,196,175)
#FBC9B6
(251,201,182)
#FBCEBD
(251,206,189)
#FBD3C4
(251,211,196)
#FBD8CB
(251,216,203)
#FBDDD2
(251,221,210)
#FBE2D9
(251,226,217)
#FBE7E0
(251,231,224)
#FBECE7
(251,236,231)
#FBF1EE
(251,241,238)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC4AF color. Also use rgb(251,196,175) instead hex code.

Text Font Color

.myTextColor { color: #FBC4AF; }

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

This text font color is #FBC4AF.

Background Color

.myBgColor { background-color: #FBC4AF; }

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

This div background color is #FBC4AF.

Border color

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

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

This div border color is #FBC4AF.

Opacity

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

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

Text with #FBC4AF 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 #FBC4AF;}

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

This text has shadow with #FBC4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC4AF.

Preview

Color preview on black background

This text has color #FBC4AF on black background.


Color preview on white background

This text has color #FBC4AF on white background.


Black color preview on #FBC4AF background

This text has black color on #FBC4AF background.


White color preview on #FBC4AF background

This text has white color on #FBC4AF background.


Related colors

Complementary color

Complementary color for #hex is #043B50.


I love getcolorcode.com

Triadic colors

1 #AFFBC4 and #C4AFFB with #FBC4AF are triadic colors.

2 #AFC4FB and #C4FBAF with #FBC4AF are triadic colors.