COLOR #FBE6CC

HEX: #FBE6CC RGB: (251,230,204)

Color info

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

RGB color model

#FBE6CC color RGB value is (251,230,204).

RGB: (251,230,204) (98%, 90%, 80%)

RGB channels and saturation

R 251 of 255 = 98%
G 230 of 255 = 90%
B 204 of 255 = 80%

251
230
204

R + G + B ~ 89%. #FBE6CC is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 230 + 204 = 685 (100%)
R 251 of 685 ~ 36.64%
G 230 of 685 ~ 33.58%
B 204 of 685 ~ 29.78'%

%36.64
%33.58
%29.78

CMYK color model

#FBE6CC color CMYK value is (0,8,19,2).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 18.73%
  • key color value is 1.57%
CMYK: (0,8,19,2) C0M8Y19K2 (0%,8%,19%,2%) (0.00/0.08/0.19/0.02) 

CMYK percentages

%0
%8.37
%18.73
%1.57

Codes

Color #FBE6CC in popluar color models

FB E6 CC
RGB 251 230 204
HSL 33° 85.45% 89.22%
HSB/HSV 33° 18.73% 98.43%
CMYK 0.00% 8.37% 18.73%
1.57%

Color #FBE6CC in popluar number systems.

HEX FB E6 CC
Decimal 251 230 204
Binary 11111011 11100110 11001100
Octal 373 346 314

Shades and tints

Shades of #FBE6CC

#FBE6CC
(251,230,204)
#E5D2BA
(229,210,186)
#CFBEA8
(207,190,168)
#B9AA96
(185,170,150)
#A39684
(163,150,132)
#8D8272
(141,130,114)
#776E60
(119,110,96)
#615A4E
(97,90,78)
#4B463C
(75,70,60)
#35322A
(53,50,42)
#1F1E18
(31,30,24)
#000000
(0,0,0)

Tints of #FBE6CC

#FBE6CC
(251,230,204)
#FBE8D0
(251,232,208)
#FBEAD4
(251,234,212)
#FBECD8
(251,236,216)
#FBEEDC
(251,238,220)
#FBF0E0
(251,240,224)
#FBF2E4
(251,242,228)
#FBF4E8
(251,244,232)
#FBF6EC
(251,246,236)
#FBF8F0
(251,248,240)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE6CC color. Also use rgb(251,230,204) instead hex code.

Text Font Color

.myTextColor { color: #FBE6CC; }

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

This text font color is #FBE6CC.

Background Color

.myBgColor { background-color: #FBE6CC; }

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

This div background color is #FBE6CC.

Border color

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

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

This div border color is #FBE6CC.

Opacity

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

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

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

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

This text has shadow with #FBE6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE6CC.

Preview

Color preview on black background

This text has color #FBE6CC on black background.


Color preview on white background

This text has color #FBE6CC on white background.


Black color preview on #FBE6CC background

This text has black color on #FBE6CC background.


White color preview on #FBE6CC background

This text has white color on #FBE6CC background.


Related colors

Complementary color

Complementary color for #hex is #041933.


I love getcolorcode.com

Triadic colors

1 #CCFBE6 and #E6CCFB with #FBE6CC are triadic colors.

2 #CCE6FB and #E6FBCC with #FBE6CC are triadic colors.