COLOR #FBD0E9

HEX: #FBD0E9 RGB: (251,208,233)

Color info

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

RGB color model

#FBD0E9 color RGB value is (251,208,233).

RGB: (251,208,233) (98%, 82%, 91%)

RGB channels and saturation

R 251 of 255 = 98%
G 208 of 255 = 82%
B 233 of 255 = 91%

251
208
233

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

Portions of RGB colors in percentages

R + G + B = 251 + 208 + 233 = 692 (100%)
R 251 of 692 ~ 36.27%
G 208 of 692 ~ 30.06%
B 233 of 692 ~ 33.67'%

%36.27
%30.06
%33.67

CMYK color model

#FBD0E9 color CMYK value is (0,17,7,2).

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 7.17%
  • key color value is 1.57%

CMYK: (0,17,7,2)
C0M17Y7K2 (0%, 17%, 7%, 2%)
(0.00 / 0.17 / 0.07 / 0.02)

CMYK percentages

%0
%17.13
%7.17
%1.57

Codes

Color #FBD0E9 in popluar color models

FB D0 E9
RGB 251 208 233
HSL 325° 84.31% 90.00%
HSB/HSV 325° 17.13% 98.43%
CMYK 0.00% 17.13% 7.17%
1.57%

Color #FBD0E9 in popluar number systems.

HEX FB D0 E9
Decimal 251 208 233
Binary 11111011 11010000 11101001
Octal 373 320 351

Shades and tints

Shades of #FBD0E9

#FBD0E9
(251,208,233)
#E5BED4
(229,190,212)
#CFACBF
(207,172,191)
#B99AAA
(185,154,170)
#A38895
(163,136,149)
#8D7680
(141,118,128)
#77646B
(119,100,107)
#615256
(97,82,86)
#4B4041
(75,64,65)
#352E2C
(53,46,44)
#1F1C17
(31,28,23)
#000000
(0,0,0)

Tints of #FBD0E9

#FBD0E9
(251,208,233)
#FBD4EB
(251,212,235)
#FBD8ED
(251,216,237)
#FBDCEF
(251,220,239)
#FBE0F1
(251,224,241)
#FBE4F3
(251,228,243)
#FBE8F5
(251,232,245)
#FBECF7
(251,236,247)
#FBF0F9
(251,240,249)
#FBF4FB
(251,244,251)
#FBF8FD
(251,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD0E9; }

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

This text font color is #FBD0E9.

Background Color

.myBgColor { background-color: #FBD0E9; }

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

This div background color is #FBD0E9.

Border color

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

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

This div border color is #FBD0E9.

Opacity

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

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

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

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

This text has shadow with #FBD0E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBD0E9.

Preview

Color preview on black background

This text has color #FBD0E9 on black background.


Color preview on white background

This text has color #FBD0E9 on white background.


Black color preview on #FBD0E9 background

This text has black color on #FBD0E9 background.


White color preview on #FBD0E9 background

This text has white color on #FBD0E9 background.


Related colors

Complementary color

Complementary color for #hex is #042F16.


I love getcolorcode.com

Triadic colors

1 #E9FBD0 and #D0E9FB with #FBD0E9 are triadic colors.

2 #E9D0FB and #D0FBE9 with #FBD0E9 are triadic colors.