COLOR #FCFEB7

HEX: #FCFEB7 RGB: (252,254,183)

Color info

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

RGB color model

#FCFEB7 color RGB value is (252,254,183).

RGB: (252,254,183) (99%, 100%, 72%)

RGB channels and saturation

R 252 of 255 = 99%
G 254 of 255 = 100%
B 183 of 255 = 72%

252
254
183

R + G + B ~ 90%. #FCFEB7 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 254 + 183 = 689 (100%)
R 252 of 689 ~ 36.57%
G 254 of 689 ~ 36.87%
B 183 of 689 ~ 26.56'%

%36.57
%36.87
%26.56

CMYK color model

#FCFEB7 color CMYK value is (1,0,28,0).

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

CMYK: (1,0,28,0)
C1M0Y28K0 (1%, 0%, 28%, 0%)
(0.01 / 0.00 / 0.28 / 0.00)

CMYK percentages

%0.79
%0
%27.95
%0.39

Codes

Color #FCFEB7 in popluar color models

FC FE B7
RGB 252 254 183
HSL 62° 97.26% 85.69%
HSB/HSV 62° 27.95% 99.61%
CMYK 0.79% 0.00% 27.95%
0.39%

Color #FCFEB7 in popluar number systems.

HEX FC FE B7
Decimal 252 254 183
Binary 11111100 11111110 10110111
Octal 374 376 267

Shades and tints

Shades of #FCFEB7

#FCFEB7
(252,254,183)
#E6E7A7
(230,231,167)
#D0D097
(208,208,151)
#BAB987
(186,185,135)
#A4A277
(164,162,119)
#8E8B67
(142,139,103)
#787457
(120,116,87)
#625D47
(98,93,71)
#4C4637
(76,70,55)
#362F27
(54,47,39)
#201817
(32,24,23)
#000000
(0,0,0)

Tints of #FCFEB7

#FCFEB7
(252,254,183)
#FCFEBD
(252,254,189)
#FCFEC3
(252,254,195)
#FCFEC9
(252,254,201)
#FCFECF
(252,254,207)
#FCFED5
(252,254,213)
#FCFEDB
(252,254,219)
#FCFEE1
(252,254,225)
#FCFEE7
(252,254,231)
#FCFEED
(252,254,237)
#FCFEF3
(252,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFEB7; }

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

This text font color is #FCFEB7.

Background Color

.myBgColor { background-color: #FCFEB7; }

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

This div background color is #FCFEB7.

Border color

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

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

This div border color is #FCFEB7.

Opacity

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

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

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

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

This text has shadow with #FCFEB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFEB7.

Preview

Color preview on black background

This text has color #FCFEB7 on black background.


Color preview on white background

This text has color #FCFEB7 on white background.


Black color preview on #FCFEB7 background

This text has black color on #FCFEB7 background.


White color preview on #FCFEB7 background

This text has white color on #FCFEB7 background.


Related colors

Complementary color

Complementary color for #hex is #030148.


I love getcolorcode.com

Triadic colors

1 #B7FCFE and #FEB7FC with #FCFEB7 are triadic colors.

2 #B7FEFC and #FEFCB7 with #FCFEB7 are triadic colors.