COLOR #FCFFEE

HEX: #FCFFEE RGB: (252,255,238)

Color info

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

RGB color model

#FCFFEE color RGB value is (252,255,238).

RGB: (252,255,238) (99%, 100%, 93%)

RGB channels and saturation

R 252 of 255 = 99%
G 255 of 255 = 100%
B 238 of 255 = 93%

252
255
238

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

Portions of RGB colors in percentages

R + G + B = 252 + 255 + 238 = 745 (100%)
R 252 of 745 ~ 33.83%
G 255 of 745 ~ 34.23%
B 238 of 745 ~ 31.95'%

%33.83
%34.23
%31.95

CMYK color model

#FCFFEE color CMYK value is (1,0,7,0).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 0.00%

CMYK: (1,0,7,0)
C1M0Y7K0 (1%, 0%, 7%, 0%)
(0.01 / 0.00 / 0.07 / 0.00)

CMYK percentages

%1.18
%0
%6.67
%0

Codes

Color #FCFFEE in popluar color models

FC FF EE
RGB 252 255 238
HSL 71° 100.00% 96.67%
HSB/HSV 71° 6.67% 100.00%
CMYK 1.18% 0.00% 6.67%
0.00%

Color #FCFFEE in popluar number systems.

HEX FC FF EE
Decimal 252 255 238
Binary 11111100 11111111 11101110
Octal 374 377 356

Shades and tints

Shades of #FCFFEE

#FCFFEE
(252,255,238)
#E6E8D9
(230,232,217)
#D0D1C4
(208,209,196)
#BABAAF
(186,186,175)
#A4A39A
(164,163,154)
#8E8C85
(142,140,133)
#787570
(120,117,112)
#625E5B
(98,94,91)
#4C4746
(76,71,70)
#363031
(54,48,49)
#20191C
(32,25,28)
#000000
(0,0,0)

Tints of #FCFFEE

#FCFFEE
(252,255,238)
#FCFFEF
(252,255,239)
#FCFFF0
(252,255,240)
#FCFFF1
(252,255,241)
#FCFFF2
(252,255,242)
#FCFFF3
(252,255,243)
#FCFFF4
(252,255,244)
#FCFFF5
(252,255,245)
#FCFFF6
(252,255,246)
#FCFFF7
(252,255,247)
#FCFFF8
(252,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFFEE; }

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

This text font color is #FCFFEE.

Background Color

.myBgColor { background-color: #FCFFEE; }

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

This div background color is #FCFFEE.

Border color

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

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

This div border color is #FCFFEE.

Opacity

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

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

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

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

This text has shadow with #FCFFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFFEE.

Preview

Color preview on black background

This text has color #FCFFEE on black background.


Color preview on white background

This text has color #FCFFEE on white background.


Black color preview on #FCFFEE background

This text has black color on #FCFFEE background.


White color preview on #FCFFEE background

This text has white color on #FCFFEE background.


Related colors

Complementary color

Complementary color for #hex is #030011.


I love getcolorcode.com

Triadic colors

1 #EEFCFF and #FFEEFC with #FCFFEE are triadic colors.

2 #EEFFFC and #FFFCEE with #FCFFEE are triadic colors.