COLOR #FFC6B0

HEX: #FFC6B0
RGB: (255,198,176)

Color info

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

RGB color model

#FFC6B0 color RGB value is (255,198,176).

  • red value is 255;
  • green value is 198;
  • blue value is 176.
RGB:
(255,198,176)
(100%,78%,69%)

RGB channels and saturation

R 255 of 255 = 100%
G 198 of 255 = 78%
B 176 of 255 = 69%

255
198
176

R + G + B ~ 82%. #FFC6B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 198 + 176 = 629 (100%)
R 255 of 629 ~ 40.54%
G 198 of 629 ~ 31.48%
B 176 of 629 ~ 27.98%

%40.54
%31.48
%27.98

CMYK color model

#FFC6B0 color CMYK value is (0,22,31,0).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 30.98%
  • key color value is 0.00%
CMYK:
(0,22,31,0)
C0M22Y31K0 
(0%,22%,31%,0%)
(0.00/0.22/0.31/0.00)	

CMYK percentages

%0
%22.35
%30.98
%0

Codes

Color #FFC6B0 in popluar color models

FFC6B0
RGB255198176
HSL17°100.00%84.51%
HSB/HSV17°30.98%100.00%
CMYK0.00%22.35%30.98%
0.00%

Color #FFC6B0 in popluar number systems.

HEXFFC6B0
Decimal255198176
Binary111111111100011010110000
Octal377306260

Shades and tints

Shades of #FFC6B0

#FFC6B0
(255,198,176)
#E8B4A0
(232,180,160)
#D1A290
(209,162,144)
#BA9080
(186,144,128)
#A37E70
(163,126,112)
#8C6C60
(140,108,96)
#755A50
(117,90,80)
#5E4840
(94,72,64)
#473630
(71,54,48)
#302420
(48,36,32)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #FFC6B0

#FFC6B0
(255,198,176)
#FFCBB7
(255,203,183)
#FFD0BE
(255,208,190)
#FFD5C5
(255,213,197)
#FFDACC
(255,218,204)
#FFDFD3
(255,223,211)
#FFE4DA
(255,228,218)
#FFE9E1
(255,233,225)
#FFEEE8
(255,238,232)
#FFF3EF
(255,243,239)
#FFF8F6
(255,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC6B0 color. Also use rgb(255,198,176) instead hex code.

Text Font Color

.myTextColor { color: #FFC6B0; }

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

This text font color is #FFC6B0.


Background Color

.myBgColor { background-color: #FFC6B0; }

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

This div background color is #FFC6B0.


Border color

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

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

This div border color is #FFC6B0.


Opacity

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

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

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

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

This text has shadow with #FFC6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC6B0 on black background.


Color preview on white background

This text has color #FFC6B0 on white background.



Black color preview on #FFC6B0 background

This text has black color on #FFC6B0 background.


White color preview on #FFC6B0 background

This text has white color on #FFC6B0 background.