COLOR #FBEAE8

HEX: #FBEAE8 RGB: (251,234,232)

Color info

#FBEAE8 contains red, green and blue colors in about the same proportion. Web safe color of #FBEAE8 is #FFFFFF (or #FFF).

RGB color model

#FBEAE8 color RGB value is (251,234,232).

RGB: (251,234,232) (98%, 92%, 91%)

RGB channels and saturation

R 251 of 255 = 98%
G 234 of 255 = 92%
B 232 of 255 = 91%

251
234
232

R + G + B ~ 94%. #FBEAE8 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 234 + 232 = 717 (100%)
R 251 of 717 ~ 35.01%
G 234 of 717 ~ 32.64%
B 232 of 717 ~ 32.36'%

%35.01
%32.64
%32.36

CMYK color model

#FBEAE8 color CMYK value is (0,7,8,2).

  • cyan value is 0.00%
  • magenta value is 6.77%
  • yellow value is 7.57%
  • key color value is 1.57%

CMYK: (0,7,8,2)
C0M7Y8K2 (0%, 7%, 8%, 2%)
(0.00 / 0.07 / 0.08 / 0.02)

CMYK percentages

%0
%6.77
%7.57
%1.57

Codes

Color #FBEAE8 in popluar color models

FB EA E8
RGB 251 234 232
HSL 70.37% 94.71%
HSB/HSV 7.57% 98.43%
CMYK 0.00% 6.77% 7.57%
1.57%

Color #FBEAE8 in popluar number systems.

HEX FB EA E8
Decimal 251 234 232
Binary 11111011 11101010 11101000
Octal 373 352 350

Shades and tints

Shades of #FBEAE8

#FBEAE8
(251,234,232)
#E5D5D3
(229,213,211)
#CFC0BE
(207,192,190)
#B9ABA9
(185,171,169)
#A39694
(163,150,148)
#8D817F
(141,129,127)
#776C6A
(119,108,106)
#615755
(97,87,85)
#4B4240
(75,66,64)
#352D2B
(53,45,43)
#1F1816
(31,24,22)
#000000
(0,0,0)

Tints of #FBEAE8

#FBEAE8
(251,234,232)
#FBEBEA
(251,235,234)
#FBECEC
(251,236,236)
#FBEDEE
(251,237,238)
#FBEEF0
(251,238,240)
#FBEFF2
(251,239,242)
#FBF0F4
(251,240,244)
#FBF1F6
(251,241,246)
#FBF2F8
(251,242,248)
#FBF3FA
(251,243,250)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEAE8; }

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

This text font color is #FBEAE8.

Background Color

.myBgColor { background-color: #FBEAE8; }

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

This div background color is #FBEAE8.

Border color

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

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

This div border color is #FBEAE8.

Opacity

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

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

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

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

This text has shadow with #FBEAE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEAE8.

Preview

Color preview on black background

This text has color #FBEAE8 on black background.


Color preview on white background

This text has color #FBEAE8 on white background.


Black color preview on #FBEAE8 background

This text has black color on #FBEAE8 background.


White color preview on #FBEAE8 background

This text has white color on #FBEAE8 background.


Related colors

Complementary color

Complementary color for #hex is #041517.


I love getcolorcode.com

Triadic colors

1 #E8FBEA and #EAE8FB with #FBEAE8 are triadic colors.

2 #E8EAFB and #EAFBE8 with #FBEAE8 are triadic colors.