COLOR #FFCBAD

HEX: #FFCBAD
RGB: (255,203,173)

Color info

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

RGB color model

#FFCBAD color RGB value is (255,203,173).

  • red value is 255;
  • green value is 203;
  • blue value is 173.
RGB:
(255,203,173)
(100%,80%,68%)

RGB channels and saturation

R 255 of 255 = 100%
G 203 of 255 = 80%
B 173 of 255 = 68%

255
203
173

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

Portions of RGB colors in percentages

R + G + B =
255 + 203 + 173 = 631 (100%)
R 255 of 631 ~ 40.41%
G 203 of 631 ~ 32.17%
B 173 of 631 ~ 27.42%

%40.41
%32.17
%27.42

CMYK color model

#FFCBAD color CMYK value is (0,20,32,0).

  • cyan value is 0.00%
  • magenta value is 20.39%
  • yellow value is 32.16%
  • key color value is 0.00%
CMYK:
(0,20,32,0)
C0M20Y32K0 
(0%,20%,32%,0%)
(0.00/0.20/0.32/0.00)	

CMYK percentages

%0
%20.39
%32.16
%0

Codes

Color #FFCBAD in popluar color models

FFCBAD
RGB255203173
HSL22°100.00%83.92%
HSB/HSV22°32.16%100.00%
CMYK0.00%20.39%32.16%
0.00%

Color #FFCBAD in popluar number systems.

HEXFFCBAD
Decimal255203173
Binary111111111100101110101101
Octal377313255

Shades and tints

Shades of #FFCBAD

#FFCBAD
(255,203,173)
#E8B99E
(232,185,158)
#D1A78F
(209,167,143)
#BA9580
(186,149,128)
#A38371
(163,131,113)
#8C7162
(140,113,98)
#755F53
(117,95,83)
#5E4D44
(94,77,68)
#473B35
(71,59,53)
#302926
(48,41,38)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #FFCBAD

#FFCBAD
(255,203,173)
#FFCFB4
(255,207,180)
#FFD3BB
(255,211,187)
#FFD7C2
(255,215,194)
#FFDBC9
(255,219,201)
#FFDFD0
(255,223,208)
#FFE3D7
(255,227,215)
#FFE7DE
(255,231,222)
#FFEBE5
(255,235,229)
#FFEFEC
(255,239,236)
#FFF3F3
(255,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCBAD color. Also use rgb(255,203,173) instead hex code.

Text Font Color

.myTextColor { color: #FFCBAD; }

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

This text font color is #FFCBAD.


Background Color

.myBgColor { background-color: #FFCBAD; }

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

This div background color is #FFCBAD.


Border color

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

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

This div border color is #FFCBAD.


Opacity

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

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

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

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

This text has shadow with #FFCBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCBAD on black background.


Color preview on white background

This text has color #FFCBAD on white background.



Black color preview on #FFCBAD background

This text has black color on #FFCBAD background.


White color preview on #FFCBAD background

This text has white color on #FFCBAD background.