COLOR #FCCB99

HEX: #FCCB99 RGB: (252,203,153)

Color info

#FCCB99 contains mainly red and green colors. Web safe color of #FCCB99 is #FFCC99 (or #FC9).

RGB color model

#FCCB99 color RGB value is (252,203,153).

RGB: (252,203,153) (99%, 80%, 60%)

RGB channels and saturation

R 252 of 255 = 99%
G 203 of 255 = 80%
B 153 of 255 = 60%

252
203
153

R + G + B ~ 80%. #FCCB99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 203 + 153 = 608 (100%)
R 252 of 608 ~ 41.45%
G 203 of 608 ~ 33.39%
B 153 of 608 ~ 25.16'%

%41.45
%33.39
%25.16

CMYK color model

#FCCB99 color CMYK value is (0,19,39,1).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 39.29%
  • key color value is 1.18%

CMYK: (0,19,39,1)
C0M19Y39K1 (0%, 19%, 39%, 1%)
(0.00 / 0.19 / 0.39 / 0.01)

CMYK percentages

%0
%19.44
%39.29
%1.18

Codes

Color #FCCB99 in popluar color models

FC CB 99
RGB 252 203 153
HSL 30° 94.29% 79.41%
HSB/HSV 30° 39.29% 98.82%
CMYK 0.00% 19.44% 39.29%
1.18%

Color #FCCB99 in popluar number systems.

HEX FC CB 99
Decimal 252 203 153
Binary 11111100 11001011 10011001
Octal 374 313 231

Shades and tints

Shades of #FCCB99

#FCCB99
(252,203,153)
#E6B98C
(230,185,140)
#D0A77F
(208,167,127)
#BA9572
(186,149,114)
#A48365
(164,131,101)
#8E7158
(142,113,88)
#785F4B
(120,95,75)
#624D3E
(98,77,62)
#4C3B31
(76,59,49)
#362924
(54,41,36)
#201717
(32,23,23)
#000000
(0,0,0)

Tints of #FCCB99

#FCCB99
(252,203,153)
#FCCFA2
(252,207,162)
#FCD3AB
(252,211,171)
#FCD7B4
(252,215,180)
#FCDBBD
(252,219,189)
#FCDFC6
(252,223,198)
#FCE3CF
(252,227,207)
#FCE7D8
(252,231,216)
#FCEBE1
(252,235,225)
#FCEFEA
(252,239,234)
#FCF3F3
(252,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCCB99 color. Also use rgb(252,203,153) instead hex code.

Text Font Color

.myTextColor { color: #FCCB99; }

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

This text font color is #FCCB99.

Background Color

.myBgColor { background-color: #FCCB99; }

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

This div background color is #FCCB99.

Border color

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

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

This div border color is #FCCB99.

Opacity

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

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

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

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

This text has shadow with #FCCB99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCB99.

Preview

Color preview on black background

This text has color #FCCB99 on black background.


Color preview on white background

This text has color #FCCB99 on white background.


Black color preview on #FCCB99 background

This text has black color on #FCCB99 background.


White color preview on #FCCB99 background

This text has white color on #FCCB99 background.


Related colors

Complementary color

Complementary color for #hex is #033466.


I love getcolorcode.com

Triadic colors

1 #99FCCB and #CB99FC with #FCCB99 are triadic colors.

2 #99CBFC and #CBFC99 with #FCCB99 are triadic colors.