COLOR #FBDAE7

HEX: #FBDAE7 RGB: (251,218,231)

Color info

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

RGB color model

#FBDAE7 color RGB value is (251,218,231).

RGB: (251,218,231) (98%, 85%, 91%)

RGB channels and saturation

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

251
218
231

R + G + B ~ 91%. #FBDAE7 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 218 + 231 = 700 (100%)
R 251 of 700 ~ 35.86%
G 218 of 700 ~ 31.14%
B 231 of 700 ~ 33'%

%35.86
%31.14
%33

CMYK color model

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

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

CMYK percentages

%0
%13.15
%7.97
%1.57

Codes

Color #FBDAE7 in popluar color models

FB DA E7
RGB 251 218 231
HSL 336° 80.49% 91.96%
HSB/HSV 336° 13.15% 98.43%
CMYK 0.00% 13.15% 7.97%
1.57%

Color #FBDAE7 in popluar number systems.

HEX FB DA E7
Decimal 251 218 231
Binary 11111011 11011010 11100111
Octal 373 332 347

Shades and tints

Shades of #FBDAE7

#FBDAE7
(251,218,231)
#E5C7D2
(229,199,210)
#CFB4BD
(207,180,189)
#B9A1A8
(185,161,168)
#A38E93
(163,142,147)
#8D7B7E
(141,123,126)
#776869
(119,104,105)
#615554
(97,85,84)
#4B423F
(75,66,63)
#352F2A
(53,47,42)
#1F1C15
(31,28,21)
#000000
(0,0,0)

Tints of #FBDAE7

#FBDAE7
(251,218,231)
#FBDDE9
(251,221,233)
#FBE0EB
(251,224,235)
#FBE3ED
(251,227,237)
#FBE6EF
(251,230,239)
#FBE9F1
(251,233,241)
#FBECF3
(251,236,243)
#FBEFF5
(251,239,245)
#FBF2F7
(251,242,247)
#FBF5F9
(251,245,249)
#FBF8FB
(251,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDAE7; }

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

This text font color is #FBDAE7.

Background Color

.myBgColor { background-color: #FBDAE7; }

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

This div background color is #FBDAE7.

Border color

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

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

This div border color is #FBDAE7.

Opacity

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

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

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

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

This text has shadow with #FBDAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBDAE7.

Preview

Color preview on black background

This text has color #FBDAE7 on black background.


Color preview on white background

This text has color #FBDAE7 on white background.


Black color preview on #FBDAE7 background

This text has black color on #FBDAE7 background.


White color preview on #FBDAE7 background

This text has white color on #FBDAE7 background.


Related colors

Complementary color

Complementary color for #hex is #042518.


I love getcolorcode.com

Triadic colors

1 #E7FBDA and #DAE7FB with #FBDAE7 are triadic colors.

2 #E7DAFB and #DAFBE7 with #FBDAE7 are triadic colors.