COLOR #FCFBEE

HEX: #FCFBEE RGB: (252,251,238)

Color info

#FCFBEE contains red, green and blue colors in about the same proportion. Web safe color of #FCFBEE is #FFFFFF (or #FFF).

RGB color model

#FCFBEE color RGB value is (252,251,238).

RGB: (252,251,238) (99%, 98%, 93%)

RGB channels and saturation

R 252 of 255 = 99%
G 251 of 255 = 98%
B 238 of 255 = 93%

252
251
238

R + G + B ~ 97%. #FCFBEE is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 251 + 238 = 741 (100%)
R 252 of 741 ~ 34.01%
G 251 of 741 ~ 33.87%
B 238 of 741 ~ 32.12'%

%34.01
%33.87
%32.12

CMYK color model

#FCFBEE color CMYK value is (0,0,6,1).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 5.56%
  • key color value is 1.18%
CMYK: (0,0,6,1) C0M0Y6K1 (0%,0%,6%,1%) (0.00/0.00/0.06/0.01) 

CMYK percentages

%0
%0.4
%5.56
%1.18

Codes

Color #FCFBEE in popluar color models

FC FB EE
RGB 252 251 238
HSL 56° 70.00% 96.08%
HSB/HSV 56° 5.56% 98.82%
CMYK 0.00% 0.40% 5.56%
1.18%

Color #FCFBEE in popluar number systems.

HEX FC FB EE
Decimal 252 251 238
Binary 11111100 11111011 11101110
Octal 374 373 356

Shades and tints

Shades of #FCFBEE

#FCFBEE
(252,251,238)
#E6E5D9
(230,229,217)
#D0CFC4
(208,207,196)
#BAB9AF
(186,185,175)
#A4A39A
(164,163,154)
#8E8D85
(142,141,133)
#787770
(120,119,112)
#62615B
(98,97,91)
#4C4B46
(76,75,70)
#363531
(54,53,49)
#201F1C
(32,31,28)
#000000
(0,0,0)

Tints of #FCFBEE

#FCFBEE
(252,251,238)
#FCFBEF
(252,251,239)
#FCFBF0
(252,251,240)
#FCFBF1
(252,251,241)
#FCFBF2
(252,251,242)
#FCFBF3
(252,251,243)
#FCFBF4
(252,251,244)
#FCFBF5
(252,251,245)
#FCFBF6
(252,251,246)
#FCFBF7
(252,251,247)
#FCFBF8
(252,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCFBEE color. Also use rgb(252,251,238) instead hex code.

Text Font Color

.myTextColor { color: #FCFBEE; }

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

This text font color is #FCFBEE.

Background Color

.myBgColor { background-color: #FCFBEE; }

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

This div background color is #FCFBEE.

Border color

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

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

This div border color is #FCFBEE.

Opacity

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

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

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

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

This text has shadow with #FCFBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFBEE.

Preview

Color preview on black background

This text has color #FCFBEE on black background.


Color preview on white background

This text has color #FCFBEE on white background.


Black color preview on #FCFBEE background

This text has black color on #FCFBEE background.


White color preview on #FCFBEE background

This text has white color on #FCFBEE background.


Related colors

Complementary color

Complementary color for #hex is #030411.


I love getcolorcode.com

Triadic colors

1 #EEFCFB and #FBEEFC with #FCFBEE are triadic colors.

2 #EEFBFC and #FBFCEE with #FCFBEE are triadic colors.