COLOR #FBDAE2

HEX: #FBDAE2
RGB: (251,218,226)

Color info

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

RGB color model

#FBDAE2 color RGB value is (251,218,226).

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

RGB channels and saturation

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

251
218
226

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

Portions of RGB colors in percentages

R + G + B =
251 + 218 + 226 = 695 (100%)
R 251 of 695 ~ 36.12%
G 218 of 695 ~ 31.37%
B 226 of 695 ~ 32.52%

%36.12
%31.37
%32.52

CMYK color model

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

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

Codes

Color #FBDAE2 in popluar color models

FBDAE2
RGB251218226
HSL345°80.49%91.96%
HSB/HSV345°13.15%98.43%
CMYK0.00%13.15%9.96%
1.57%

Color #FBDAE2 in popluar number systems.

HEXFBDAE2
Decimal251218226
Binary111110111101101011100010
Octal373332342

Shades and tints

Shades of #FBDAE2

#FBDAE2
(251,218,226)
#E5C7CE
(229,199,206)
#CFB4BA
(207,180,186)
#B9A1A6
(185,161,166)
#A38E92
(163,142,146)
#8D7B7E
(141,123,126)
#77686A
(119,104,106)
#615556
(97,85,86)
#4B4242
(75,66,66)
#352F2E
(53,47,46)
#1F1C1A
(31,28,26)
#000000
(0,0,0)

Tints of #FBDAE2

#FBDAE2
(251,218,226)
#FBDDE4
(251,221,228)
#FBE0E6
(251,224,230)
#FBE3E8
(251,227,232)
#FBE6EA
(251,230,234)
#FBE9EC
(251,233,236)
#FBECEE
(251,236,238)
#FBEFF0
(251,239,240)
#FBF2F2
(251,242,242)
#FBF5F4
(251,245,244)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDAE2; }

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

This text font color is #FBDAE2.


Background Color

.myBgColor { background-color: #FBDAE2; }

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

This div background color is #FBDAE2.


Border color

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

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

This div border color is #FBDAE2.


Opacity

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

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

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

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

This text has shadow with #FBDAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDAE2 on black background.


Color preview on white background

This text has color #FBDAE2 on white background.



Black color preview on #FBDAE2 background

This text has black color on #FBDAE2 background.


White color preview on #FBDAE2 background

This text has white color on #FBDAE2 background.