COLOR #FBCEA4

HEX: #FBCEA4 RGB: (251,206,164)

Color info

#FBCEA4 contains mainly red and green colors. Web safe color of #FBCEA4 is #FFCC99 (or #FC9).

RGB color model

#FBCEA4 color RGB value is (251,206,164).

RGB: (251,206,164) (98%, 81%, 64%)

RGB channels and saturation

R 251 of 255 = 98%
G 206 of 255 = 81%
B 164 of 255 = 64%

251
206
164

R + G + B ~ 81%. #FBCEA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 206 + 164 = 621 (100%)
R 251 of 621 ~ 40.42%
G 206 of 621 ~ 33.17%
B 164 of 621 ~ 26.41'%

%40.42
%33.17
%26.41

CMYK color model

#FBCEA4 color CMYK value is (0,18,35,2).

  • cyan value is 0.00%
  • magenta value is 17.93%
  • yellow value is 34.66%
  • key color value is 1.57%

CMYK: (0,18,35,2)
C0M18Y35K2 (0%, 18%, 35%, 2%)
(0.00 / 0.18 / 0.35 / 0.02)

CMYK percentages

%0
%17.93
%34.66
%1.57

Codes

Color #FBCEA4 in popluar color models

FB CE A4
RGB 251 206 164
HSL 29° 91.58% 81.37%
HSB/HSV 29° 34.66% 98.43%
CMYK 0.00% 17.93% 34.66%
1.57%

Color #FBCEA4 in popluar number systems.

HEX FB CE A4
Decimal 251 206 164
Binary 11111011 11001110 10100100
Octal 373 316 244

Shades and tints

Shades of #FBCEA4

#FBCEA4
(251,206,164)
#E5BC96
(229,188,150)
#CFAA88
(207,170,136)
#B9987A
(185,152,122)
#A3866C
(163,134,108)
#8D745E
(141,116,94)
#776250
(119,98,80)
#615042
(97,80,66)
#4B3E34
(75,62,52)
#352C26
(53,44,38)
#1F1A18
(31,26,24)
#000000
(0,0,0)

Tints of #FBCEA4

#FBCEA4
(251,206,164)
#FBD2AC
(251,210,172)
#FBD6B4
(251,214,180)
#FBDABC
(251,218,188)
#FBDEC4
(251,222,196)
#FBE2CC
(251,226,204)
#FBE6D4
(251,230,212)
#FBEADC
(251,234,220)
#FBEEE4
(251,238,228)
#FBF2EC
(251,242,236)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBCEA4 color. Also use rgb(251,206,164) instead hex code.

Text Font Color

.myTextColor { color: #FBCEA4; }

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

This text font color is #FBCEA4.

Background Color

.myBgColor { background-color: #FBCEA4; }

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

This div background color is #FBCEA4.

Border color

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

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

This div border color is #FBCEA4.

Opacity

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

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

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

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

This text has shadow with #FBCEA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBCEA4.

Preview

Color preview on black background

This text has color #FBCEA4 on black background.


Color preview on white background

This text has color #FBCEA4 on white background.


Black color preview on #FBCEA4 background

This text has black color on #FBCEA4 background.


White color preview on #FBCEA4 background

This text has white color on #FBCEA4 background.


Related colors

Complementary color

Complementary color for #hex is #04315B.


I love getcolorcode.com

Triadic colors

1 #A4FBCE and #CEA4FB with #FBCEA4 are triadic colors.

2 #A4CEFB and #CEFBA4 with #FBCEA4 are triadic colors.