COLOR #F5CED6

HEX: #F5CED6
RGB: (245,206,214)

Color info

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

RGB color model

#F5CED6 color RGB value is (245,206,214).

  • red value is 245;
  • green value is 206;
  • blue value is 214.
RGB:
(245,206,214)
(96%,81%,84%)

RGB channels and saturation

R 245 of 255 = 96%
G 206 of 255 = 81%
B 214 of 255 = 84%

245
206
214

R + G + B ~ 87%. #F5CED6 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 206 + 214 = 665 (100%)
R 245 of 665 ~ 36.84%
G 206 of 665 ~ 30.98%
B 214 of 665 ~ 32.18%

%36.84
%30.98
%32.18

CMYK color model

#F5CED6 color CMYK value is (0,16,13,4).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 12.65%
  • key color value is 3.92%
CMYK:
(0,16,13,4)
C0M16Y13K4 
(0%,16%,13%,4%)
(0.00/0.16/0.13/0.04)	

CMYK percentages

%0
%15.92
%12.65
%3.92

Codes

Color #F5CED6 in popluar color models

F5CED6
RGB245206214
HSL348°66.10%88.43%
HSB/HSV348°15.92%96.08%
CMYK0.00%15.92%12.65%
3.92%

Color #F5CED6 in popluar number systems.

HEXF5CED6
Decimal245206214
Binary111101011100111011010110
Octal365316326

Shades and tints

Shades of #F5CED6

#F5CED6
(245,206,214)
#DFBCC3
(223,188,195)
#C9AAB0
(201,170,176)
#B3989D
(179,152,157)
#9D868A
(157,134,138)
#877477
(135,116,119)
#716264
(113,98,100)
#5B5051
(91,80,81)
#453E3E
(69,62,62)
#2F2C2B
(47,44,43)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #F5CED6

#F5CED6
(245,206,214)
#F5D2D9
(245,210,217)
#F5D6DC
(245,214,220)
#F5DADF
(245,218,223)
#F5DEE2
(245,222,226)
#F5E2E5
(245,226,229)
#F5E6E8
(245,230,232)
#F5EAEB
(245,234,235)
#F5EEEE
(245,238,238)
#F5F2F1
(245,242,241)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CED6 color. Also use rgb(245,206,214) instead hex code.

Text Font Color

.myTextColor { color: #F5CED6; }

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

This text font color is #F5CED6.


Background Color

.myBgColor { background-color: #F5CED6; }

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

This div background color is #F5CED6.


Border color

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

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

This div border color is #F5CED6.


Opacity

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

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

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

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

This text has shadow with #F5CED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CED6 on black background.


Color preview on white background

This text has color #F5CED6 on white background.



Black color preview on #F5CED6 background

This text has black color on #F5CED6 background.


White color preview on #F5CED6 background

This text has white color on #F5CED6 background.