COLOR #FFC8B6

HEX: #FFC8B6
RGB: (255,200,182)

Color info

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

RGB color model

#FFC8B6 color RGB value is (255,200,182).

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

RGB channels and saturation

R 255 of 255 = 100%
G 200 of 255 = 78%
B 182 of 255 = 71%

255
200
182

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

Portions of RGB colors in percentages

R + G + B =
255 + 200 + 182 = 637 (100%)
R 255 of 637 ~ 40.03%
G 200 of 637 ~ 31.4%
B 182 of 637 ~ 28.57%

%40.03
%31.4
%28.57

CMYK color model

#FFC8B6 color CMYK value is (0,22,29,0).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 28.63%
  • key color value is 0.00%
CMYK:
(0,22,29,0)
C0M22Y29K0 
(0%,22%,29%,0%)
(0.00/0.22/0.29/0.00)	

CMYK percentages

%0
%21.57
%28.63
%0

Codes

Color #FFC8B6 in popluar color models

FFC8B6
RGB255200182
HSL15°100.00%85.69%
HSB/HSV15°28.63%100.00%
CMYK0.00%21.57%28.63%
0.00%

Color #FFC8B6 in popluar number systems.

HEXFFC8B6
Decimal255200182
Binary111111111100100010110110
Octal377310266

Shades and tints

Shades of #FFC8B6

#FFC8B6
(255,200,182)
#E8B6A6
(232,182,166)
#D1A496
(209,164,150)
#BA9286
(186,146,134)
#A38076
(163,128,118)
#8C6E66
(140,110,102)
#755C56
(117,92,86)
#5E4A46
(94,74,70)
#473836
(71,56,54)
#302626
(48,38,38)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #FFC8B6

#FFC8B6
(255,200,182)
#FFCDBC
(255,205,188)
#FFD2C2
(255,210,194)
#FFD7C8
(255,215,200)
#FFDCCE
(255,220,206)
#FFE1D4
(255,225,212)
#FFE6DA
(255,230,218)
#FFEBE0
(255,235,224)
#FFF0E6
(255,240,230)
#FFF5EC
(255,245,236)
#FFFAF2
(255,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC8B6; }

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

This text font color is #FFC8B6.


Background Color

.myBgColor { background-color: #FFC8B6; }

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

This div background color is #FFC8B6.


Border color

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

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

This div border color is #FFC8B6.


Opacity

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

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

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

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

This text has shadow with #FFC8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC8B6 on black background.


Color preview on white background

This text has color #FFC8B6 on white background.



Black color preview on #FFC8B6 background

This text has black color on #FFC8B6 background.


White color preview on #FFC8B6 background

This text has white color on #FFC8B6 background.