COLOR #FBDFC4

HEX: #FBDFC4 RGB: (251,223,196)

Color info

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

RGB color model

#FBDFC4 color RGB value is (251,223,196).

RGB: (251,223,196) (98%, 87%, 77%)

RGB channels and saturation

R 251 of 255 = 98%
G 223 of 255 = 87%
B 196 of 255 = 77%

251
223
196

R + G + B ~ 87%. #FBDFC4 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 223 + 196 = 670 (100%)
R 251 of 670 ~ 37.46%
G 223 of 670 ~ 33.28%
B 196 of 670 ~ 29.25'%

%37.46
%33.28
%29.25

CMYK color model

#FBDFC4 color CMYK value is (0,11,22,2).

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

CMYK: (0,11,22,2)
C0M11Y22K2 (0%, 11%, 22%, 2%)
(0.00 / 0.11 / 0.22 / 0.02)

CMYK percentages

%0
%11.16
%21.91
%1.57

Codes

Color #FBDFC4 in popluar color models

FB DF C4
RGB 251 223 196
HSL 29° 87.30% 87.65%
HSB/HSV 29° 21.91% 98.43%
CMYK 0.00% 11.16% 21.91%
1.57%

Color #FBDFC4 in popluar number systems.

HEX FB DF C4
Decimal 251 223 196
Binary 11111011 11011111 11000100
Octal 373 337 304

Shades and tints

Shades of #FBDFC4

#FBDFC4
(251,223,196)
#E5CBB3
(229,203,179)
#CFB7A2
(207,183,162)
#B9A391
(185,163,145)
#A38F80
(163,143,128)
#8D7B6F
(141,123,111)
#77675E
(119,103,94)
#61534D
(97,83,77)
#4B3F3C
(75,63,60)
#352B2B
(53,43,43)
#1F171A
(31,23,26)
#000000
(0,0,0)

Tints of #FBDFC4

#FBDFC4
(251,223,196)
#FBE1C9
(251,225,201)
#FBE3CE
(251,227,206)
#FBE5D3
(251,229,211)
#FBE7D8
(251,231,216)
#FBE9DD
(251,233,221)
#FBEBE2
(251,235,226)
#FBEDE7
(251,237,231)
#FBEFEC
(251,239,236)
#FBF1F1
(251,241,241)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDFC4; }

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

This text font color is #FBDFC4.

Background Color

.myBgColor { background-color: #FBDFC4; }

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

This div background color is #FBDFC4.

Border color

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

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

This div border color is #FBDFC4.

Opacity

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

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

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

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

This text has shadow with #FBDFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBDFC4.

Preview

Color preview on black background

This text has color #FBDFC4 on black background.


Color preview on white background

This text has color #FBDFC4 on white background.


Black color preview on #FBDFC4 background

This text has black color on #FBDFC4 background.


White color preview on #FBDFC4 background

This text has white color on #FBDFC4 background.


Related colors

Complementary color

Complementary color for #hex is #04203B.


I love getcolorcode.com

Triadic colors

1 #C4FBDF and #DFC4FB with #FBDFC4 are triadic colors.

2 #C4DFFB and #DFFBC4 with #FBDFC4 are triadic colors.