COLOR #FFCEDC

HEX: #FFCEDC
RGB: (255,206,220)

Color info

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

RGB color model

#FFCEDC color RGB value is (255,206,220).

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

RGB channels and saturation

R 255 of 255 = 100%
G 206 of 255 = 81%
B 220 of 255 = 86%

255
206
220

R + G + B ~ 89%. #FFCEDC is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 206 + 220 = 681 (100%)
R 255 of 681 ~ 37.44%
G 206 of 681 ~ 30.25%
B 220 of 681 ~ 32.31%

%37.44
%30.25
%32.31

CMYK color model

#FFCEDC color CMYK value is (0,19,14,0).

  • cyan value is 0.00%
  • magenta value is 19.22%
  • yellow value is 13.73%
  • key color value is 0.00%
CMYK:
(0,19,14,0)
C0M19Y14K0 
(0%,19%,14%,0%)
(0.00/0.19/0.14/0.00)	

CMYK percentages

%0
%19.22
%13.73
%0

Codes

Color #FFCEDC in popluar color models

FFCEDC
RGB255206220
HSL343°100.00%90.39%
HSB/HSV343°19.22%100.00%
CMYK0.00%19.22%13.73%
0.00%

Color #FFCEDC in popluar number systems.

HEXFFCEDC
Decimal255206220
Binary111111111100111011011100
Octal377316334

Shades and tints

Shades of #FFCEDC

#FFCEDC
(255,206,220)
#E8BCC8
(232,188,200)
#D1AAB4
(209,170,180)
#BA98A0
(186,152,160)
#A3868C
(163,134,140)
#8C7478
(140,116,120)
#756264
(117,98,100)
#5E5050
(94,80,80)
#473E3C
(71,62,60)
#302C28
(48,44,40)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #FFCEDC

#FFCEDC
(255,206,220)
#FFD2DF
(255,210,223)
#FFD6E2
(255,214,226)
#FFDAE5
(255,218,229)
#FFDEE8
(255,222,232)
#FFE2EB
(255,226,235)
#FFE6EE
(255,230,238)
#FFEAF1
(255,234,241)
#FFEEF4
(255,238,244)
#FFF2F7
(255,242,247)
#FFF6FA
(255,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCEDC; }

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

This text font color is #FFCEDC.


Background Color

.myBgColor { background-color: #FFCEDC; }

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

This div background color is #FFCEDC.


Border color

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

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

This div border color is #FFCEDC.


Opacity

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

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

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

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

This text has shadow with #FFCEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCEDC on black background.


Color preview on white background

This text has color #FFCEDC on white background.



Black color preview on #FFCEDC background

This text has black color on #FFCEDC background.


White color preview on #FFCEDC background

This text has white color on #FFCEDC background.