COLOR #FFFCE3

HEX: #FFFCE3 RGB: (255,252,227)

Color info

#FFFCE3 contains red, green and blue colors in about the same proportion. Web safe color of #FFFCE3 is #FFFFCC (or #FFC).

RGB color model

#FFFCE3 color RGB value is (255,252,227).

RGB: (255,252,227) (100%, 99%, 89%)

RGB channels and saturation

R 255 of 255 = 100%
G 252 of 255 = 99%
B 227 of 255 = 89%

255
252
227

R + G + B ~ 96%. #FFFCE3 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 252 + 227 = 734 (100%)
R 255 of 734 ~ 34.74%
G 252 of 734 ~ 34.33%
B 227 of 734 ~ 30.93'%

%34.74
%34.33
%30.93

CMYK color model

#FFFCE3 color CMYK value is (0,1,11,0).

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

CMYK: (0,1,11,0)
C0M1Y11K0 (0%, 1%, 11%, 0%)
(0.00 / 0.01 / 0.11 / 0.00)

CMYK percentages

%0
%1.18
%10.98
%0

Codes

Color #FFFCE3 in popluar color models

FF FC E3
RGB 255 252 227
HSL 54° 100.00% 94.51%
HSB/HSV 54° 10.98% 100.00%
CMYK 0.00% 1.18% 10.98%
0.00%

Color #FFFCE3 in popluar number systems.

HEX FF FC E3
Decimal 255 252 227
Binary 11111111 11111100 11100011
Octal 377 374 343

Shades and tints

Shades of #FFFCE3

#FFFCE3
(255,252,227)
#E8E6CF
(232,230,207)
#D1D0BB
(209,208,187)
#BABAA7
(186,186,167)
#A3A493
(163,164,147)
#8C8E7F
(140,142,127)
#75786B
(117,120,107)
#5E6257
(94,98,87)
#474C43
(71,76,67)
#30362F
(48,54,47)
#19201B
(25,32,27)
#000000
(0,0,0)

Tints of #FFFCE3

#FFFCE3
(255,252,227)
#FFFCE5
(255,252,229)
#FFFCE7
(255,252,231)
#FFFCE9
(255,252,233)
#FFFCEB
(255,252,235)
#FFFCED
(255,252,237)
#FFFCEF
(255,252,239)
#FFFCF1
(255,252,241)
#FFFCF3
(255,252,243)
#FFFCF5
(255,252,245)
#FFFCF7
(255,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFCE3; }

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

This text font color is #FFFCE3.

Background Color

.myBgColor { background-color: #FFFCE3; }

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

This div background color is #FFFCE3.

Border color

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

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

This div border color is #FFFCE3.

Opacity

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

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

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

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

This text has shadow with #FFFCE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFFCE3.

Preview

Color preview on black background

This text has color #FFFCE3 on black background.


Color preview on white background

This text has color #FFFCE3 on white background.


Black color preview on #FFFCE3 background

This text has black color on #FFFCE3 background.


White color preview on #FFFCE3 background

This text has white color on #FFFCE3 background.


Related colors

Complementary color

Complementary color for #hex is #00031C.


I love getcolorcode.com

Triadic colors

1 #E3FFFC and #FCE3FF with #FFFCE3 are triadic colors.

2 #E3FCFF and #FCFFE3 with #FFFCE3 are triadic colors.