COLOR #FBD3AF

HEX: #FBD3AF
RGB: (251,211,175)

Color info

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

RGB color model

#FBD3AF color RGB value is (251,211,175).

  • red value is 251;
  • green value is 211;
  • blue value is 175.
RGB:
(251,211,175)
(98%,83%,69%)

RGB channels and saturation

R 251 of 255 = 98%
G 211 of 255 = 83%
B 175 of 255 = 69%

251
211
175

R + G + B ~ 83%. #FBD3AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 211 + 175 = 637 (100%)
R 251 of 637 ~ 39.4%
G 211 of 637 ~ 33.12%
B 175 of 637 ~ 27.47%

%39.4
%33.12
%27.47

CMYK color model

#FBD3AF color CMYK value is (0,16,30,2).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 30.28%
  • key color value is 1.57%
CMYK:
(0,16,30,2)
C0M16Y30K2 
(0%,16%,30%,2%)
(0.00/0.16/0.30/0.02)	

CMYK percentages

%0
%15.94
%30.28
%1.57

Codes

Color #FBD3AF in popluar color models

FBD3AF
RGB251211175
HSL28°90.48%83.53%
HSB/HSV28°30.28%98.43%
CMYK0.00%15.94%30.28%
1.57%

Color #FBD3AF in popluar number systems.

HEXFBD3AF
Decimal251211175
Binary111110111101001110101111
Octal373323257

Shades and tints

Shades of #FBD3AF

#FBD3AF
(251,211,175)
#E5C0A0
(229,192,160)
#CFAD91
(207,173,145)
#B99A82
(185,154,130)
#A38773
(163,135,115)
#8D7464
(141,116,100)
#776155
(119,97,85)
#614E46
(97,78,70)
#4B3B37
(75,59,55)
#352828
(53,40,40)
#1F1519
(31,21,25)
#000000
(0,0,0)

Tints of #FBD3AF

#FBD3AF
(251,211,175)
#FBD7B6
(251,215,182)
#FBDBBD
(251,219,189)
#FBDFC4
(251,223,196)
#FBE3CB
(251,227,203)
#FBE7D2
(251,231,210)
#FBEBD9
(251,235,217)
#FBEFE0
(251,239,224)
#FBF3E7
(251,243,231)
#FBF7EE
(251,247,238)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD3AF; }

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

This text font color is #FBD3AF.


Background Color

.myBgColor { background-color: #FBD3AF; }

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

This div background color is #FBD3AF.


Border color

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

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

This div border color is #FBD3AF.


Opacity

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

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

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

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

This text has shadow with #FBD3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD3AF on black background.


Color preview on white background

This text has color #FBD3AF on white background.



Black color preview on #FBD3AF background

This text has black color on #FBD3AF background.


White color preview on #FBD3AF background

This text has white color on #FBD3AF background.