COLOR #FFCCB2

HEX: #FFCCB2
RGB: (255,204,178)

Color info

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

RGB color model

#FFCCB2 color RGB value is (255,204,178).

  • red value is 255;
  • green value is 204;
  • blue value is 178.
RGB:
(255,204,178)
(100%,80%,70%)

RGB channels and saturation

R 255 of 255 = 100%
G 204 of 255 = 80%
B 178 of 255 = 70%

255
204
178

R + G + B ~ 83%. #FFCCB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 204 + 178 = 637 (100%)
R 255 of 637 ~ 40.03%
G 204 of 637 ~ 32.03%
B 178 of 637 ~ 27.94%

%40.03
%32.03
%27.94

CMYK color model

#FFCCB2 color CMYK value is (0,20,30,0).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 30.20%
  • key color value is 0.00%
CMYK:
(0,20,30,0)
C0M20Y30K0 
(0%,20%,30%,0%)
(0.00/0.20/0.30/0.00)	

CMYK percentages

%0
%20
%30.2
%0

Codes

Color #FFCCB2 in popluar color models

FFCCB2
RGB255204178
HSL20°100.00%84.90%
HSB/HSV20°30.20%100.00%
CMYK0.00%20.00%30.20%
0.00%

Color #FFCCB2 in popluar number systems.

HEXFFCCB2
Decimal255204178
Binary111111111100110010110010
Octal377314262

Shades and tints

Shades of #FFCCB2

#FFCCB2
(255,204,178)
#E8BAA2
(232,186,162)
#D1A892
(209,168,146)
#BA9682
(186,150,130)
#A38472
(163,132,114)
#8C7262
(140,114,98)
#756052
(117,96,82)
#5E4E42
(94,78,66)
#473C32
(71,60,50)
#302A22
(48,42,34)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #FFCCB2

#FFCCB2
(255,204,178)
#FFD0B9
(255,208,185)
#FFD4C0
(255,212,192)
#FFD8C7
(255,216,199)
#FFDCCE
(255,220,206)
#FFE0D5
(255,224,213)
#FFE4DC
(255,228,220)
#FFE8E3
(255,232,227)
#FFECEA
(255,236,234)
#FFF0F1
(255,240,241)
#FFF4F8
(255,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCCB2; }

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

This text font color is #FFCCB2.


Background Color

.myBgColor { background-color: #FFCCB2; }

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

This div background color is #FFCCB2.


Border color

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

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

This div border color is #FFCCB2.


Opacity

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

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

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

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

This text has shadow with #FFCCB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCCB2 on black background.


Color preview on white background

This text has color #FFCCB2 on white background.



Black color preview on #FFCCB2 background

This text has black color on #FFCCB2 background.


White color preview on #FFCCB2 background

This text has white color on #FFCCB2 background.