COLOR #FFCCB6

HEX: #FFCCB6 RGB: (255,204,182)

Color info

#FFCCB6 contains mainly red and green colors. Web safe color of #FFCCB6 is #FFCCCC (or #FCC).

RGB color model

#FFCCB6 color RGB value is (255,204,182).

RGB: (255,204,182) (100%, 80%, 71%)

RGB channels and saturation

R 255 of 255 = 100%
G 204 of 255 = 80%
B 182 of 255 = 71%

255
204
182

R + G + B ~ 84%. #FFCCB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 204 + 182 = 641 (100%)
R 255 of 641 ~ 39.78%
G 204 of 641 ~ 31.83%
B 182 of 641 ~ 28.39'%

%39.78
%31.83
%28.39

CMYK color model

#FFCCB6 color CMYK value is (0,20,29,0).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 28.63%
  • key color value is 0.00%

CMYK: (0,20,29,0)
C0M20Y29K0 (0%, 20%, 29%, 0%)
(0.00 / 0.20 / 0.29 / 0.00)

CMYK percentages

%0
%20
%28.63
%0

Codes

Color #FFCCB6 in popluar color models

FF CC B6
RGB 255 204 182
HSL 18° 100.00% 85.69%
HSB/HSV 18° 28.63% 100.00%
CMYK 0.00% 20.00% 28.63%
0.00%

Color #FFCCB6 in popluar number systems.

HEX FF CC B6
Decimal 255 204 182
Binary 11111111 11001100 10110110
Octal 377 314 266

Shades and tints

Shades of #FFCCB6

#FFCCB6
(255,204,182)
#E8BAA6
(232,186,166)
#D1A896
(209,168,150)
#BA9686
(186,150,134)
#A38476
(163,132,118)
#8C7266
(140,114,102)
#756056
(117,96,86)
#5E4E46
(94,78,70)
#473C36
(71,60,54)
#302A26
(48,42,38)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #FFCCB6

#FFCCB6
(255,204,182)
#FFD0BC
(255,208,188)
#FFD4C2
(255,212,194)
#FFD8C8
(255,216,200)
#FFDCCE
(255,220,206)
#FFE0D4
(255,224,212)
#FFE4DA
(255,228,218)
#FFE8E0
(255,232,224)
#FFECE6
(255,236,230)
#FFF0EC
(255,240,236)
#FFF4F2
(255,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCCB6 color. Also use rgb(255,204,182) instead hex code.

Text Font Color

.myTextColor { color: #FFCCB6; }

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

This text font color is #FFCCB6.

Background Color

.myBgColor { background-color: #FFCCB6; }

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

This div background color is #FFCCB6.

Border color

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

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

This div border color is #FFCCB6.

Opacity

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

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

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

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

This text has shadow with #FFCCB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFCCB6.

Preview

Color preview on black background

This text has color #FFCCB6 on black background.


Color preview on white background

This text has color #FFCCB6 on white background.


Black color preview on #FFCCB6 background

This text has black color on #FFCCB6 background.


White color preview on #FFCCB6 background

This text has white color on #FFCCB6 background.


Related colors

Complementary color

Complementary color for #hex is #003349.


I love getcolorcode.com

Triadic colors

1 #B6FFCC and #CCB6FF with #FFCCB6 are triadic colors.

2 #B6CCFF and #CCFFB6 with #FFCCB6 are triadic colors.