COLOR #FBDADA

HEX: #FBDADA
RGB: (251,218,218)

Color info

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

RGB color model

#FBDADA color RGB value is (251,218,218).

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

RGB channels and saturation

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

251
218
218

R + G + B ~ 89%. #FBDADA is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 218 + 218 = 687 (100%)
R 251 of 687 ~ 36.54%
G 218 of 687 ~ 31.73%
B 218 of 687 ~ 31.73%

%36.54
%31.73
%31.73

CMYK color model

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

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

CMYK percentages

%0
%13.15
%13.15
%1.57

Codes

Color #FBDADA in popluar color models

FBDADA
RGB251218218
HSL80.49%91.96%
HSB/HSV13.15%98.43%
CMYK0.00%13.15%13.15%
1.57%

Color #FBDADA in popluar number systems.

HEXFBDADA
Decimal251218218
Binary111110111101101011011010
Octal373332332

Shades and tints

Shades of #FBDADA

#FBDADA
(251,218,218)
#E5C7C7
(229,199,199)
#CFB4B4
(207,180,180)
#B9A1A1
(185,161,161)
#A38E8E
(163,142,142)
#8D7B7B
(141,123,123)
#776868
(119,104,104)
#615555
(97,85,85)
#4B4242
(75,66,66)
#352F2F
(53,47,47)
#1F1C1C
(31,28,28)
#000000
(0,0,0)

Tints of #FBDADA

#FBDADA
(251,218,218)
#FBDDDD
(251,221,221)
#FBE0E0
(251,224,224)
#FBE3E3
(251,227,227)
#FBE6E6
(251,230,230)
#FBE9E9
(251,233,233)
#FBECEC
(251,236,236)
#FBEFEF
(251,239,239)
#FBF2F2
(251,242,242)
#FBF5F5
(251,245,245)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDADA; }

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

This text font color is #FBDADA.


Background Color

.myBgColor { background-color: #FBDADA; }

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

This div background color is #FBDADA.


Border color

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

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

This div border color is #FBDADA.


Opacity

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

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

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

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

This text has shadow with #FBDADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDADA on black background.


Color preview on white background

This text has color #FBDADA on white background.



Black color preview on #FBDADA background

This text has black color on #FBDADA background.


White color preview on #FBDADA background

This text has white color on #FBDADA background.