COLOR #FBDACA

HEX: #FBDACA
RGB: (251,218,202)

Color info

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

RGB color model

#FBDACA color RGB value is (251,218,202).

  • red value is 251;
  • green value is 218;
  • blue value is 202.
RGB:
(251,218,202)
(98%,85%,79%)

RGB channels and saturation

R 251 of 255 = 98%
G 218 of 255 = 85%
B 202 of 255 = 79%

251
218
202

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

Portions of RGB colors in percentages

R + G + B =
251 + 218 + 202 = 671 (100%)
R 251 of 671 ~ 37.41%
G 218 of 671 ~ 32.49%
B 202 of 671 ~ 30.1%

%37.41
%32.49
%30.1

CMYK color model

#FBDACA color CMYK value is (0,13,20,2).

  • cyan value is 0.00%
  • magenta value is 13.15%
  • yellow value is 19.52%
  • key color value is 1.57%
CMYK:
(0,13,20,2)
C0M13Y20K2 
(0%,13%,20%,2%)
(0.00/0.13/0.20/0.02)	

CMYK percentages

%0
%13.15
%19.52
%1.57

Codes

Color #FBDACA in popluar color models

FBDACA
RGB251218202
HSL20°85.96%88.82%
HSB/HSV20°19.52%98.43%
CMYK0.00%13.15%19.52%
1.57%

Color #FBDACA in popluar number systems.

HEXFBDACA
Decimal251218202
Binary111110111101101011001010
Octal373332312

Shades and tints

Shades of #FBDACA

#FBDACA
(251,218,202)
#E5C7B8
(229,199,184)
#CFB4A6
(207,180,166)
#B9A194
(185,161,148)
#A38E82
(163,142,130)
#8D7B70
(141,123,112)
#77685E
(119,104,94)
#61554C
(97,85,76)
#4B423A
(75,66,58)
#352F28
(53,47,40)
#1F1C16
(31,28,22)
#000000
(0,0,0)

Tints of #FBDACA

#FBDACA
(251,218,202)
#FBDDCE
(251,221,206)
#FBE0D2
(251,224,210)
#FBE3D6
(251,227,214)
#FBE6DA
(251,230,218)
#FBE9DE
(251,233,222)
#FBECE2
(251,236,226)
#FBEFE6
(251,239,230)
#FBF2EA
(251,242,234)
#FBF5EE
(251,245,238)
#FBF8F2
(251,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDACA; }

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

This text font color is #FBDACA.


Background Color

.myBgColor { background-color: #FBDACA; }

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

This div background color is #FBDACA.


Border color

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

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

This div border color is #FBDACA.


Opacity

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

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

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

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

This text has shadow with #FBDACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDACA on black background.


Color preview on white background

This text has color #FBDACA on white background.



Black color preview on #FBDACA background

This text has black color on #FBDACA background.


White color preview on #FBDACA background

This text has white color on #FBDACA background.