COLOR #FFCED5

HEX: #FFCED5
RGB: (255,206,213)

Color info

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

RGB color model

#FFCED5 color RGB value is (255,206,213).

  • red value is 255;
  • green value is 206;
  • blue value is 213.
RGB:
(255,206,213)
(100%,81%,84%)

RGB channels and saturation

R 255 of 255 = 100%
G 206 of 255 = 81%
B 213 of 255 = 84%

255
206
213

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

Portions of RGB colors in percentages

R + G + B =
255 + 206 + 213 = 674 (100%)
R 255 of 674 ~ 37.83%
G 206 of 674 ~ 30.56%
B 213 of 674 ~ 31.6%

%37.83
%30.56
%31.6

CMYK color model

#FFCED5 color CMYK value is (0,19,16,0).

  • cyan value is 0.00%
  • magenta value is 19.22%
  • yellow value is 16.47%
  • key color value is 0.00%
CMYK:
(0,19,16,0)
C0M19Y16K0 
(0%,19%,16%,0%)
(0.00/0.19/0.16/0.00)	

CMYK percentages

%0
%19.22
%16.47
%0

Codes

Color #FFCED5 in popluar color models

FFCED5
RGB255206213
HSL351°100.00%90.39%
HSB/HSV351°19.22%100.00%
CMYK0.00%19.22%16.47%
0.00%

Color #FFCED5 in popluar number systems.

HEXFFCED5
Decimal255206213
Binary111111111100111011010101
Octal377316325

Shades and tints

Shades of #FFCED5

#FFCED5
(255,206,213)
#E8BCC2
(232,188,194)
#D1AAAF
(209,170,175)
#BA989C
(186,152,156)
#A38689
(163,134,137)
#8C7476
(140,116,118)
#756263
(117,98,99)
#5E5050
(94,80,80)
#473E3D
(71,62,61)
#302C2A
(48,44,42)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #FFCED5

#FFCED5
(255,206,213)
#FFD2D8
(255,210,216)
#FFD6DB
(255,214,219)
#FFDADE
(255,218,222)
#FFDEE1
(255,222,225)
#FFE2E4
(255,226,228)
#FFE6E7
(255,230,231)
#FFEAEA
(255,234,234)
#FFEEED
(255,238,237)
#FFF2F0
(255,242,240)
#FFF6F3
(255,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCED5 color. Also use rgb(255,206,213) instead hex code.

Text Font Color

.myTextColor { color: #FFCED5; }

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

This text font color is #FFCED5.


Background Color

.myBgColor { background-color: #FFCED5; }

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

This div background color is #FFCED5.


Border color

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

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

This div border color is #FFCED5.


Opacity

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

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

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

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

This text has shadow with #FFCED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCED5 on black background.


Color preview on white background

This text has color #FFCED5 on white background.



Black color preview on #FFCED5 background

This text has black color on #FFCED5 background.


White color preview on #FFCED5 background

This text has white color on #FFCED5 background.