COLOR #FBD4EA

HEX: #FBD4EA
RGB: (251,212,234)

Color info

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

RGB color model

#FBD4EA color RGB value is (251,212,234).

  • red value is 251;
  • green value is 212;
  • blue value is 234.
RGB:
(251,212,234)
(98%,83%,92%)

RGB channels and saturation

R 251 of 255 = 98%
G 212 of 255 = 83%
B 234 of 255 = 92%

251
212
234

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

Portions of RGB colors in percentages

R + G + B =
251 + 212 + 234 = 697 (100%)
R 251 of 697 ~ 36.01%
G 212 of 697 ~ 30.42%
B 234 of 697 ~ 33.57%

%36.01
%30.42
%33.57

CMYK color model

#FBD4EA color CMYK value is (0,16,7,2).

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 6.77%
  • key color value is 1.57%
CMYK:
(0,16,7,2)
C0M16Y7K2 
(0%,16%,7%,2%)
(0.00/0.16/0.07/0.02)	

CMYK percentages

%0
%15.54
%6.77
%1.57

Codes

Color #FBD4EA in popluar color models

FBD4EA
RGB251212234
HSL326°82.98%90.78%
HSB/HSV326°15.54%98.43%
CMYK0.00%15.54%6.77%
1.57%

Color #FBD4EA in popluar number systems.

HEXFBD4EA
Decimal251212234
Binary111110111101010011101010
Octal373324352

Shades and tints

Shades of #FBD4EA

#FBD4EA
(251,212,234)
#E5C1D5
(229,193,213)
#CFAEC0
(207,174,192)
#B99BAB
(185,155,171)
#A38896
(163,136,150)
#8D7581
(141,117,129)
#77626C
(119,98,108)
#614F57
(97,79,87)
#4B3C42
(75,60,66)
#35292D
(53,41,45)
#1F1618
(31,22,24)
#000000
(0,0,0)

Tints of #FBD4EA

#FBD4EA
(251,212,234)
#FBD7EB
(251,215,235)
#FBDAEC
(251,218,236)
#FBDDED
(251,221,237)
#FBE0EE
(251,224,238)
#FBE3EF
(251,227,239)
#FBE6F0
(251,230,240)
#FBE9F1
(251,233,241)
#FBECF2
(251,236,242)
#FBEFF3
(251,239,243)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD4EA color. Also use rgb(251,212,234) instead hex code.

Text Font Color

.myTextColor { color: #FBD4EA; }

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

This text font color is #FBD4EA.


Background Color

.myBgColor { background-color: #FBD4EA; }

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

This div background color is #FBD4EA.


Border color

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

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

This div border color is #FBD4EA.


Opacity

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

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

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

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

This text has shadow with #FBD4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD4EA on black background.


Color preview on white background

This text has color #FBD4EA on white background.



Black color preview on #FBD4EA background

This text has black color on #FBD4EA background.


White color preview on #FBD4EA background

This text has white color on #FBD4EA background.