COLOR #F5C4DA

HEX: #F5C4DA
RGB: (245,196,218)

Color info

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

RGB color model

#F5C4DA color RGB value is (245,196,218).

  • red value is 245;
  • green value is 196;
  • blue value is 218.
RGB:
(245,196,218)
(96%,77%,85%)

RGB channels and saturation

R 245 of 255 = 96%
G 196 of 255 = 77%
B 218 of 255 = 85%

245
196
218

R + G + B ~ 86%. #F5C4DA is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 196 + 218 = 659 (100%)
R 245 of 659 ~ 37.18%
G 196 of 659 ~ 29.74%
B 218 of 659 ~ 33.08%

%37.18
%29.74
%33.08

CMYK color model

#F5C4DA color CMYK value is (0,20,11,4).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 11.02%
  • key color value is 3.92%
CMYK:
(0,20,11,4)
C0M20Y11K4 
(0%,20%,11%,4%)
(0.00/0.20/0.11/0.04)	

CMYK percentages

%0
%20
%11.02
%3.92

Codes

Color #F5C4DA in popluar color models

F5C4DA
RGB245196218
HSL333°71.01%86.47%
HSB/HSV333°20.00%96.08%
CMYK0.00%20.00%11.02%
3.92%

Color #F5C4DA in popluar number systems.

HEXF5C4DA
Decimal245196218
Binary111101011100010011011010
Octal365304332

Shades and tints

Shades of #F5C4DA

#F5C4DA
(245,196,218)
#DFB3C7
(223,179,199)
#C9A2B4
(201,162,180)
#B391A1
(179,145,161)
#9D808E
(157,128,142)
#876F7B
(135,111,123)
#715E68
(113,94,104)
#5B4D55
(91,77,85)
#453C42
(69,60,66)
#2F2B2F
(47,43,47)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #F5C4DA

#F5C4DA
(245,196,218)
#F5C9DD
(245,201,221)
#F5CEE0
(245,206,224)
#F5D3E3
(245,211,227)
#F5D8E6
(245,216,230)
#F5DDE9
(245,221,233)
#F5E2EC
(245,226,236)
#F5E7EF
(245,231,239)
#F5ECF2
(245,236,242)
#F5F1F5
(245,241,245)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C4DA color. Also use rgb(245,196,218) instead hex code.

Text Font Color

.myTextColor { color: #F5C4DA; }

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

This text font color is #F5C4DA.


Background Color

.myBgColor { background-color: #F5C4DA; }

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

This div background color is #F5C4DA.


Border color

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

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

This div border color is #F5C4DA.


Opacity

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

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

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

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

This text has shadow with #F5C4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C4DA on black background.


Color preview on white background

This text has color #F5C4DA on white background.



Black color preview on #F5C4DA background

This text has black color on #F5C4DA background.


White color preview on #F5C4DA background

This text has white color on #F5C4DA background.