COLOR #FFC0AB

HEX: #FFC0AB RGB: (255,192,171)

Color info

#FFC0AB contains mainly red color. Web safe color of #FFC0AB is #FFCC99 (or #FC9).

RGB color model

#FFC0AB color RGB value is (255,192,171).

RGB: (255,192,171) (100%, 75%, 67%)

RGB channels and saturation

R 255 of 255 = 100%
G 192 of 255 = 75%
B 171 of 255 = 67%

255
192
171

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

Portions of RGB colors in percentages

R + G + B = 255 + 192 + 171 = 618 (100%)
R 255 of 618 ~ 41.26%
G 192 of 618 ~ 31.07%
B 171 of 618 ~ 27.67'%

%41.26
%31.07
%27.67

CMYK color model

#FFC0AB color CMYK value is (0,25,33,0).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 32.94%
  • key color value is 0.00%

CMYK: (0,25,33,0)
C0M25Y33K0 (0%, 25%, 33%, 0%)
(0.00 / 0.25 / 0.33 / 0.00)

CMYK percentages

%0
%24.71
%32.94
%0

Codes

Color #FFC0AB in popluar color models

FF C0 AB
RGB 255 192 171
HSL 15° 100.00% 83.53%
HSB/HSV 15° 32.94% 100.00%
CMYK 0.00% 24.71% 32.94%
0.00%

Color #FFC0AB in popluar number systems.

HEX FF C0 AB
Decimal 255 192 171
Binary 11111111 11000000 10101011
Octal 377 300 253

Shades and tints

Shades of #FFC0AB

#FFC0AB
(255,192,171)
#E8AF9C
(232,175,156)
#D19E8D
(209,158,141)
#BA8D7E
(186,141,126)
#A37C6F
(163,124,111)
#8C6B60
(140,107,96)
#755A51
(117,90,81)
#5E4942
(94,73,66)
#473833
(71,56,51)
#302724
(48,39,36)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #FFC0AB

#FFC0AB
(255,192,171)
#FFC5B2
(255,197,178)
#FFCAB9
(255,202,185)
#FFCFC0
(255,207,192)
#FFD4C7
(255,212,199)
#FFD9CE
(255,217,206)
#FFDED5
(255,222,213)
#FFE3DC
(255,227,220)
#FFE8E3
(255,232,227)
#FFEDEA
(255,237,234)
#FFF2F1
(255,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC0AB color. Also use rgb(255,192,171) instead hex code.

Text Font Color

.myTextColor { color: #FFC0AB; }

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

This text font color is #FFC0AB.

Background Color

.myBgColor { background-color: #FFC0AB; }

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

This div background color is #FFC0AB.

Border color

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

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

This div border color is #FFC0AB.

Opacity

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

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

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

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

This text has shadow with #FFC0AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC0AB.

Preview

Color preview on black background

This text has color #FFC0AB on black background.


Color preview on white background

This text has color #FFC0AB on white background.


Black color preview on #FFC0AB background

This text has black color on #FFC0AB background.


White color preview on #FFC0AB background

This text has white color on #FFC0AB background.


Related colors

Complementary color

Complementary color for #hex is #003F54.


I love getcolorcode.com

Triadic colors

1 #ABFFC0 and #C0ABFF with #FFC0AB are triadic colors.

2 #ABC0FF and #C0FFAB with #FFC0AB are triadic colors.