COLOR #FFCEE1

HEX: #FFCEE1
RGB: (255,206,225)

Color info

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

RGB color model

#FFCEE1 color RGB value is (255,206,225).

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

RGB channels and saturation

R 255 of 255 = 100%
G 206 of 255 = 81%
B 225 of 255 = 88%

255
206
225

R + G + B ~ 90%. #FFCEE1 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 206 + 225 = 686 (100%)
R 255 of 686 ~ 37.17%
G 206 of 686 ~ 30.03%
B 225 of 686 ~ 32.8%

%37.17
%30.03
%32.8

CMYK color model

#FFCEE1 color CMYK value is (0,19,12,0).

  • cyan value is 0.00%
  • magenta value is 19.22%
  • yellow value is 11.76%
  • key color value is 0.00%
CMYK:
(0,19,12,0)
C0M19Y12K0 
(0%,19%,12%,0%)
(0.00/0.19/0.12/0.00)	

CMYK percentages

%0
%19.22
%11.76
%0

Codes

Color #FFCEE1 in popluar color models

FFCEE1
RGB255206225
HSL337°100.00%90.39%
HSB/HSV337°19.22%100.00%
CMYK0.00%19.22%11.76%
0.00%

Color #FFCEE1 in popluar number systems.

HEXFFCEE1
Decimal255206225
Binary111111111100111011100001
Octal377316341

Shades and tints

Shades of #FFCEE1

#FFCEE1
(255,206,225)
#E8BCCD
(232,188,205)
#D1AAB9
(209,170,185)
#BA98A5
(186,152,165)
#A38691
(163,134,145)
#8C747D
(140,116,125)
#756269
(117,98,105)
#5E5055
(94,80,85)
#473E41
(71,62,65)
#302C2D
(48,44,45)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #FFCEE1

#FFCEE1
(255,206,225)
#FFD2E3
(255,210,227)
#FFD6E5
(255,214,229)
#FFDAE7
(255,218,231)
#FFDEE9
(255,222,233)
#FFE2EB
(255,226,235)
#FFE6ED
(255,230,237)
#FFEAEF
(255,234,239)
#FFEEF1
(255,238,241)
#FFF2F3
(255,242,243)
#FFF6F5
(255,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCEE1; }

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

This text font color is #FFCEE1.


Background Color

.myBgColor { background-color: #FFCEE1; }

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

This div background color is #FFCEE1.


Border color

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

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

This div border color is #FFCEE1.


Opacity

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

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

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

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

This text has shadow with #FFCEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCEE1 on black background.


Color preview on white background

This text has color #FFCEE1 on white background.



Black color preview on #FFCEE1 background

This text has black color on #FFCEE1 background.


White color preview on #FFCEE1 background

This text has white color on #FFCEE1 background.