COLOR #FCFEF3

HEX: #FCFEF3 RGB: (252,254,243)

Color info

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

RGB color model

#FCFEF3 color RGB value is (252,254,243).

RGB: (252,254,243) (99%, 100%, 95%)

RGB channels and saturation

R 252 of 255 = 99%
G 254 of 255 = 100%
B 243 of 255 = 95%

252
254
243

R + G + B ~ 98%. #FCFEF3 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 254 + 243 = 749 (100%)
R 252 of 749 ~ 33.64%
G 254 of 749 ~ 33.91%
B 243 of 749 ~ 32.44'%

%33.64
%33.91
%32.44

CMYK color model

#FCFEF3 color CMYK value is (1,0,4,0).

  • cyan value is 0.79%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 0.39%
CMYK: (1,0,4,0) C1M0Y4K0 (1%,0%,4%,0%) (0.01/0.00/0.04/0.00) 

CMYK percentages

%0.79
%0
%4.33
%0.39

Codes

Color #FCFEF3 in popluar color models

FC FE F3
RGB 252 254 243
HSL 71° 84.62% 97.45%
HSB/HSV 71° 4.33% 99.61%
CMYK 0.79% 0.00% 4.33%
0.39%

Color #FCFEF3 in popluar number systems.

HEX FC FE F3
Decimal 252 254 243
Binary 11111100 11111110 11110011
Octal 374 376 363

Shades and tints

Shades of #FCFEF3

#FCFEF3
(252,254,243)
#E6E7DD
(230,231,221)
#D0D0C7
(208,208,199)
#BAB9B1
(186,185,177)
#A4A29B
(164,162,155)
#8E8B85
(142,139,133)
#78746F
(120,116,111)
#625D59
(98,93,89)
#4C4643
(76,70,67)
#362F2D
(54,47,45)
#201817
(32,24,23)
#000000
(0,0,0)

Tints of #FCFEF3

#FCFEF3
(252,254,243)
#FCFEF4
(252,254,244)
#FCFEF5
(252,254,245)
#FCFEF6
(252,254,246)
#FCFEF7
(252,254,247)
#FCFEF8
(252,254,248)
#FCFEF9
(252,254,249)
#FCFEFA
(252,254,250)
#FCFEFB
(252,254,251)
#FCFEFC
(252,254,252)
#FCFEFD
(252,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCFEF3 color. Also use rgb(252,254,243) instead hex code.

Text Font Color

.myTextColor { color: #FCFEF3; }

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

This text font color is #FCFEF3.

Background Color

.myBgColor { background-color: #FCFEF3; }

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

This div background color is #FCFEF3.

Border color

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

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

This div border color is #FCFEF3.

Opacity

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

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

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

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

This text has shadow with #FCFEF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFEF3.

Preview

Color preview on black background

This text has color #FCFEF3 on black background.


Color preview on white background

This text has color #FCFEF3 on white background.


Black color preview on #FCFEF3 background

This text has black color on #FCFEF3 background.


White color preview on #FCFEF3 background

This text has white color on #FCFEF3 background.


Related colors

Complementary color

Complementary color for #hex is #03010C.


I love getcolorcode.com

Triadic colors

1 #F3FCFE and #FEF3FC with #FCFEF3 are triadic colors.

2 #F3FEFC and #FEFCF3 with #FCFEF3 are triadic colors.