COLOR #FFCEDA

HEX: #FFCEDA
RGB: (255,206,218)

Color info

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

RGB color model

#FFCEDA color RGB value is (255,206,218).

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

RGB channels and saturation

R 255 of 255 = 100%
G 206 of 255 = 81%
B 218 of 255 = 85%

255
206
218

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

Portions of RGB colors in percentages

R + G + B =
255 + 206 + 218 = 679 (100%)
R 255 of 679 ~ 37.56%
G 206 of 679 ~ 30.34%
B 218 of 679 ~ 32.11%

%37.56
%30.34
%32.11

CMYK color model

#FFCEDA color CMYK value is (0,19,15,0).

  • cyan value is 0.00%
  • magenta value is 19.22%
  • yellow value is 14.51%
  • key color value is 0.00%
CMYK:
(0,19,15,0)
C0M19Y15K0 
(0%,19%,15%,0%)
(0.00/0.19/0.15/0.00)	

CMYK percentages

%0
%19.22
%14.51
%0

Codes

Color #FFCEDA in popluar color models

FFCEDA
RGB255206218
HSL345°100.00%90.39%
HSB/HSV345°19.22%100.00%
CMYK0.00%19.22%14.51%
0.00%

Color #FFCEDA in popluar number systems.

HEXFFCEDA
Decimal255206218
Binary111111111100111011011010
Octal377316332

Shades and tints

Shades of #FFCEDA

#FFCEDA
(255,206,218)
#E8BCC7
(232,188,199)
#D1AAB4
(209,170,180)
#BA98A1
(186,152,161)
#A3868E
(163,134,142)
#8C747B
(140,116,123)
#756268
(117,98,104)
#5E5055
(94,80,85)
#473E42
(71,62,66)
#302C2F
(48,44,47)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #FFCEDA

#FFCEDA
(255,206,218)
#FFD2DD
(255,210,221)
#FFD6E0
(255,214,224)
#FFDAE3
(255,218,227)
#FFDEE6
(255,222,230)
#FFE2E9
(255,226,233)
#FFE6EC
(255,230,236)
#FFEAEF
(255,234,239)
#FFEEF2
(255,238,242)
#FFF2F5
(255,242,245)
#FFF6F8
(255,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCEDA; }

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

This text font color is #FFCEDA.


Background Color

.myBgColor { background-color: #FFCEDA; }

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

This div background color is #FFCEDA.


Border color

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

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

This div border color is #FFCEDA.


Opacity

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

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

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

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

This text has shadow with #FFCEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCEDA on black background.


Color preview on white background

This text has color #FFCEDA on white background.



Black color preview on #FFCEDA background

This text has black color on #FFCEDA background.


White color preview on #FFCEDA background

This text has white color on #FFCEDA background.