COLOR #FBDAE0

HEX: #FBDAE0
RGB: (251,218,224)

Color info

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

RGB color model

#FBDAE0 color RGB value is (251,218,224).

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

RGB channels and saturation

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

251
218
224

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

Portions of RGB colors in percentages

R + G + B =
251 + 218 + 224 = 693 (100%)
R 251 of 693 ~ 36.22%
G 218 of 693 ~ 31.46%
B 224 of 693 ~ 32.32%

%36.22
%31.46
%32.32

CMYK color model

#FBDAE0 color CMYK value is (0,13,11,2).

  • cyan value is 0.00%
  • magenta value is 13.15%
  • yellow value is 10.76%
  • key color value is 1.57%
CMYK:
(0,13,11,2)
C0M13Y11K2 
(0%,13%,11%,2%)
(0.00/0.13/0.11/0.02)	

CMYK percentages

%0
%13.15
%10.76
%1.57

Codes

Color #FBDAE0 in popluar color models

FBDAE0
RGB251218224
HSL349°80.49%91.96%
HSB/HSV349°13.15%98.43%
CMYK0.00%13.15%10.76%
1.57%

Color #FBDAE0 in popluar number systems.

HEXFBDAE0
Decimal251218224
Binary111110111101101011100000
Octal373332340

Shades and tints

Shades of #FBDAE0

#FBDAE0
(251,218,224)
#E5C7CC
(229,199,204)
#CFB4B8
(207,180,184)
#B9A1A4
(185,161,164)
#A38E90
(163,142,144)
#8D7B7C
(141,123,124)
#776868
(119,104,104)
#615554
(97,85,84)
#4B4240
(75,66,64)
#352F2C
(53,47,44)
#1F1C18
(31,28,24)
#000000
(0,0,0)

Tints of #FBDAE0

#FBDAE0
(251,218,224)
#FBDDE2
(251,221,226)
#FBE0E4
(251,224,228)
#FBE3E6
(251,227,230)
#FBE6E8
(251,230,232)
#FBE9EA
(251,233,234)
#FBECEC
(251,236,236)
#FBEFEE
(251,239,238)
#FBF2F0
(251,242,240)
#FBF5F2
(251,245,242)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDAE0; }

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

This text font color is #FBDAE0.


Background Color

.myBgColor { background-color: #FBDAE0; }

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

This div background color is #FBDAE0.


Border color

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

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

This div border color is #FBDAE0.


Opacity

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

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

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

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

This text has shadow with #FBDAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDAE0 on black background.


Color preview on white background

This text has color #FBDAE0 on white background.



Black color preview on #FBDAE0 background

This text has black color on #FBDAE0 background.


White color preview on #FBDAE0 background

This text has white color on #FBDAE0 background.