COLOR #FCFEB9

HEX: #FCFEB9 RGB: (252,254,185)

Color info

#FCFEB9 contains mainly red and green colors. Web safe color of #FCFEB9 is #FFFFCC (or #FFC).

RGB color model

#FCFEB9 color RGB value is (252,254,185).

RGB: (252,254,185) (99%, 100%, 73%)

RGB channels and saturation

R 252 of 255 = 99%
G 254 of 255 = 100%
B 185 of 255 = 73%

252
254
185

R + G + B ~ 91%. #FCFEB9 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 254 + 185 = 691 (100%)
R 252 of 691 ~ 36.47%
G 254 of 691 ~ 36.76%
B 185 of 691 ~ 26.77'%

%36.47
%36.76
%26.77

CMYK color model

#FCFEB9 color CMYK value is (1,0,27,0).

  • cyan value is 0.79%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 0.39%

CMYK: (1,0,27,0)
C1M0Y27K0 (1%, 0%, 27%, 0%)
(0.01 / 0.00 / 0.27 / 0.00)

CMYK percentages

%0.79
%0
%27.17
%0.39

Codes

Color #FCFEB9 in popluar color models

FC FE B9
RGB 252 254 185
HSL 62° 97.18% 86.08%
HSB/HSV 62° 27.17% 99.61%
CMYK 0.79% 0.00% 27.17%
0.39%

Color #FCFEB9 in popluar number systems.

HEX FC FE B9
Decimal 252 254 185
Binary 11111100 11111110 10111001
Octal 374 376 271

Shades and tints

Shades of #FCFEB9

#FCFEB9
(252,254,185)
#E6E7A9
(230,231,169)
#D0D099
(208,208,153)
#BAB989
(186,185,137)
#A4A279
(164,162,121)
#8E8B69
(142,139,105)
#787459
(120,116,89)
#625D49
(98,93,73)
#4C4639
(76,70,57)
#362F29
(54,47,41)
#201819
(32,24,25)
#000000
(0,0,0)

Tints of #FCFEB9

#FCFEB9
(252,254,185)
#FCFEBF
(252,254,191)
#FCFEC5
(252,254,197)
#FCFECB
(252,254,203)
#FCFED1
(252,254,209)
#FCFED7
(252,254,215)
#FCFEDD
(252,254,221)
#FCFEE3
(252,254,227)
#FCFEE9
(252,254,233)
#FCFEEF
(252,254,239)
#FCFEF5
(252,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFEB9; }

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

This text font color is #FCFEB9.

Background Color

.myBgColor { background-color: #FCFEB9; }

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

This div background color is #FCFEB9.

Border color

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

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

This div border color is #FCFEB9.

Opacity

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

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

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

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

This text has shadow with #FCFEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFEB9.

Preview

Color preview on black background

This text has color #FCFEB9 on black background.


Color preview on white background

This text has color #FCFEB9 on white background.


Black color preview on #FCFEB9 background

This text has black color on #FCFEB9 background.


White color preview on #FCFEB9 background

This text has white color on #FCFEB9 background.


Related colors

Complementary color

Complementary color for #hex is #030146.


I love getcolorcode.com

Triadic colors

1 #B9FCFE and #FEB9FC with #FCFEB9 are triadic colors.

2 #B9FEFC and #FEFCB9 with #FCFEB9 are triadic colors.