COLOR #FFCEDD

HEX: #FFCEDD
RGB: (255,206,221)

Color info

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

RGB color model

#FFCEDD color RGB value is (255,206,221).

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

RGB channels and saturation

R 255 of 255 = 100%
G 206 of 255 = 81%
B 221 of 255 = 87%

255
206
221

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

Portions of RGB colors in percentages

R + G + B =
255 + 206 + 221 = 682 (100%)
R 255 of 682 ~ 37.39%
G 206 of 682 ~ 30.21%
B 221 of 682 ~ 32.4%

%37.39
%30.21
%32.4

CMYK color model

#FFCEDD color CMYK value is (0,19,13,0).

  • cyan value is 0.00%
  • magenta value is 19.22%
  • yellow value is 13.33%
  • key color value is 0.00%
CMYK:
(0,19,13,0)
C0M19Y13K0 
(0%,19%,13%,0%)
(0.00/0.19/0.13/0.00)	

CMYK percentages

%0
%19.22
%13.33
%0

Codes

Color #FFCEDD in popluar color models

FFCEDD
RGB255206221
HSL342°100.00%90.39%
HSB/HSV342°19.22%100.00%
CMYK0.00%19.22%13.33%
0.00%

Color #FFCEDD in popluar number systems.

HEXFFCEDD
Decimal255206221
Binary111111111100111011011101
Octal377316335

Shades and tints

Shades of #FFCEDD

#FFCEDD
(255,206,221)
#E8BCC9
(232,188,201)
#D1AAB5
(209,170,181)
#BA98A1
(186,152,161)
#A3868D
(163,134,141)
#8C7479
(140,116,121)
#756265
(117,98,101)
#5E5051
(94,80,81)
#473E3D
(71,62,61)
#302C29
(48,44,41)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #FFCEDD

#FFCEDD
(255,206,221)
#FFD2E0
(255,210,224)
#FFD6E3
(255,214,227)
#FFDAE6
(255,218,230)
#FFDEE9
(255,222,233)
#FFE2EC
(255,226,236)
#FFE6EF
(255,230,239)
#FFEAF2
(255,234,242)
#FFEEF5
(255,238,245)
#FFF2F8
(255,242,248)
#FFF6FB
(255,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCEDD; }

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

This text font color is #FFCEDD.


Background Color

.myBgColor { background-color: #FFCEDD; }

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

This div background color is #FFCEDD.


Border color

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

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

This div border color is #FFCEDD.


Opacity

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

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

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

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

This text has shadow with #FFCEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCEDD on black background.


Color preview on white background

This text has color #FFCEDD on white background.



Black color preview on #FFCEDD background

This text has black color on #FFCEDD background.


White color preview on #FFCEDD background

This text has white color on #FFCEDD background.