COLOR #FBEAD8

HEX: #FBEAD8
RGB: (251,234,216)

Color info

#FBEAD8 contains red, green and blue colors in about the same proportion. Web safe color of #FBEAD8 is #FFFFCC (or #FFC).

RGB color model

#FBEAD8 color RGB value is (251,234,216).

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

RGB channels and saturation

R 251 of 255 = 98%
G 234 of 255 = 92%
B 216 of 255 = 85%

251
234
216

R + G + B ~ 92%. #FBEAD8 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 234 + 216 = 701 (100%)
R 251 of 701 ~ 35.81%
G 234 of 701 ~ 33.38%
B 216 of 701 ~ 30.81%

%35.81
%33.38
%30.81

CMYK color model

#FBEAD8 color CMYK value is (0,7,14,2).

  • cyan value is 0.00%
  • magenta value is 6.77%
  • yellow value is 13.94%
  • key color value is 1.57%
CMYK:
(0,7,14,2)
C0M7Y14K2 
(0%,7%,14%,2%)
(0.00/0.07/0.14/0.02)	

CMYK percentages

%0
%6.77
%13.94
%1.57

Codes

Color #FBEAD8 in popluar color models

FBEAD8
RGB251234216
HSL31°81.40%91.57%
HSB/HSV31°13.94%98.43%
CMYK0.00%6.77%13.94%
1.57%

Color #FBEAD8 in popluar number systems.

HEXFBEAD8
Decimal251234216
Binary111110111110101011011000
Octal373352330

Shades and tints

Shades of #FBEAD8

#FBEAD8
(251,234,216)
#E5D5C5
(229,213,197)
#CFC0B2
(207,192,178)
#B9AB9F
(185,171,159)
#A3968C
(163,150,140)
#8D8179
(141,129,121)
#776C66
(119,108,102)
#615753
(97,87,83)
#4B4240
(75,66,64)
#352D2D
(53,45,45)
#1F181A
(31,24,26)
#000000
(0,0,0)

Tints of #FBEAD8

#FBEAD8
(251,234,216)
#FBEBDB
(251,235,219)
#FBECDE
(251,236,222)
#FBEDE1
(251,237,225)
#FBEEE4
(251,238,228)
#FBEFE7
(251,239,231)
#FBF0EA
(251,240,234)
#FBF1ED
(251,241,237)
#FBF2F0
(251,242,240)
#FBF3F3
(251,243,243)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEAD8; }

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

This text font color is #FBEAD8.


Background Color

.myBgColor { background-color: #FBEAD8; }

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

This div background color is #FBEAD8.


Border color

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

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

This div border color is #FBEAD8.


Opacity

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

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

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

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

This text has shadow with #FBEAD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEAD8 on black background.


Color preview on white background

This text has color #FBEAD8 on white background.



Black color preview on #FBEAD8 background

This text has black color on #FBEAD8 background.


White color preview on #FBEAD8 background

This text has white color on #FBEAD8 background.