COLOR #FBDFEE

HEX: #FBDFEE RGB: (251,223,238)

Color info

#FBDFEE contains red, green and blue colors in about the same proportion. Web safe color of #FBDFEE is #FFCCFF (or #FCF).

RGB color model

#FBDFEE color RGB value is (251,223,238).

RGB: (251,223,238) (98%, 87%, 93%)

RGB channels and saturation

R 251 of 255 = 98%
G 223 of 255 = 87%
B 238 of 255 = 93%

251
223
238

R + G + B ~ 93%. #FBDFEE is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 223 + 238 = 712 (100%)
R 251 of 712 ~ 35.25%
G 223 of 712 ~ 31.32%
B 238 of 712 ~ 33.43'%

%35.25
%31.32
%33.43

CMYK color model

#FBDFEE color CMYK value is (0,11,5,2).

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 5.18%
  • key color value is 1.57%
CMYK: (0,11,5,2) C0M11Y5K2 (0%,11%,5%,2%) (0.00/0.11/0.05/0.02) 

CMYK percentages

%0
%11.16
%5.18
%1.57

Codes

Color #FBDFEE in popluar color models

FB DF EE
RGB 251 223 238
HSL 328° 77.78% 92.94%
HSB/HSV 328° 11.16% 98.43%
CMYK 0.00% 11.16% 5.18%
1.57%

Color #FBDFEE in popluar number systems.

HEX FB DF EE
Decimal 251 223 238
Binary 11111011 11011111 11101110
Octal 373 337 356

Shades and tints

Shades of #FBDFEE

#FBDFEE
(251,223,238)
#E5CBD9
(229,203,217)
#CFB7C4
(207,183,196)
#B9A3AF
(185,163,175)
#A38F9A
(163,143,154)
#8D7B85
(141,123,133)
#776770
(119,103,112)
#61535B
(97,83,91)
#4B3F46
(75,63,70)
#352B31
(53,43,49)
#1F171C
(31,23,28)
#000000
(0,0,0)

Tints of #FBDFEE

#FBDFEE
(251,223,238)
#FBE1EF
(251,225,239)
#FBE3F0
(251,227,240)
#FBE5F1
(251,229,241)
#FBE7F2
(251,231,242)
#FBE9F3
(251,233,243)
#FBEBF4
(251,235,244)
#FBEDF5
(251,237,245)
#FBEFF6
(251,239,246)
#FBF1F7
(251,241,247)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDFEE; }

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

This text font color is #FBDFEE.

Background Color

.myBgColor { background-color: #FBDFEE; }

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

This div background color is #FBDFEE.

Border color

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

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

This div border color is #FBDFEE.

Opacity

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

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

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

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

This text has shadow with #FBDFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBDFEE.

Preview

Color preview on black background

This text has color #FBDFEE on black background.


Color preview on white background

This text has color #FBDFEE on white background.


Black color preview on #FBDFEE background

This text has black color on #FBDFEE background.


White color preview on #FBDFEE background

This text has white color on #FBDFEE background.


Related colors

Complementary color

Complementary color for #hex is #042011.


I love getcolorcode.com

Triadic colors

1 #EEFBDF and #DFEEFB with #FBDFEE are triadic colors.

2 #EEDFFB and #DFFBEE with #FBDFEE are triadic colors.