COLOR #FFCCB4

HEX: #FFCCB4
RGB: (255,204,180)

Color info

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

RGB color model

#FFCCB4 color RGB value is (255,204,180).

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

RGB channels and saturation

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

255
204
180

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

Portions of RGB colors in percentages

R + G + B =
255 + 204 + 180 = 639 (100%)
R 255 of 639 ~ 39.91%
G 204 of 639 ~ 31.92%
B 180 of 639 ~ 28.17%

%39.91
%31.92
%28.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 29.41%
  • 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
%29.41
%0

Codes

Color #FFCCB4 in popluar color models

FFCCB4
RGB255204180
HSL19°100.00%85.29%
HSB/HSV19°29.41%100.00%
CMYK0.00%20.00%29.41%
0.00%

Color #FFCCB4 in popluar number systems.

HEXFFCCB4
Decimal255204180
Binary111111111100110010110100
Octal377314264

Shades and tints

Shades of #FFCCB4

#FFCCB4
(255,204,180)
#E8BAA4
(232,186,164)
#D1A894
(209,168,148)
#BA9684
(186,150,132)
#A38474
(163,132,116)
#8C7264
(140,114,100)
#756054
(117,96,84)
#5E4E44
(94,78,68)
#473C34
(71,60,52)
#302A24
(48,42,36)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #FFCCB4

#FFCCB4
(255,204,180)
#FFD0BA
(255,208,186)
#FFD4C0
(255,212,192)
#FFD8C6
(255,216,198)
#FFDCCC
(255,220,204)
#FFE0D2
(255,224,210)
#FFE4D8
(255,228,216)
#FFE8DE
(255,232,222)
#FFECE4
(255,236,228)
#FFF0EA
(255,240,234)
#FFF4F0
(255,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCCB4; }

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

This text font color is #FFCCB4.


Background Color

.myBgColor { background-color: #FFCCB4; }

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

This div background color is #FFCCB4.


Border color

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

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

This div border color is #FFCCB4.


Opacity

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

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

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

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

This text has shadow with #FFCCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCCB4 on black background.


Color preview on white background

This text has color #FFCCB4 on white background.



Black color preview on #FFCCB4 background

This text has black color on #FFCCB4 background.


White color preview on #FFCCB4 background

This text has white color on #FFCCB4 background.