COLOR #F5D2C3

HEX: #F5D2C3
RGB: (245,210,195)

Color info

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

RGB color model

#F5D2C3 color RGB value is (245,210,195).

  • red value is 245;
  • green value is 210;
  • blue value is 195.
RGB:
(245,210,195)
(96%,82%,76%)

RGB channels and saturation

R 245 of 255 = 96%
G 210 of 255 = 82%
B 195 of 255 = 76%

245
210
195

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

Portions of RGB colors in percentages

R + G + B =
245 + 210 + 195 = 650 (100%)
R 245 of 650 ~ 37.69%
G 210 of 650 ~ 32.31%
B 195 of 650 ~ 30%

%37.69
%32.31
%30

CMYK color model

#F5D2C3 color CMYK value is (0,14,20,4).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 20.41%
  • key color value is 3.92%
CMYK:
(0,14,20,4)
C0M14Y20K4 
(0%,14%,20%,4%)
(0.00/0.14/0.20/0.04)	

CMYK percentages

%0
%14.29
%20.41
%3.92

Codes

Color #F5D2C3 in popluar color models

F5D2C3
RGB245210195
HSL18°71.43%86.27%
HSB/HSV18°20.41%96.08%
CMYK0.00%14.29%20.41%
3.92%

Color #F5D2C3 in popluar number systems.

HEXF5D2C3
Decimal245210195
Binary111101011101001011000011
Octal365322303

Shades and tints

Shades of #F5D2C3

#F5D2C3
(245,210,195)
#DFBFB2
(223,191,178)
#C9ACA1
(201,172,161)
#B39990
(179,153,144)
#9D867F
(157,134,127)
#87736E
(135,115,110)
#71605D
(113,96,93)
#5B4D4C
(91,77,76)
#453A3B
(69,58,59)
#2F272A
(47,39,42)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #F5D2C3

#F5D2C3
(245,210,195)
#F5D6C8
(245,214,200)
#F5DACD
(245,218,205)
#F5DED2
(245,222,210)
#F5E2D7
(245,226,215)
#F5E6DC
(245,230,220)
#F5EAE1
(245,234,225)
#F5EEE6
(245,238,230)
#F5F2EB
(245,242,235)
#F5F6F0
(245,246,240)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D2C3 color. Also use rgb(245,210,195) instead hex code.

Text Font Color

.myTextColor { color: #F5D2C3; }

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

This text font color is #F5D2C3.


Background Color

.myBgColor { background-color: #F5D2C3; }

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

This div background color is #F5D2C3.


Border color

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

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

This div border color is #F5D2C3.


Opacity

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

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

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

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

This text has shadow with #F5D2C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D2C3 on black background.


Color preview on white background

This text has color #F5D2C3 on white background.



Black color preview on #F5D2C3 background

This text has black color on #F5D2C3 background.


White color preview on #F5D2C3 background

This text has white color on #F5D2C3 background.