COLOR #FBEAED

HEX: #FBEAED RGB: (251,234,237)

Color info

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

RGB color model

#FBEAED color RGB value is (251,234,237).

RGB: (251,234,237) (98%, 92%, 93%)

RGB channels and saturation

R 251 of 255 = 98%
G 234 of 255 = 92%
B 237 of 255 = 93%

251
234
237

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

Portions of RGB colors in percentages

R + G + B = 251 + 234 + 237 = 722 (100%)
R 251 of 722 ~ 34.76%
G 234 of 722 ~ 32.41%
B 237 of 722 ~ 32.83'%

%34.76
%32.41
%32.83

CMYK color model

#FBEAED color CMYK value is (0,7,6,2).

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

CMYK: (0,7,6,2)
C0M7Y6K2 (0%, 7%, 6%, 2%)
(0.00 / 0.07 / 0.06 / 0.02)

CMYK percentages

%0
%6.77
%5.58
%1.57

Codes

Color #FBEAED in popluar color models

FB EA ED
RGB 251 234 237
HSL 349° 68.00% 95.10%
HSB/HSV 349° 6.77% 98.43%
CMYK 0.00% 6.77% 5.58%
1.57%

Color #FBEAED in popluar number systems.

HEX FB EA ED
Decimal 251 234 237
Binary 11111011 11101010 11101101
Octal 373 352 355

Shades and tints

Shades of #FBEAED

#FBEAED
(251,234,237)
#E5D5D8
(229,213,216)
#CFC0C3
(207,192,195)
#B9ABAE
(185,171,174)
#A39699
(163,150,153)
#8D8184
(141,129,132)
#776C6F
(119,108,111)
#61575A
(97,87,90)
#4B4245
(75,66,69)
#352D30
(53,45,48)
#1F181B
(31,24,27)
#000000
(0,0,0)

Tints of #FBEAED

#FBEAED
(251,234,237)
#FBEBEE
(251,235,238)
#FBECEF
(251,236,239)
#FBEDF0
(251,237,240)
#FBEEF1
(251,238,241)
#FBEFF2
(251,239,242)
#FBF0F3
(251,240,243)
#FBF1F4
(251,241,244)
#FBF2F5
(251,242,245)
#FBF3F6
(251,243,246)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEAED; }

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

This text font color is #FBEAED.

Background Color

.myBgColor { background-color: #FBEAED; }

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

This div background color is #FBEAED.

Border color

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

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

This div border color is #FBEAED.

Opacity

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

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

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

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

This text has shadow with #FBEAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEAED.

Preview

Color preview on black background

This text has color #FBEAED on black background.


Color preview on white background

This text has color #FBEAED on white background.


Black color preview on #FBEAED background

This text has black color on #FBEAED background.


White color preview on #FBEAED background

This text has white color on #FBEAED background.


Related colors

Complementary color

Complementary color for #hex is #041512.


I love getcolorcode.com

Triadic colors

1 #EDFBEA and #EAEDFB with #FBEAED are triadic colors.

2 #EDEAFB and #EAFBED with #FBEAED are triadic colors.