COLOR #FBE0CA

HEX: #FBE0CA RGB: (251,224,202)

Color info

#FBE0CA contains red, green and blue colors in about the same proportion. Web safe color of #FBE0CA is #FFCCCC (or #FCC).

RGB color model

#FBE0CA color RGB value is (251,224,202).

RGB: (251,224,202) (98%, 88%, 79%)

RGB channels and saturation

R 251 of 255 = 98%
G 224 of 255 = 88%
B 202 of 255 = 79%

251
224
202

R + G + B ~ 88%. #FBE0CA is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 224 + 202 = 677 (100%)
R 251 of 677 ~ 37.08%
G 224 of 677 ~ 33.09%
B 202 of 677 ~ 29.84'%

%37.08
%33.09
%29.84

CMYK color model

#FBE0CA color CMYK value is (0,11,20,2).

  • cyan value is 0.00%
  • magenta value is 10.76%
  • yellow value is 19.52%
  • key color value is 1.57%

CMYK: (0,11,20,2)
C0M11Y20K2 (0%, 11%, 20%, 2%)
(0.00 / 0.11 / 0.20 / 0.02)

CMYK percentages

%0
%10.76
%19.52
%1.57

Codes

Color #FBE0CA in popluar color models

FB E0 CA
RGB 251 224 202
HSL 27° 85.96% 88.82%
HSB/HSV 27° 19.52% 98.43%
CMYK 0.00% 10.76% 19.52%
1.57%

Color #FBE0CA in popluar number systems.

HEX FB E0 CA
Decimal 251 224 202
Binary 11111011 11100000 11001010
Octal 373 340 312

Shades and tints

Shades of #FBE0CA

#FBE0CA
(251,224,202)
#E5CCB8
(229,204,184)
#CFB8A6
(207,184,166)
#B9A494
(185,164,148)
#A39082
(163,144,130)
#8D7C70
(141,124,112)
#77685E
(119,104,94)
#61544C
(97,84,76)
#4B403A
(75,64,58)
#352C28
(53,44,40)
#1F1816
(31,24,22)
#000000
(0,0,0)

Tints of #FBE0CA

#FBE0CA
(251,224,202)
#FBE2CE
(251,226,206)
#FBE4D2
(251,228,210)
#FBE6D6
(251,230,214)
#FBE8DA
(251,232,218)
#FBEADE
(251,234,222)
#FBECE2
(251,236,226)
#FBEEE6
(251,238,230)
#FBF0EA
(251,240,234)
#FBF2EE
(251,242,238)
#FBF4F2
(251,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE0CA color. Also use rgb(251,224,202) instead hex code.

Text Font Color

.myTextColor { color: #FBE0CA; }

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

This text font color is #FBE0CA.

Background Color

.myBgColor { background-color: #FBE0CA; }

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

This div background color is #FBE0CA.

Border color

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

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

This div border color is #FBE0CA.

Opacity

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

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

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

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

This text has shadow with #FBE0CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE0CA.

Preview

Color preview on black background

This text has color #FBE0CA on black background.


Color preview on white background

This text has color #FBE0CA on white background.


Black color preview on #FBE0CA background

This text has black color on #FBE0CA background.


White color preview on #FBE0CA background

This text has white color on #FBE0CA background.


Related colors

Complementary color

Complementary color for #hex is #041F35.


I love getcolorcode.com

Triadic colors

1 #CAFBE0 and #E0CAFB with #FBE0CA are triadic colors.

2 #CAE0FB and #E0FBCA with #FBE0CA are triadic colors.