COLOR #FFC1E8

HEX: #FFC1E8
RGB: (255,193,232)

Color info

#FFC1E8 contains mainly red and blue colors. Web safe color of #FFC1E8 is #FFCCFF (or #FCF).

RGB color model

#FFC1E8 color RGB value is (255,193,232).

  • red value is 255;
  • green value is 193;
  • blue value is 232.
RGB:
(255,193,232)
(100%,76%,91%)

RGB channels and saturation

R 255 of 255 = 100%
G 193 of 255 = 76%
B 232 of 255 = 91%

255
193
232

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

Portions of RGB colors in percentages

R + G + B =
255 + 193 + 232 = 680 (100%)
R 255 of 680 ~ 37.5%
G 193 of 680 ~ 28.38%
B 232 of 680 ~ 34.12%

%37.5
%28.38
%34.12

CMYK color model

#FFC1E8 color CMYK value is (0,24,9,0).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 9.02%
  • key color value is 0.00%
CMYK:
(0,24,9,0)
C0M24Y9K0 
(0%,24%,9%,0%)
(0.00/0.24/0.09/0.00)	

CMYK percentages

%0
%24.31
%9.02
%0

Codes

Color #FFC1E8 in popluar color models

FFC1E8
RGB255193232
HSL322°100.00%87.84%
HSB/HSV322°24.31%100.00%
CMYK0.00%24.31%9.02%
0.00%

Color #FFC1E8 in popluar number systems.

HEXFFC1E8
Decimal255193232
Binary111111111100000111101000
Octal377301350

Shades and tints

Shades of #FFC1E8

#FFC1E8
(255,193,232)
#E8B0D3
(232,176,211)
#D19FBE
(209,159,190)
#BA8EA9
(186,142,169)
#A37D94
(163,125,148)
#8C6C7F
(140,108,127)
#755B6A
(117,91,106)
#5E4A55
(94,74,85)
#473940
(71,57,64)
#30282B
(48,40,43)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #FFC1E8

#FFC1E8
(255,193,232)
#FFC6EA
(255,198,234)
#FFCBEC
(255,203,236)
#FFD0EE
(255,208,238)
#FFD5F0
(255,213,240)
#FFDAF2
(255,218,242)
#FFDFF4
(255,223,244)
#FFE4F6
(255,228,246)
#FFE9F8
(255,233,248)
#FFEEFA
(255,238,250)
#FFF3FC
(255,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC1E8 color. Also use rgb(255,193,232) instead hex code.

Text Font Color

.myTextColor { color: #FFC1E8; }

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

This text font color is #FFC1E8.


Background Color

.myBgColor { background-color: #FFC1E8; }

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

This div background color is #FFC1E8.


Border color

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

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

This div border color is #FFC1E8.


Opacity

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

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

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

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

This text has shadow with #FFC1E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC1E8 on black background.


Color preview on white background

This text has color #FFC1E8 on white background.



Black color preview on #FFC1E8 background

This text has black color on #FFC1E8 background.


White color preview on #FFC1E8 background

This text has white color on #FFC1E8 background.