COLOR #FFCED0

HEX: #FFCED0
RGB: (255,206,208)

Color info

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

RGB color model

#FFCED0 color RGB value is (255,206,208).

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

RGB channels and saturation

R 255 of 255 = 100%
G 206 of 255 = 81%
B 208 of 255 = 82%

255
206
208

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

Portions of RGB colors in percentages

R + G + B =
255 + 206 + 208 = 669 (100%)
R 255 of 669 ~ 38.12%
G 206 of 669 ~ 30.79%
B 208 of 669 ~ 31.09%

%38.12
%30.79
%31.09

CMYK color model

#FFCED0 color CMYK value is (0,19,18,0).

  • cyan value is 0.00%
  • magenta value is 19.22%
  • yellow value is 18.43%
  • key color value is 0.00%
CMYK:
(0,19,18,0)
C0M19Y18K0 
(0%,19%,18%,0%)
(0.00/0.19/0.18/0.00)	

CMYK percentages

%0
%19.22
%18.43
%0

Codes

Color #FFCED0 in popluar color models

FFCED0
RGB255206208
HSL358°100.00%90.39%
HSB/HSV358°19.22%100.00%
CMYK0.00%19.22%18.43%
0.00%

Color #FFCED0 in popluar number systems.

HEXFFCED0
Decimal255206208
Binary111111111100111011010000
Octal377316320

Shades and tints

Shades of #FFCED0

#FFCED0
(255,206,208)
#E8BCBE
(232,188,190)
#D1AAAC
(209,170,172)
#BA989A
(186,152,154)
#A38688
(163,134,136)
#8C7476
(140,116,118)
#756264
(117,98,100)
#5E5052
(94,80,82)
#473E40
(71,62,64)
#302C2E
(48,44,46)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #FFCED0

#FFCED0
(255,206,208)
#FFD2D4
(255,210,212)
#FFD6D8
(255,214,216)
#FFDADC
(255,218,220)
#FFDEE0
(255,222,224)
#FFE2E4
(255,226,228)
#FFE6E8
(255,230,232)
#FFEAEC
(255,234,236)
#FFEEF0
(255,238,240)
#FFF2F4
(255,242,244)
#FFF6F8
(255,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCED0; }

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

This text font color is #FFCED0.


Background Color

.myBgColor { background-color: #FFCED0; }

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

This div background color is #FFCED0.


Border color

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

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

This div border color is #FFCED0.


Opacity

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

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

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

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

This text has shadow with #FFCED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCED0 on black background.


Color preview on white background

This text has color #FFCED0 on white background.



Black color preview on #FFCED0 background

This text has black color on #FFCED0 background.


White color preview on #FFCED0 background

This text has white color on #FFCED0 background.