COLOR #F5CFB4

HEX: #F5CFB4
RGB: (245,207,180)

Color info

#F5CFB4 contains mainly red and green colors. Web safe color of #F5CFB4 is #FFCCCC (or #FCC).

RGB color model

#F5CFB4 color RGB value is (245,207,180).

  • red value is 245;
  • green value is 207;
  • blue value is 180.
RGB:
(245,207,180)
(96%,81%,71%)

RGB channels and saturation

R 245 of 255 = 96%
G 207 of 255 = 81%
B 180 of 255 = 71%

245
207
180

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

Portions of RGB colors in percentages

R + G + B =
245 + 207 + 180 = 632 (100%)
R 245 of 632 ~ 38.77%
G 207 of 632 ~ 32.75%
B 180 of 632 ~ 28.48%

%38.77
%32.75
%28.48

CMYK color model

#F5CFB4 color CMYK value is (0,16,27,4).

  • cyan value is 0.00%
  • magenta value is 15.51%
  • yellow value is 26.53%
  • key color value is 3.92%
CMYK:
(0,16,27,4)
C0M16Y27K4 
(0%,16%,27%,4%)
(0.00/0.16/0.27/0.04)	

CMYK percentages

%0
%15.51
%26.53
%3.92

Codes

Color #F5CFB4 in popluar color models

F5CFB4
RGB245207180
HSL25°76.47%83.33%
HSB/HSV25°26.53%96.08%
CMYK0.00%15.51%26.53%
3.92%

Color #F5CFB4 in popluar number systems.

HEXF5CFB4
Decimal245207180
Binary111101011100111110110100
Octal365317264

Shades and tints

Shades of #F5CFB4

#F5CFB4
(245,207,180)
#DFBDA4
(223,189,164)
#C9AB94
(201,171,148)
#B39984
(179,153,132)
#9D8774
(157,135,116)
#877564
(135,117,100)
#716354
(113,99,84)
#5B5144
(91,81,68)
#453F34
(69,63,52)
#2F2D24
(47,45,36)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #F5CFB4

#F5CFB4
(245,207,180)
#F5D3BA
(245,211,186)
#F5D7C0
(245,215,192)
#F5DBC6
(245,219,198)
#F5DFCC
(245,223,204)
#F5E3D2
(245,227,210)
#F5E7D8
(245,231,216)
#F5EBDE
(245,235,222)
#F5EFE4
(245,239,228)
#F5F3EA
(245,243,234)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CFB4 color. Also use rgb(245,207,180) instead hex code.

Text Font Color

.myTextColor { color: #F5CFB4; }

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

This text font color is #F5CFB4.


Background Color

.myBgColor { background-color: #F5CFB4; }

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

This div background color is #F5CFB4.


Border color

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

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

This div border color is #F5CFB4.


Opacity

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

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

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

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

This text has shadow with #F5CFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CFB4 on black background.


Color preview on white background

This text has color #F5CFB4 on white background.



Black color preview on #F5CFB4 background

This text has black color on #F5CFB4 background.


White color preview on #F5CFB4 background

This text has white color on #F5CFB4 background.