COLOR #FBDAE1

HEX: #FBDAE1 RGB: (251,218,225)

Color info

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

RGB color model

#FBDAE1 color RGB value is (251,218,225).

RGB: (251,218,225) (98%, 85%, 88%)

RGB channels and saturation

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

251
218
225

R + G + B ~ 90%. #FBDAE1 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 218 + 225 = 694 (100%)
R 251 of 694 ~ 36.17%
G 218 of 694 ~ 31.41%
B 225 of 694 ~ 32.42'%

%36.17
%31.41
%32.42

CMYK color model

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

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

CMYK percentages

%0
%13.15
%10.36
%1.57

Codes

Color #FBDAE1 in popluar color models

FB DA E1
RGB 251 218 225
HSL 347° 80.49% 91.96%
HSB/HSV 347° 13.15% 98.43%
CMYK 0.00% 13.15% 10.36%
1.57%

Color #FBDAE1 in popluar number systems.

HEX FB DA E1
Decimal 251 218 225
Binary 11111011 11011010 11100001
Octal 373 332 341

Shades and tints

Shades of #FBDAE1

#FBDAE1
(251,218,225)
#E5C7CD
(229,199,205)
#CFB4B9
(207,180,185)
#B9A1A5
(185,161,165)
#A38E91
(163,142,145)
#8D7B7D
(141,123,125)
#776869
(119,104,105)
#615555
(97,85,85)
#4B4241
(75,66,65)
#352F2D
(53,47,45)
#1F1C19
(31,28,25)
#000000
(0,0,0)

Tints of #FBDAE1

#FBDAE1
(251,218,225)
#FBDDE3
(251,221,227)
#FBE0E5
(251,224,229)
#FBE3E7
(251,227,231)
#FBE6E9
(251,230,233)
#FBE9EB
(251,233,235)
#FBECED
(251,236,237)
#FBEFEF
(251,239,239)
#FBF2F1
(251,242,241)
#FBF5F3
(251,245,243)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDAE1; }

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

This text font color is #FBDAE1.

Background Color

.myBgColor { background-color: #FBDAE1; }

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

This div background color is #FBDAE1.

Border color

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

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

This div border color is #FBDAE1.

Opacity

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

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

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

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

This text has shadow with #FBDAE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBDAE1.

Preview

Color preview on black background

This text has color #FBDAE1 on black background.


Color preview on white background

This text has color #FBDAE1 on white background.


Black color preview on #FBDAE1 background

This text has black color on #FBDAE1 background.


White color preview on #FBDAE1 background

This text has white color on #FBDAE1 background.


Related colors

Complementary color

Complementary color for #hex is #04251E.


I love getcolorcode.com

Triadic colors

1 #E1FBDA and #DAE1FB with #FBDAE1 are triadic colors.

2 #E1DAFB and #DAFBE1 with #FBDAE1 are triadic colors.