COLOR #FFC6E0

HEX: #FFC6E0
RGB: (255,198,224)

Color info

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

RGB color model

#FFC6E0 color RGB value is (255,198,224).

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

RGB channels and saturation

R 255 of 255 = 100%
G 198 of 255 = 78%
B 224 of 255 = 88%

255
198
224

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

Portions of RGB colors in percentages

R + G + B =
255 + 198 + 224 = 677 (100%)
R 255 of 677 ~ 37.67%
G 198 of 677 ~ 29.25%
B 224 of 677 ~ 33.09%

%37.67
%29.25
%33.09

CMYK color model

#FFC6E0 color CMYK value is (0,22,12,0).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 12.16%
  • key color value is 0.00%
CMYK:
(0,22,12,0)
C0M22Y12K0 
(0%,22%,12%,0%)
(0.00/0.22/0.12/0.00)	

CMYK percentages

%0
%22.35
%12.16
%0

Codes

Color #FFC6E0 in popluar color models

FFC6E0
RGB255198224
HSL333°100.00%88.82%
HSB/HSV333°22.35%100.00%
CMYK0.00%22.35%12.16%
0.00%

Color #FFC6E0 in popluar number systems.

HEXFFC6E0
Decimal255198224
Binary111111111100011011100000
Octal377306340

Shades and tints

Shades of #FFC6E0

#FFC6E0
(255,198,224)
#E8B4CC
(232,180,204)
#D1A2B8
(209,162,184)
#BA90A4
(186,144,164)
#A37E90
(163,126,144)
#8C6C7C
(140,108,124)
#755A68
(117,90,104)
#5E4854
(94,72,84)
#473640
(71,54,64)
#30242C
(48,36,44)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #FFC6E0

#FFC6E0
(255,198,224)
#FFCBE2
(255,203,226)
#FFD0E4
(255,208,228)
#FFD5E6
(255,213,230)
#FFDAE8
(255,218,232)
#FFDFEA
(255,223,234)
#FFE4EC
(255,228,236)
#FFE9EE
(255,233,238)
#FFEEF0
(255,238,240)
#FFF3F2
(255,243,242)
#FFF8F4
(255,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC6E0; }

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

This text font color is #FFC6E0.


Background Color

.myBgColor { background-color: #FFC6E0; }

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

This div background color is #FFC6E0.


Border color

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

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

This div border color is #FFC6E0.


Opacity

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

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

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

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

This text has shadow with #FFC6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC6E0 on black background.


Color preview on white background

This text has color #FFC6E0 on white background.



Black color preview on #FFC6E0 background

This text has black color on #FFC6E0 background.


White color preview on #FFC6E0 background

This text has white color on #FFC6E0 background.