COLOR #FBEAAE

HEX: #FBEAAE RGB: (251,234,174)

Color info

#FBEAAE contains mainly red and green colors. Web safe color of #FBEAAE is #FFFF99 (or #FF9).

RGB color model

#FBEAAE color RGB value is (251,234,174).

RGB: (251,234,174) (98%, 92%, 68%)

RGB channels and saturation

R 251 of 255 = 98%
G 234 of 255 = 92%
B 174 of 255 = 68%

251
234
174

R + G + B ~ 86%. #FBEAAE is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 234 + 174 = 659 (100%)
R 251 of 659 ~ 38.09%
G 234 of 659 ~ 35.51%
B 174 of 659 ~ 26.4'%

%38.09
%35.51
%26.4

CMYK color model

#FBEAAE color CMYK value is (0,7,31,2).

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

CMYK: (0,7,31,2)
C0M7Y31K2 (0%, 7%, 31%, 2%)
(0.00 / 0.07 / 0.31 / 0.02)

CMYK percentages

%0
%6.77
%30.68
%1.57

Codes

Color #FBEAAE in popluar color models

FB EA AE
RGB 251 234 174
HSL 47° 90.59% 83.33%
HSB/HSV 47° 30.68% 98.43%
CMYK 0.00% 6.77% 30.68%
1.57%

Color #FBEAAE in popluar number systems.

HEX FB EA AE
Decimal 251 234 174
Binary 11111011 11101010 10101110
Octal 373 352 256

Shades and tints

Shades of #FBEAAE

#FBEAAE
(251,234,174)
#E5D59F
(229,213,159)
#CFC090
(207,192,144)
#B9AB81
(185,171,129)
#A39672
(163,150,114)
#8D8163
(141,129,99)
#776C54
(119,108,84)
#615745
(97,87,69)
#4B4236
(75,66,54)
#352D27
(53,45,39)
#1F1818
(31,24,24)
#000000
(0,0,0)

Tints of #FBEAAE

#FBEAAE
(251,234,174)
#FBEBB5
(251,235,181)
#FBECBC
(251,236,188)
#FBEDC3
(251,237,195)
#FBEECA
(251,238,202)
#FBEFD1
(251,239,209)
#FBF0D8
(251,240,216)
#FBF1DF
(251,241,223)
#FBF2E6
(251,242,230)
#FBF3ED
(251,243,237)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEAAE; }

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

This text font color is #FBEAAE.

Background Color

.myBgColor { background-color: #FBEAAE; }

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

This div background color is #FBEAAE.

Border color

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

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

This div border color is #FBEAAE.

Opacity

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

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

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

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

This text has shadow with #FBEAAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEAAE.

Preview

Color preview on black background

This text has color #FBEAAE on black background.


Color preview on white background

This text has color #FBEAAE on white background.


Black color preview on #FBEAAE background

This text has black color on #FBEAAE background.


White color preview on #FBEAAE background

This text has white color on #FBEAAE background.


Related colors

Complementary color

Complementary color for #hex is #041551.


I love getcolorcode.com

Triadic colors

1 #AEFBEA and #EAAEFB with #FBEAAE are triadic colors.

2 #AEEAFB and #EAFBAE with #FBEAAE are triadic colors.