COLOR #FBDAEE

HEX: #FBDAEE
RGB: (251,218,238)

Color info

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

RGB color model

#FBDAEE color RGB value is (251,218,238).

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

RGB channels and saturation

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

251
218
238

R + G + B ~ 92%. #FBDAEE is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 218 + 238 = 707 (100%)
R 251 of 707 ~ 35.5%
G 218 of 707 ~ 30.83%
B 238 of 707 ~ 33.66%

%35.5
%30.83
%33.66

CMYK color model

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

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

CMYK percentages

%0
%13.15
%5.18
%1.57

Codes

Color #FBDAEE in popluar color models

FBDAEE
RGB251218238
HSL324°80.49%91.96%
HSB/HSV324°13.15%98.43%
CMYK0.00%13.15%5.18%
1.57%

Color #FBDAEE in popluar number systems.

HEXFBDAEE
Decimal251218238
Binary111110111101101011101110
Octal373332356

Shades and tints

Shades of #FBDAEE

#FBDAEE
(251,218,238)
#E5C7D9
(229,199,217)
#CFB4C4
(207,180,196)
#B9A1AF
(185,161,175)
#A38E9A
(163,142,154)
#8D7B85
(141,123,133)
#776870
(119,104,112)
#61555B
(97,85,91)
#4B4246
(75,66,70)
#352F31
(53,47,49)
#1F1C1C
(31,28,28)
#000000
(0,0,0)

Tints of #FBDAEE

#FBDAEE
(251,218,238)
#FBDDEF
(251,221,239)
#FBE0F0
(251,224,240)
#FBE3F1
(251,227,241)
#FBE6F2
(251,230,242)
#FBE9F3
(251,233,243)
#FBECF4
(251,236,244)
#FBEFF5
(251,239,245)
#FBF2F6
(251,242,246)
#FBF5F7
(251,245,247)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDAEE; }

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

This text font color is #FBDAEE.


Background Color

.myBgColor { background-color: #FBDAEE; }

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

This div background color is #FBDAEE.


Border color

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

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

This div border color is #FBDAEE.


Opacity

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

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

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

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

This text has shadow with #FBDAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDAEE on black background.


Color preview on white background

This text has color #FBDAEE on white background.



Black color preview on #FBDAEE background

This text has black color on #FBDAEE background.


White color preview on #FBDAEE background

This text has white color on #FBDAEE background.