COLOR #F5F1CB

HEX: #F5F1CB
RGB: (245,241,203)

Color info

#F5F1CB contains red, green and blue colors in about the same proportion. Web safe color of #F5F1CB is #FFFFCC (or #FFC).

RGB color model

#F5F1CB color RGB value is (245,241,203).

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

RGB channels and saturation

R 245 of 255 = 96%
G 241 of 255 = 95%
B 203 of 255 = 80%

245
241
203

R + G + B ~ 90%. #F5F1CB is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 241 + 203 = 689 (100%)
R 245 of 689 ~ 35.56%
G 241 of 689 ~ 34.98%
B 203 of 689 ~ 29.46%

%35.56
%34.98
%29.46

CMYK color model

#F5F1CB color CMYK value is (0,2,17,4).

  • cyan value is 0.00%
  • magenta value is 1.63%
  • yellow value is 17.14%
  • key color value is 3.92%
CMYK:
(0,2,17,4)
C0M2Y17K4 
(0%,2%,17%,4%)
(0.00/0.02/0.17/0.04)	

CMYK percentages

%0
%1.63
%17.14
%3.92

Codes

Color #F5F1CB in popluar color models

F5F1CB
RGB245241203
HSL54°67.74%87.84%
HSB/HSV54°17.14%96.08%
CMYK0.00%1.63%17.14%
3.92%

Color #F5F1CB in popluar number systems.

HEXF5F1CB
Decimal245241203
Binary111101011111000111001011
Octal365361313

Shades and tints

Shades of #F5F1CB

#F5F1CB
(245,241,203)
#DFDCB9
(223,220,185)
#C9C7A7
(201,199,167)
#B3B295
(179,178,149)
#9D9D83
(157,157,131)
#878871
(135,136,113)
#71735F
(113,115,95)
#5B5E4D
(91,94,77)
#45493B
(69,73,59)
#2F3429
(47,52,41)
#191F17
(25,31,23)
#000000
(0,0,0)

Tints of #F5F1CB

#F5F1CB
(245,241,203)
#F5F2CF
(245,242,207)
#F5F3D3
(245,243,211)
#F5F4D7
(245,244,215)
#F5F5DB
(245,245,219)
#F5F6DF
(245,246,223)
#F5F7E3
(245,247,227)
#F5F8E7
(245,248,231)
#F5F9EB
(245,249,235)
#F5FAEF
(245,250,239)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F1CB; }

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

This text font color is #F5F1CB.


Background Color

.myBgColor { background-color: #F5F1CB; }

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

This div background color is #F5F1CB.


Border color

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

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

This div border color is #F5F1CB.


Opacity

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

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

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

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

This text has shadow with #F5F1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F1CB on black background.


Color preview on white background

This text has color #F5F1CB on white background.



Black color preview on #F5F1CB background

This text has black color on #F5F1CB background.


White color preview on #F5F1CB background

This text has white color on #F5F1CB background.