COLOR #FBDDD4

HEX: #FBDDD4 RGB: (251,221,212)

Color info

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

RGB color model

#FBDDD4 color RGB value is (251,221,212).

RGB: (251,221,212) (98%, 87%, 83%)

RGB channels and saturation

R 251 of 255 = 98%
G 221 of 255 = 87%
B 212 of 255 = 83%

251
221
212

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

Portions of RGB colors in percentages

R + G + B = 251 + 221 + 212 = 684 (100%)
R 251 of 684 ~ 36.7%
G 221 of 684 ~ 32.31%
B 212 of 684 ~ 30.99'%

%36.7
%32.31
%30.99

CMYK color model

#FBDDD4 color CMYK value is (0,12,16,2).

  • cyan value is 0.00%
  • magenta value is 11.95%
  • yellow value is 15.54%
  • key color value is 1.57%

CMYK: (0,12,16,2)
C0M12Y16K2 (0%, 12%, 16%, 2%)
(0.00 / 0.12 / 0.16 / 0.02)

CMYK percentages

%0
%11.95
%15.54
%1.57

Codes

Color #FBDDD4 in popluar color models

FB DD D4
RGB 251 221 212
HSL 14° 82.98% 90.78%
HSB/HSV 14° 15.54% 98.43%
CMYK 0.00% 11.95% 15.54%
1.57%

Color #FBDDD4 in popluar number systems.

HEX FB DD D4
Decimal 251 221 212
Binary 11111011 11011101 11010100
Octal 373 335 324

Shades and tints

Shades of #FBDDD4

#FBDDD4
(251,221,212)
#E5C9C1
(229,201,193)
#CFB5AE
(207,181,174)
#B9A19B
(185,161,155)
#A38D88
(163,141,136)
#8D7975
(141,121,117)
#776562
(119,101,98)
#61514F
(97,81,79)
#4B3D3C
(75,61,60)
#352929
(53,41,41)
#1F1516
(31,21,22)
#000000
(0,0,0)

Tints of #FBDDD4

#FBDDD4
(251,221,212)
#FBE0D7
(251,224,215)
#FBE3DA
(251,227,218)
#FBE6DD
(251,230,221)
#FBE9E0
(251,233,224)
#FBECE3
(251,236,227)
#FBEFE6
(251,239,230)
#FBF2E9
(251,242,233)
#FBF5EC
(251,245,236)
#FBF8EF
(251,248,239)
#FBFBF2
(251,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDDD4; }

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

This text font color is #FBDDD4.

Background Color

.myBgColor { background-color: #FBDDD4; }

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

This div background color is #FBDDD4.

Border color

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

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

This div border color is #FBDDD4.

Opacity

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

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

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

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

This text has shadow with #FBDDD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBDDD4.

Preview

Color preview on black background

This text has color #FBDDD4 on black background.


Color preview on white background

This text has color #FBDDD4 on white background.


Black color preview on #FBDDD4 background

This text has black color on #FBDDD4 background.


White color preview on #FBDDD4 background

This text has white color on #FBDDD4 background.


Related colors

Complementary color

Complementary color for #hex is #04222B.


I love getcolorcode.com

Triadic colors

1 #D4FBDD and #DDD4FB with #FBDDD4 are triadic colors.

2 #D4DDFB and #DDFBD4 with #FBDDD4 are triadic colors.