COLOR #FFFCEE

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

Color info

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

RGB color model

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

  • red value is 255;
  • green value is 252;
  • blue value is 238.
RGB:
(255,252,238)
(100%,99%,93%)

RGB channels and saturation

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

255
252
238

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

Portions of RGB colors in percentages

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

%34.23
%33.83
%31.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(0,1,7,0)
C0M1Y7K0 
(0%,1%,7%,0%)
(0.00/0.01/0.07/0.00)	

CMYK percentages

%0
%1.18
%6.67
%0

Codes

Color #FFFCEE in popluar color models

FFFCEE
RGB255252238
HSL49°100.00%96.67%
HSB/HSV49°6.67%100.00%
CMYK0.00%1.18%6.67%
0.00%

Color #FFFCEE in popluar number systems.

HEXFFFCEE
Decimal255252238
Binary111111111111110011101110
Octal377374356

Shades and tints

Shades of #FFFCEE

#FFFCEE
(255,252,238)
#E8E6D9
(232,230,217)
#D1D0C4
(209,208,196)
#BABAAF
(186,186,175)
#A3A49A
(163,164,154)
#8C8E85
(140,142,133)
#757870
(117,120,112)
#5E625B
(94,98,91)
#474C46
(71,76,70)
#303631
(48,54,49)
#19201C
(25,32,28)
#000000
(0,0,0)

Tints of #FFFCEE

#FFFCEE
(255,252,238)
#FFFCEF
(255,252,239)
#FFFCF0
(255,252,240)
#FFFCF1
(255,252,241)
#FFFCF2
(255,252,242)
#FFFCF3
(255,252,243)
#FFFCF4
(255,252,244)
#FFFCF5
(255,252,245)
#FFFCF6
(255,252,246)
#FFFCF7
(255,252,247)
#FFFCF8
(255,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFCEE; }

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

This text font color is #FFFCEE.


Background Color

.myBgColor { background-color: #FFFCEE; }

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

This div background color is #FFFCEE.


Border color

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

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

This div border color is #FFFCEE.


Opacity

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

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

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

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

This text has shadow with #FFFCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFCEE on black background.


Color preview on white background

This text has color #FFFCEE on white background.



Black color preview on #FFFCEE background

This text has black color on #FFFCEE background.


White color preview on #FFFCEE background

This text has white color on #FFFCEE background.