COLOR #FBE1D5

HEX: #FBE1D5
RGB: (251,225,213)

Color info

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

RGB color model

#FBE1D5 color RGB value is (251,225,213).

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

RGB channels and saturation

R 251 of 255 = 98%
G 225 of 255 = 88%
B 213 of 255 = 84%

251
225
213

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

Portions of RGB colors in percentages

R + G + B =
251 + 225 + 213 = 689 (100%)
R 251 of 689 ~ 36.43%
G 225 of 689 ~ 32.66%
B 213 of 689 ~ 30.91%

%36.43
%32.66
%30.91

CMYK color model

#FBE1D5 color CMYK value is (0,10,15,2).

  • cyan value is 0.00%
  • magenta value is 10.36%
  • yellow value is 15.14%
  • key color value is 1.57%
CMYK:
(0,10,15,2)
C0M10Y15K2 
(0%,10%,15%,2%)
(0.00/0.10/0.15/0.02)	

CMYK percentages

%0
%10.36
%15.14
%1.57

Codes

Color #FBE1D5 in popluar color models

FBE1D5
RGB251225213
HSL19°82.61%90.98%
HSB/HSV19°15.14%98.43%
CMYK0.00%10.36%15.14%
1.57%

Color #FBE1D5 in popluar number systems.

HEXFBE1D5
Decimal251225213
Binary111110111110000111010101
Octal373341325

Shades and tints

Shades of #FBE1D5

#FBE1D5
(251,225,213)
#E5CDC2
(229,205,194)
#CFB9AF
(207,185,175)
#B9A59C
(185,165,156)
#A39189
(163,145,137)
#8D7D76
(141,125,118)
#776963
(119,105,99)
#615550
(97,85,80)
#4B413D
(75,65,61)
#352D2A
(53,45,42)
#1F1917
(31,25,23)
#000000
(0,0,0)

Tints of #FBE1D5

#FBE1D5
(251,225,213)
#FBE3D8
(251,227,216)
#FBE5DB
(251,229,219)
#FBE7DE
(251,231,222)
#FBE9E1
(251,233,225)
#FBEBE4
(251,235,228)
#FBEDE7
(251,237,231)
#FBEFEA
(251,239,234)
#FBF1ED
(251,241,237)
#FBF3F0
(251,243,240)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE1D5; }

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

This text font color is #FBE1D5.


Background Color

.myBgColor { background-color: #FBE1D5; }

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

This div background color is #FBE1D5.


Border color

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

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

This div border color is #FBE1D5.


Opacity

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

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

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

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

This text has shadow with #FBE1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE1D5 on black background.


Color preview on white background

This text has color #FBE1D5 on white background.



Black color preview on #FBE1D5 background

This text has black color on #FBE1D5 background.


White color preview on #FBE1D5 background

This text has white color on #FBE1D5 background.