COLOR #FBD1E4

HEX: #FBD1E4
RGB: (251,209,228)

Color info

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

RGB color model

#FBD1E4 color RGB value is (251,209,228).

  • red value is 251;
  • green value is 209;
  • blue value is 228.
RGB:
(251,209,228)
(98%,82%,89%)

RGB channels and saturation

R 251 of 255 = 98%
G 209 of 255 = 82%
B 228 of 255 = 89%

251
209
228

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

Portions of RGB colors in percentages

R + G + B =
251 + 209 + 228 = 688 (100%)
R 251 of 688 ~ 36.48%
G 209 of 688 ~ 30.38%
B 228 of 688 ~ 33.14%

%36.48
%30.38
%33.14

CMYK color model

#FBD1E4 color CMYK value is (0,17,9,2).

  • cyan value is 0.00%
  • magenta value is 16.73%
  • yellow value is 9.16%
  • key color value is 1.57%
CMYK:
(0,17,9,2)
C0M17Y9K2 
(0%,17%,9%,2%)
(0.00/0.17/0.09/0.02)	

CMYK percentages

%0
%16.73
%9.16
%1.57

Codes

Color #FBD1E4 in popluar color models

FBD1E4
RGB251209228
HSL333°84.00%90.20%
HSB/HSV333°16.73%98.43%
CMYK0.00%16.73%9.16%
1.57%

Color #FBD1E4 in popluar number systems.

HEXFBD1E4
Decimal251209228
Binary111110111101000111100100
Octal373321344

Shades and tints

Shades of #FBD1E4

#FBD1E4
(251,209,228)
#E5BED0
(229,190,208)
#CFABBC
(207,171,188)
#B998A8
(185,152,168)
#A38594
(163,133,148)
#8D7280
(141,114,128)
#775F6C
(119,95,108)
#614C58
(97,76,88)
#4B3944
(75,57,68)
#352630
(53,38,48)
#1F131C
(31,19,28)
#000000
(0,0,0)

Tints of #FBD1E4

#FBD1E4
(251,209,228)
#FBD5E6
(251,213,230)
#FBD9E8
(251,217,232)
#FBDDEA
(251,221,234)
#FBE1EC
(251,225,236)
#FBE5EE
(251,229,238)
#FBE9F0
(251,233,240)
#FBEDF2
(251,237,242)
#FBF1F4
(251,241,244)
#FBF5F6
(251,245,246)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD1E4 color. Also use rgb(251,209,228) instead hex code.

Text Font Color

.myTextColor { color: #FBD1E4; }

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

This text font color is #FBD1E4.


Background Color

.myBgColor { background-color: #FBD1E4; }

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

This div background color is #FBD1E4.


Border color

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

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

This div border color is #FBD1E4.


Opacity

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

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

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

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

This text has shadow with #FBD1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD1E4 on black background.


Color preview on white background

This text has color #FBD1E4 on white background.



Black color preview on #FBD1E4 background

This text has black color on #FBD1E4 background.


White color preview on #FBD1E4 background

This text has white color on #FBD1E4 background.