COLOR #FBDFC9

HEX: #FBDFC9
RGB: (251,223,201)

Color info

#FBDFC9 contains red, green and blue colors in about the same proportion. Web safe color of #FBDFC9 is #FFCCCC (or #FCC).

RGB color model

#FBDFC9 color RGB value is (251,223,201).

  • red value is 251;
  • green value is 223;
  • blue value is 201.
RGB:
(251,223,201)
(98%,87%,79%)

RGB channels and saturation

R 251 of 255 = 98%
G 223 of 255 = 87%
B 201 of 255 = 79%

251
223
201

R + G + B ~ 88%. #FBDFC9 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 223 + 201 = 675 (100%)
R 251 of 675 ~ 37.19%
G 223 of 675 ~ 33.04%
B 201 of 675 ~ 29.78%

%37.19
%33.04
%29.78

CMYK color model

#FBDFC9 color CMYK value is (0,11,20,2).

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 19.92%
  • key color value is 1.57%
CMYK:
(0,11,20,2)
C0M11Y20K2 
(0%,11%,20%,2%)
(0.00/0.11/0.20/0.02)	

CMYK percentages

%0
%11.16
%19.92
%1.57

Codes

Color #FBDFC9 in popluar color models

FBDFC9
RGB251223201
HSL26°86.21%88.63%
HSB/HSV26°19.92%98.43%
CMYK0.00%11.16%19.92%
1.57%

Color #FBDFC9 in popluar number systems.

HEXFBDFC9
Decimal251223201
Binary111110111101111111001001
Octal373337311

Shades and tints

Shades of #FBDFC9

#FBDFC9
(251,223,201)
#E5CBB7
(229,203,183)
#CFB7A5
(207,183,165)
#B9A393
(185,163,147)
#A38F81
(163,143,129)
#8D7B6F
(141,123,111)
#77675D
(119,103,93)
#61534B
(97,83,75)
#4B3F39
(75,63,57)
#352B27
(53,43,39)
#1F1715
(31,23,21)
#000000
(0,0,0)

Tints of #FBDFC9

#FBDFC9
(251,223,201)
#FBE1CD
(251,225,205)
#FBE3D1
(251,227,209)
#FBE5D5
(251,229,213)
#FBE7D9
(251,231,217)
#FBE9DD
(251,233,221)
#FBEBE1
(251,235,225)
#FBEDE5
(251,237,229)
#FBEFE9
(251,239,233)
#FBF1ED
(251,241,237)
#FBF3F1
(251,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBDFC9 color. Also use rgb(251,223,201) instead hex code.

Text Font Color

.myTextColor { color: #FBDFC9; }

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

This text font color is #FBDFC9.


Background Color

.myBgColor { background-color: #FBDFC9; }

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

This div background color is #FBDFC9.


Border color

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

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

This div border color is #FBDFC9.


Opacity

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

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

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

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

This text has shadow with #FBDFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDFC9 on black background.


Color preview on white background

This text has color #FBDFC9 on white background.



Black color preview on #FBDFC9 background

This text has black color on #FBDFC9 background.


White color preview on #FBDFC9 background

This text has white color on #FBDFC9 background.