COLOR #FFC2ED

HEX: #FFC2ED
RGB: (255,194,237)

Color info

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

RGB color model

#FFC2ED color RGB value is (255,194,237).

  • red value is 255;
  • green value is 194;
  • blue value is 237.
RGB:
(255,194,237)
(100%,76%,93%)

RGB channels and saturation

R 255 of 255 = 100%
G 194 of 255 = 76%
B 237 of 255 = 93%

255
194
237

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

Portions of RGB colors in percentages

R + G + B =
255 + 194 + 237 = 686 (100%)
R 255 of 686 ~ 37.17%
G 194 of 686 ~ 28.28%
B 237 of 686 ~ 34.55%

%37.17
%28.28
%34.55

CMYK color model

#FFC2ED color CMYK value is (0,24,7,0).

  • cyan value is 0.00%
  • magenta value is 23.92%
  • yellow value is 7.06%
  • key color value is 0.00%
CMYK:
(0,24,7,0)
C0M24Y7K0 
(0%,24%,7%,0%)
(0.00/0.24/0.07/0.00)	

CMYK percentages

%0
%23.92
%7.06
%0

Codes

Color #FFC2ED in popluar color models

FFC2ED
RGB255194237
HSL318°100.00%88.04%
HSB/HSV318°23.92%100.00%
CMYK0.00%23.92%7.06%
0.00%

Color #FFC2ED in popluar number systems.

HEXFFC2ED
Decimal255194237
Binary111111111100001011101101
Octal377302355

Shades and tints

Shades of #FFC2ED

#FFC2ED
(255,194,237)
#E8B1D8
(232,177,216)
#D1A0C3
(209,160,195)
#BA8FAE
(186,143,174)
#A37E99
(163,126,153)
#8C6D84
(140,109,132)
#755C6F
(117,92,111)
#5E4B5A
(94,75,90)
#473A45
(71,58,69)
#302930
(48,41,48)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #FFC2ED

#FFC2ED
(255,194,237)
#FFC7EE
(255,199,238)
#FFCCEF
(255,204,239)
#FFD1F0
(255,209,240)
#FFD6F1
(255,214,241)
#FFDBF2
(255,219,242)
#FFE0F3
(255,224,243)
#FFE5F4
(255,229,244)
#FFEAF5
(255,234,245)
#FFEFF6
(255,239,246)
#FFF4F7
(255,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC2ED color. Also use rgb(255,194,237) instead hex code.

Text Font Color

.myTextColor { color: #FFC2ED; }

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

This text font color is #FFC2ED.


Background Color

.myBgColor { background-color: #FFC2ED; }

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

This div background color is #FFC2ED.


Border color

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

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

This div border color is #FFC2ED.


Opacity

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

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

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

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

This text has shadow with #FFC2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC2ED on black background.


Color preview on white background

This text has color #FFC2ED on white background.



Black color preview on #FFC2ED background

This text has black color on #FFC2ED background.


White color preview on #FFC2ED background

This text has white color on #FFC2ED background.