COLOR #FFD0B6

HEX: #FFD0B6
RGB: (255,208,182)

Color info

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

RGB color model

#FFD0B6 color RGB value is (255,208,182).

  • red value is 255;
  • green value is 208;
  • blue value is 182.
RGB:
(255,208,182)
(100%,82%,71%)

RGB channels and saturation

R 255 of 255 = 100%
G 208 of 255 = 82%
B 182 of 255 = 71%

255
208
182

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

Portions of RGB colors in percentages

R + G + B =
255 + 208 + 182 = 645 (100%)
R 255 of 645 ~ 39.53%
G 208 of 645 ~ 32.25%
B 182 of 645 ~ 28.22%

%39.53
%32.25
%28.22

CMYK color model

#FFD0B6 color CMYK value is (0,18,29,0).

  • cyan value is 0.00%
  • magenta value is 18.43%
  • yellow value is 28.63%
  • key color value is 0.00%
CMYK:
(0,18,29,0)
C0M18Y29K0 
(0%,18%,29%,0%)
(0.00/0.18/0.29/0.00)	

CMYK percentages

%0
%18.43
%28.63
%0

Codes

Color #FFD0B6 in popluar color models

FFD0B6
RGB255208182
HSL21°100.00%85.69%
HSB/HSV21°28.63%100.00%
CMYK0.00%18.43%28.63%
0.00%

Color #FFD0B6 in popluar number systems.

HEXFFD0B6
Decimal255208182
Binary111111111101000010110110
Octal377320266

Shades and tints

Shades of #FFD0B6

#FFD0B6
(255,208,182)
#E8BEA6
(232,190,166)
#D1AC96
(209,172,150)
#BA9A86
(186,154,134)
#A38876
(163,136,118)
#8C7666
(140,118,102)
#756456
(117,100,86)
#5E5246
(94,82,70)
#474036
(71,64,54)
#302E26
(48,46,38)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #FFD0B6

#FFD0B6
(255,208,182)
#FFD4BC
(255,212,188)
#FFD8C2
(255,216,194)
#FFDCC8
(255,220,200)
#FFE0CE
(255,224,206)
#FFE4D4
(255,228,212)
#FFE8DA
(255,232,218)
#FFECE0
(255,236,224)
#FFF0E6
(255,240,230)
#FFF4EC
(255,244,236)
#FFF8F2
(255,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD0B6; }

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

This text font color is #FFD0B6.


Background Color

.myBgColor { background-color: #FFD0B6; }

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

This div background color is #FFD0B6.


Border color

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

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

This div border color is #FFD0B6.


Opacity

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

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

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

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

This text has shadow with #FFD0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD0B6 on black background.


Color preview on white background

This text has color #FFD0B6 on white background.



Black color preview on #FFD0B6 background

This text has black color on #FFD0B6 background.


White color preview on #FFD0B6 background

This text has white color on #FFD0B6 background.