COLOR #FBDAC6

HEX: #FBDAC6 RGB: (251,218,198)

Color info

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

RGB color model

#FBDAC6 color RGB value is (251,218,198).

RGB: (251,218,198) (98%, 85%, 78%)

RGB channels and saturation

R 251 of 255 = 98%
G 218 of 255 = 85%
B 198 of 255 = 78%

251
218
198

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

Portions of RGB colors in percentages

R + G + B = 251 + 218 + 198 = 667 (100%)
R 251 of 667 ~ 37.63%
G 218 of 667 ~ 32.68%
B 198 of 667 ~ 29.69'%

%37.63
%32.68
%29.69

CMYK color model

#FBDAC6 color CMYK value is (0,13,21,2).

  • cyan value is 0.00%
  • magenta value is 13.15%
  • yellow value is 21.12%
  • key color value is 1.57%

CMYK: (0,13,21,2)
C0M13Y21K2 (0%, 13%, 21%, 2%)
(0.00 / 0.13 / 0.21 / 0.02)

CMYK percentages

%0
%13.15
%21.12
%1.57

Codes

Color #FBDAC6 in popluar color models

FB DA C6
RGB 251 218 198
HSL 23° 86.89% 88.04%
HSB/HSV 23° 21.12% 98.43%
CMYK 0.00% 13.15% 21.12%
1.57%

Color #FBDAC6 in popluar number systems.

HEX FB DA C6
Decimal 251 218 198
Binary 11111011 11011010 11000110
Octal 373 332 306

Shades and tints

Shades of #FBDAC6

#FBDAC6
(251,218,198)
#E5C7B4
(229,199,180)
#CFB4A2
(207,180,162)
#B9A190
(185,161,144)
#A38E7E
(163,142,126)
#8D7B6C
(141,123,108)
#77685A
(119,104,90)
#615548
(97,85,72)
#4B4236
(75,66,54)
#352F24
(53,47,36)
#1F1C12
(31,28,18)
#000000
(0,0,0)

Tints of #FBDAC6

#FBDAC6
(251,218,198)
#FBDDCB
(251,221,203)
#FBE0D0
(251,224,208)
#FBE3D5
(251,227,213)
#FBE6DA
(251,230,218)
#FBE9DF
(251,233,223)
#FBECE4
(251,236,228)
#FBEFE9
(251,239,233)
#FBF2EE
(251,242,238)
#FBF5F3
(251,245,243)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBDAC6 color. Also use rgb(251,218,198) instead hex code.

Text Font Color

.myTextColor { color: #FBDAC6; }

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

This text font color is #FBDAC6.

Background Color

.myBgColor { background-color: #FBDAC6; }

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

This div background color is #FBDAC6.

Border color

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

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

This div border color is #FBDAC6.

Opacity

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

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

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

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

This text has shadow with #FBDAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBDAC6.

Preview

Color preview on black background

This text has color #FBDAC6 on black background.


Color preview on white background

This text has color #FBDAC6 on white background.


Black color preview on #FBDAC6 background

This text has black color on #FBDAC6 background.


White color preview on #FBDAC6 background

This text has white color on #FBDAC6 background.


Related colors

Complementary color

Complementary color for #hex is #042539.


I love getcolorcode.com

Triadic colors

1 #C6FBDA and #DAC6FB with #FBDAC6 are triadic colors.

2 #C6DAFB and #DAFBC6 with #FBDAC6 are triadic colors.