COLOR #FBD4E9

HEX: #FBD4E9
RGB: (251,212,233)

Color info

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

RGB color model

#FBD4E9 color RGB value is (251,212,233).

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

RGB channels and saturation

R 251 of 255 = 98%
G 212 of 255 = 83%
B 233 of 255 = 91%

251
212
233

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

Portions of RGB colors in percentages

R + G + B =
251 + 212 + 233 = 696 (100%)
R 251 of 696 ~ 36.06%
G 212 of 696 ~ 30.46%
B 233 of 696 ~ 33.48%

%36.06
%30.46
%33.48

CMYK color model

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

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

Codes

Color #FBD4E9 in popluar color models

FBD4E9
RGB251212233
HSL328°82.98%90.78%
HSB/HSV328°15.54%98.43%
CMYK0.00%15.54%7.17%
1.57%

Color #FBD4E9 in popluar number systems.

HEXFBD4E9
Decimal251212233
Binary111110111101010011101001
Octal373324351

Shades and tints

Shades of #FBD4E9

#FBD4E9
(251,212,233)
#E5C1D4
(229,193,212)
#CFAEBF
(207,174,191)
#B99BAA
(185,155,170)
#A38895
(163,136,149)
#8D7580
(141,117,128)
#77626B
(119,98,107)
#614F56
(97,79,86)
#4B3C41
(75,60,65)
#35292C
(53,41,44)
#1F1617
(31,22,23)
#000000
(0,0,0)

Tints of #FBD4E9

#FBD4E9
(251,212,233)
#FBD7EB
(251,215,235)
#FBDAED
(251,218,237)
#FBDDEF
(251,221,239)
#FBE0F1
(251,224,241)
#FBE3F3
(251,227,243)
#FBE6F5
(251,230,245)
#FBE9F7
(251,233,247)
#FBECF9
(251,236,249)
#FBEFFB
(251,239,251)
#FBF2FD
(251,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD4E9; }

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

This text font color is #FBD4E9.


Background Color

.myBgColor { background-color: #FBD4E9; }

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

This div background color is #FBD4E9.


Border color

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

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

This div border color is #FBD4E9.


Opacity

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

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

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

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

This text has shadow with #FBD4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD4E9 on black background.


Color preview on white background

This text has color #FBD4E9 on white background.



Black color preview on #FBD4E9 background

This text has black color on #FBD4E9 background.


White color preview on #FBD4E9 background

This text has white color on #FBD4E9 background.