COLOR #FFCAB0

HEX: #FFCAB0
RGB: (255,202,176)

Color info

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

RGB color model

#FFCAB0 color RGB value is (255,202,176).

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

RGB channels and saturation

R 255 of 255 = 100%
G 202 of 255 = 79%
B 176 of 255 = 69%

255
202
176

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

Portions of RGB colors in percentages

R + G + B =
255 + 202 + 176 = 633 (100%)
R 255 of 633 ~ 40.28%
G 202 of 633 ~ 31.91%
B 176 of 633 ~ 27.8%

%40.28
%31.91
%27.8

CMYK color model

#FFCAB0 color CMYK value is (0,21,31,0).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 30.98%
  • key color value is 0.00%
CMYK:
(0,21,31,0)
C0M21Y31K0 
(0%,21%,31%,0%)
(0.00/0.21/0.31/0.00)	

CMYK percentages

%0
%20.78
%30.98
%0

Codes

Color #FFCAB0 in popluar color models

FFCAB0
RGB255202176
HSL20°100.00%84.51%
HSB/HSV20°30.98%100.00%
CMYK0.00%20.78%30.98%
0.00%

Color #FFCAB0 in popluar number systems.

HEXFFCAB0
Decimal255202176
Binary111111111100101010110000
Octal377312260

Shades and tints

Shades of #FFCAB0

#FFCAB0
(255,202,176)
#E8B8A0
(232,184,160)
#D1A690
(209,166,144)
#BA9480
(186,148,128)
#A38270
(163,130,112)
#8C7060
(140,112,96)
#755E50
(117,94,80)
#5E4C40
(94,76,64)
#473A30
(71,58,48)
#302820
(48,40,32)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #FFCAB0

#FFCAB0
(255,202,176)
#FFCEB7
(255,206,183)
#FFD2BE
(255,210,190)
#FFD6C5
(255,214,197)
#FFDACC
(255,218,204)
#FFDED3
(255,222,211)
#FFE2DA
(255,226,218)
#FFE6E1
(255,230,225)
#FFEAE8
(255,234,232)
#FFEEEF
(255,238,239)
#FFF2F6
(255,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCAB0; }

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

This text font color is #FFCAB0.


Background Color

.myBgColor { background-color: #FFCAB0; }

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

This div background color is #FFCAB0.


Border color

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

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

This div border color is #FFCAB0.


Opacity

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

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

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

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

This text has shadow with #FFCAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCAB0 on black background.


Color preview on white background

This text has color #FFCAB0 on white background.



Black color preview on #FFCAB0 background

This text has black color on #FFCAB0 background.


White color preview on #FFCAB0 background

This text has white color on #FFCAB0 background.