COLOR #F5D4C0

HEX: #F5D4C0
RGB: (245,212,192)

Color info

#F5D4C0 contains red, green and blue colors in about the same proportion. Web safe color of #F5D4C0 is #FFCCCC (or #FCC).

RGB color model

#F5D4C0 color RGB value is (245,212,192).

  • red value is 245;
  • green value is 212;
  • blue value is 192.
RGB:
(245,212,192)
(96%,83%,75%)

RGB channels and saturation

R 245 of 255 = 96%
G 212 of 255 = 83%
B 192 of 255 = 75%

245
212
192

R + G + B ~ 85%. #F5D4C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 212 + 192 = 649 (100%)
R 245 of 649 ~ 37.75%
G 212 of 649 ~ 32.67%
B 192 of 649 ~ 29.58%

%37.75
%32.67
%29.58

CMYK color model

#F5D4C0 color CMYK value is (0,13,22,4).

  • cyan value is 0.00%
  • magenta value is 13.47%
  • yellow value is 21.63%
  • key color value is 3.92%
CMYK:
(0,13,22,4)
C0M13Y22K4 
(0%,13%,22%,4%)
(0.00/0.13/0.22/0.04)	

CMYK percentages

%0
%13.47
%21.63
%3.92

Codes

Color #F5D4C0 in popluar color models

F5D4C0
RGB245212192
HSL23°72.60%85.69%
HSB/HSV23°21.63%96.08%
CMYK0.00%13.47%21.63%
3.92%

Color #F5D4C0 in popluar number systems.

HEXF5D4C0
Decimal245212192
Binary111101011101010011000000
Octal365324300

Shades and tints

Shades of #F5D4C0

#F5D4C0
(245,212,192)
#DFC1AF
(223,193,175)
#C9AE9E
(201,174,158)
#B39B8D
(179,155,141)
#9D887C
(157,136,124)
#87756B
(135,117,107)
#71625A
(113,98,90)
#5B4F49
(91,79,73)
#453C38
(69,60,56)
#2F2927
(47,41,39)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #F5D4C0

#F5D4C0
(245,212,192)
#F5D7C5
(245,215,197)
#F5DACA
(245,218,202)
#F5DDCF
(245,221,207)
#F5E0D4
(245,224,212)
#F5E3D9
(245,227,217)
#F5E6DE
(245,230,222)
#F5E9E3
(245,233,227)
#F5ECE8
(245,236,232)
#F5EFED
(245,239,237)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D4C0 color. Also use rgb(245,212,192) instead hex code.

Text Font Color

.myTextColor { color: #F5D4C0; }

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

This text font color is #F5D4C0.


Background Color

.myBgColor { background-color: #F5D4C0; }

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

This div background color is #F5D4C0.


Border color

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

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

This div border color is #F5D4C0.


Opacity

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

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

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

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

This text has shadow with #F5D4C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D4C0 on black background.


Color preview on white background

This text has color #F5D4C0 on white background.



Black color preview on #F5D4C0 background

This text has black color on #F5D4C0 background.


White color preview on #F5D4C0 background

This text has white color on #F5D4C0 background.