COLOR #F5CEDD

HEX: #F5CEDD
RGB: (245,206,221)

Color info

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

RGB color model

#F5CEDD color RGB value is (245,206,221).

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

RGB channels and saturation

R 245 of 255 = 96%
G 206 of 255 = 81%
B 221 of 255 = 87%

245
206
221

R + G + B ~ 88%. #F5CEDD is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 206 + 221 = 672 (100%)
R 245 of 672 ~ 36.46%
G 206 of 672 ~ 30.65%
B 221 of 672 ~ 32.89%

%36.46
%30.65
%32.89

CMYK color model

#F5CEDD color CMYK value is (0,16,10,4).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK:
(0,16,10,4)
C0M16Y10K4 
(0%,16%,10%,4%)
(0.00/0.16/0.10/0.04)	

CMYK percentages

%0
%15.92
%9.8
%3.92

Codes

Color #F5CEDD in popluar color models

F5CEDD
RGB245206221
HSL337°66.10%88.43%
HSB/HSV337°15.92%96.08%
CMYK0.00%15.92%9.80%
3.92%

Color #F5CEDD in popluar number systems.

HEXF5CEDD
Decimal245206221
Binary111101011100111011011101
Octal365316335

Shades and tints

Shades of #F5CEDD

#F5CEDD
(245,206,221)
#DFBCC9
(223,188,201)
#C9AAB5
(201,170,181)
#B398A1
(179,152,161)
#9D868D
(157,134,141)
#877479
(135,116,121)
#716265
(113,98,101)
#5B5051
(91,80,81)
#453E3D
(69,62,61)
#2F2C29
(47,44,41)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #F5CEDD

#F5CEDD
(245,206,221)
#F5D2E0
(245,210,224)
#F5D6E3
(245,214,227)
#F5DAE6
(245,218,230)
#F5DEE9
(245,222,233)
#F5E2EC
(245,226,236)
#F5E6EF
(245,230,239)
#F5EAF2
(245,234,242)
#F5EEF5
(245,238,245)
#F5F2F8
(245,242,248)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CEDD; }

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

This text font color is #F5CEDD.


Background Color

.myBgColor { background-color: #F5CEDD; }

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

This div background color is #F5CEDD.


Border color

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

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

This div border color is #F5CEDD.


Opacity

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

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

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

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

This text has shadow with #F5CEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CEDD on black background.


Color preview on white background

This text has color #F5CEDD on white background.



Black color preview on #F5CEDD background

This text has black color on #F5CEDD background.


White color preview on #F5CEDD background

This text has white color on #F5CEDD background.