COLOR #FBD5EA

HEX: #FBD5EA
RGB: (251,213,234)

Color info

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

RGB color model

#FBD5EA color RGB value is (251,213,234).

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

RGB channels and saturation

R 251 of 255 = 98%
G 213 of 255 = 84%
B 234 of 255 = 92%

251
213
234

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

Portions of RGB colors in percentages

R + G + B =
251 + 213 + 234 = 698 (100%)
R 251 of 698 ~ 35.96%
G 213 of 698 ~ 30.52%
B 234 of 698 ~ 33.52%

%35.96
%30.52
%33.52

CMYK color model

#FBD5EA color CMYK value is (0,15,7,2).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 6.77%
  • key color value is 1.57%
CMYK:
(0,15,7,2)
C0M15Y7K2 
(0%,15%,7%,2%)
(0.00/0.15/0.07/0.02)	

CMYK percentages

%0
%15.14
%6.77
%1.57

Codes

Color #FBD5EA in popluar color models

FBD5EA
RGB251213234
HSL327°82.61%90.98%
HSB/HSV327°15.14%98.43%
CMYK0.00%15.14%6.77%
1.57%

Color #FBD5EA in popluar number systems.

HEXFBD5EA
Decimal251213234
Binary111110111101010111101010
Octal373325352

Shades and tints

Shades of #FBD5EA

#FBD5EA
(251,213,234)
#E5C2D5
(229,194,213)
#CFAFC0
(207,175,192)
#B99CAB
(185,156,171)
#A38996
(163,137,150)
#8D7681
(141,118,129)
#77636C
(119,99,108)
#615057
(97,80,87)
#4B3D42
(75,61,66)
#352A2D
(53,42,45)
#1F1718
(31,23,24)
#000000
(0,0,0)

Tints of #FBD5EA

#FBD5EA
(251,213,234)
#FBD8EB
(251,216,235)
#FBDBEC
(251,219,236)
#FBDEED
(251,222,237)
#FBE1EE
(251,225,238)
#FBE4EF
(251,228,239)
#FBE7F0
(251,231,240)
#FBEAF1
(251,234,241)
#FBEDF2
(251,237,242)
#FBF0F3
(251,240,243)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD5EA; }

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

This text font color is #FBD5EA.


Background Color

.myBgColor { background-color: #FBD5EA; }

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

This div background color is #FBD5EA.


Border color

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

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

This div border color is #FBD5EA.


Opacity

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

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

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

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

This text has shadow with #FBD5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD5EA on black background.


Color preview on white background

This text has color #FBD5EA on white background.



Black color preview on #FBD5EA background

This text has black color on #FBD5EA background.


White color preview on #FBD5EA background

This text has white color on #FBD5EA background.