COLOR #FFC6A8

HEX: #FFC6A8
RGB: (255,198,168)

Color info

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

RGB color model

#FFC6A8 color RGB value is (255,198,168).

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

RGB channels and saturation

R 255 of 255 = 100%
G 198 of 255 = 78%
B 168 of 255 = 66%

255
198
168

R + G + B ~ 81%. #FFC6A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 198 + 168 = 621 (100%)
R 255 of 621 ~ 41.06%
G 198 of 621 ~ 31.88%
B 168 of 621 ~ 27.05%

%41.06
%31.88
%27.05

CMYK color model

#FFC6A8 color CMYK value is (0,22,34,0).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 34.12%
  • key color value is 0.00%
CMYK:
(0,22,34,0)
C0M22Y34K0 
(0%,22%,34%,0%)
(0.00/0.22/0.34/0.00)	

CMYK percentages

%0
%22.35
%34.12
%0

Codes

Color #FFC6A8 in popluar color models

FFC6A8
RGB255198168
HSL21°100.00%82.94%
HSB/HSV21°34.12%100.00%
CMYK0.00%22.35%34.12%
0.00%

Color #FFC6A8 in popluar number systems.

HEXFFC6A8
Decimal255198168
Binary111111111100011010101000
Octal377306250

Shades and tints

Shades of #FFC6A8

#FFC6A8
(255,198,168)
#E8B499
(232,180,153)
#D1A28A
(209,162,138)
#BA907B
(186,144,123)
#A37E6C
(163,126,108)
#8C6C5D
(140,108,93)
#755A4E
(117,90,78)
#5E483F
(94,72,63)
#473630
(71,54,48)
#302421
(48,36,33)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #FFC6A8

#FFC6A8
(255,198,168)
#FFCBAF
(255,203,175)
#FFD0B6
(255,208,182)
#FFD5BD
(255,213,189)
#FFDAC4
(255,218,196)
#FFDFCB
(255,223,203)
#FFE4D2
(255,228,210)
#FFE9D9
(255,233,217)
#FFEEE0
(255,238,224)
#FFF3E7
(255,243,231)
#FFF8EE
(255,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC6A8; }

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

This text font color is #FFC6A8.


Background Color

.myBgColor { background-color: #FFC6A8; }

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

This div background color is #FFC6A8.


Border color

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

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

This div border color is #FFC6A8.


Opacity

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

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

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

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

This text has shadow with #FFC6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC6A8 on black background.


Color preview on white background

This text has color #FFC6A8 on white background.



Black color preview on #FFC6A8 background

This text has black color on #FFC6A8 background.


White color preview on #FFC6A8 background

This text has white color on #FFC6A8 background.