COLOR #FBDAE3

HEX: #FBDAE3
RGB: (251,218,227)

Color info

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

RGB color model

#FBDAE3 color RGB value is (251,218,227).

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

RGB channels and saturation

R 251 of 255 = 98%
G 218 of 255 = 85%
B 227 of 255 = 89%

251
218
227

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

Portions of RGB colors in percentages

R + G + B =
251 + 218 + 227 = 696 (100%)
R 251 of 696 ~ 36.06%
G 218 of 696 ~ 31.32%
B 227 of 696 ~ 32.61%

%36.06
%31.32
%32.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.15%
  • yellow value is 9.56%
  • 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
%9.56
%1.57

Codes

Color #FBDAE3 in popluar color models

FBDAE3
RGB251218227
HSL344°80.49%91.96%
HSB/HSV344°13.15%98.43%
CMYK0.00%13.15%9.56%
1.57%

Color #FBDAE3 in popluar number systems.

HEXFBDAE3
Decimal251218227
Binary111110111101101011100011
Octal373332343

Shades and tints

Shades of #FBDAE3

#FBDAE3
(251,218,227)
#E5C7CF
(229,199,207)
#CFB4BB
(207,180,187)
#B9A1A7
(185,161,167)
#A38E93
(163,142,147)
#8D7B7F
(141,123,127)
#77686B
(119,104,107)
#615557
(97,85,87)
#4B4243
(75,66,67)
#352F2F
(53,47,47)
#1F1C1B
(31,28,27)
#000000
(0,0,0)

Tints of #FBDAE3

#FBDAE3
(251,218,227)
#FBDDE5
(251,221,229)
#FBE0E7
(251,224,231)
#FBE3E9
(251,227,233)
#FBE6EB
(251,230,235)
#FBE9ED
(251,233,237)
#FBECEF
(251,236,239)
#FBEFF1
(251,239,241)
#FBF2F3
(251,242,243)
#FBF5F5
(251,245,245)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDAE3; }

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

This text font color is #FBDAE3.


Background Color

.myBgColor { background-color: #FBDAE3; }

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

This div background color is #FBDAE3.


Border color

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

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

This div border color is #FBDAE3.


Opacity

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

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

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

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

This text has shadow with #FBDAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDAE3 on black background.


Color preview on white background

This text has color #FBDAE3 on white background.



Black color preview on #FBDAE3 background

This text has black color on #FBDAE3 background.


White color preview on #FBDAE3 background

This text has white color on #FBDAE3 background.