COLOR #FFC6EE

HEX: #FFC6EE
RGB: (255,198,238)

Color info

#FFC6EE contains red, green and blue colors in about the same proportion. Web safe color of #FFC6EE is #FFCCFF (or #FCF).

RGB color model

#FFC6EE color RGB value is (255,198,238).

  • red value is 255;
  • green value is 198;
  • blue value is 238.
RGB:
(255,198,238)
(100%,78%,93%)

RGB channels and saturation

R 255 of 255 = 100%
G 198 of 255 = 78%
B 238 of 255 = 93%

255
198
238

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

Portions of RGB colors in percentages

R + G + B =
255 + 198 + 238 = 691 (100%)
R 255 of 691 ~ 36.9%
G 198 of 691 ~ 28.65%
B 238 of 691 ~ 34.44%

%36.9
%28.65
%34.44

CMYK color model

#FFC6EE color CMYK value is (0,22,7,0).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(0,22,7,0)
C0M22Y7K0 
(0%,22%,7%,0%)
(0.00/0.22/0.07/0.00)	

CMYK percentages

%0
%22.35
%6.67
%0

Codes

Color #FFC6EE in popluar color models

FFC6EE
RGB255198238
HSL318°100.00%88.82%
HSB/HSV318°22.35%100.00%
CMYK0.00%22.35%6.67%
0.00%

Color #FFC6EE in popluar number systems.

HEXFFC6EE
Decimal255198238
Binary111111111100011011101110
Octal377306356

Shades and tints

Shades of #FFC6EE

#FFC6EE
(255,198,238)
#E8B4D9
(232,180,217)
#D1A2C4
(209,162,196)
#BA90AF
(186,144,175)
#A37E9A
(163,126,154)
#8C6C85
(140,108,133)
#755A70
(117,90,112)
#5E485B
(94,72,91)
#473646
(71,54,70)
#302431
(48,36,49)
#19121C
(25,18,28)
#000000
(0,0,0)

Tints of #FFC6EE

#FFC6EE
(255,198,238)
#FFCBEF
(255,203,239)
#FFD0F0
(255,208,240)
#FFD5F1
(255,213,241)
#FFDAF2
(255,218,242)
#FFDFF3
(255,223,243)
#FFE4F4
(255,228,244)
#FFE9F5
(255,233,245)
#FFEEF6
(255,238,246)
#FFF3F7
(255,243,247)
#FFF8F8
(255,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC6EE color. Also use rgb(255,198,238) instead hex code.

Text Font Color

.myTextColor { color: #FFC6EE; }

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

This text font color is #FFC6EE.


Background Color

.myBgColor { background-color: #FFC6EE; }

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

This div background color is #FFC6EE.


Border color

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

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

This div border color is #FFC6EE.


Opacity

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

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

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

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

This text has shadow with #FFC6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC6EE on black background.


Color preview on white background

This text has color #FFC6EE on white background.



Black color preview on #FFC6EE background

This text has black color on #FFC6EE background.


White color preview on #FFC6EE background

This text has white color on #FFC6EE background.