COLOR #FBEAE3

HEX: #FBEAE3
RGB: (251,234,227)

Color info

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

RGB color model

#FBEAE3 color RGB value is (251,234,227).

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

RGB channels and saturation

R 251 of 255 = 98%
G 234 of 255 = 92%
B 227 of 255 = 89%

251
234
227

R + G + B ~ 93%. #FBEAE3 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 234 + 227 = 712 (100%)
R 251 of 712 ~ 35.25%
G 234 of 712 ~ 32.87%
B 227 of 712 ~ 31.88%

%35.25
%32.87
%31.88

CMYK color model

#FBEAE3 color CMYK value is (0,7,10,2).

  • cyan value is 0.00%
  • magenta value is 6.77%
  • yellow value is 9.56%
  • key color value is 1.57%
CMYK:
(0,7,10,2)
C0M7Y10K2 
(0%,7%,10%,2%)
(0.00/0.07/0.10/0.02)	

CMYK percentages

%0
%6.77
%9.56
%1.57

Codes

Color #FBEAE3 in popluar color models

FBEAE3
RGB251234227
HSL18°75.00%93.73%
HSB/HSV18°9.56%98.43%
CMYK0.00%6.77%9.56%
1.57%

Color #FBEAE3 in popluar number systems.

HEXFBEAE3
Decimal251234227
Binary111110111110101011100011
Octal373352343

Shades and tints

Shades of #FBEAE3

#FBEAE3
(251,234,227)
#E5D5CF
(229,213,207)
#CFC0BB
(207,192,187)
#B9ABA7
(185,171,167)
#A39693
(163,150,147)
#8D817F
(141,129,127)
#776C6B
(119,108,107)
#615757
(97,87,87)
#4B4243
(75,66,67)
#352D2F
(53,45,47)
#1F181B
(31,24,27)
#000000
(0,0,0)

Tints of #FBEAE3

#FBEAE3
(251,234,227)
#FBEBE5
(251,235,229)
#FBECE7
(251,236,231)
#FBEDE9
(251,237,233)
#FBEEEB
(251,238,235)
#FBEFED
(251,239,237)
#FBF0EF
(251,240,239)
#FBF1F1
(251,241,241)
#FBF2F3
(251,242,243)
#FBF3F5
(251,243,245)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEAE3; }

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

This text font color is #FBEAE3.


Background Color

.myBgColor { background-color: #FBEAE3; }

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

This div background color is #FBEAE3.


Border color

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

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

This div border color is #FBEAE3.


Opacity

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

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

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

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

This text has shadow with #FBEAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEAE3 on black background.


Color preview on white background

This text has color #FBEAE3 on white background.



Black color preview on #FBEAE3 background

This text has black color on #FBEAE3 background.


White color preview on #FBEAE3 background

This text has white color on #FBEAE3 background.