COLOR #F5CBB1

HEX: #F5CBB1
RGB: (245,203,177)

Color info

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

RGB color model

#F5CBB1 color RGB value is (245,203,177).

  • red value is 245;
  • green value is 203;
  • blue value is 177.
RGB:
(245,203,177)
(96%,80%,69%)

RGB channels and saturation

R 245 of 255 = 96%
G 203 of 255 = 80%
B 177 of 255 = 69%

245
203
177

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

Portions of RGB colors in percentages

R + G + B =
245 + 203 + 177 = 625 (100%)
R 245 of 625 ~ 39.2%
G 203 of 625 ~ 32.48%
B 177 of 625 ~ 28.32%

%39.2
%32.48
%28.32

CMYK color model

#F5CBB1 color CMYK value is (0,17,28,4).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 27.76%
  • key color value is 3.92%
CMYK:
(0,17,28,4)
C0M17Y28K4 
(0%,17%,28%,4%)
(0.00/0.17/0.28/0.04)	

CMYK percentages

%0
%17.14
%27.76
%3.92

Codes

Color #F5CBB1 in popluar color models

F5CBB1
RGB245203177
HSL23°77.27%82.75%
HSB/HSV23°27.76%96.08%
CMYK0.00%17.14%27.76%
3.92%

Color #F5CBB1 in popluar number systems.

HEXF5CBB1
Decimal245203177
Binary111101011100101110110001
Octal365313261

Shades and tints

Shades of #F5CBB1

#F5CBB1
(245,203,177)
#DFB9A1
(223,185,161)
#C9A791
(201,167,145)
#B39581
(179,149,129)
#9D8371
(157,131,113)
#877161
(135,113,97)
#715F51
(113,95,81)
#5B4D41
(91,77,65)
#453B31
(69,59,49)
#2F2921
(47,41,33)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #F5CBB1

#F5CBB1
(245,203,177)
#F5CFB8
(245,207,184)
#F5D3BF
(245,211,191)
#F5D7C6
(245,215,198)
#F5DBCD
(245,219,205)
#F5DFD4
(245,223,212)
#F5E3DB
(245,227,219)
#F5E7E2
(245,231,226)
#F5EBE9
(245,235,233)
#F5EFF0
(245,239,240)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CBB1 color. Also use rgb(245,203,177) instead hex code.

Text Font Color

.myTextColor { color: #F5CBB1; }

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

This text font color is #F5CBB1.


Background Color

.myBgColor { background-color: #F5CBB1; }

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

This div background color is #F5CBB1.


Border color

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

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

This div border color is #F5CBB1.


Opacity

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

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

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

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

This text has shadow with #F5CBB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CBB1 on black background.


Color preview on white background

This text has color #F5CBB1 on white background.



Black color preview on #F5CBB1 background

This text has black color on #F5CBB1 background.


White color preview on #F5CBB1 background

This text has white color on #F5CBB1 background.