COLOR #FFC8E3

HEX: #FFC8E3
RGB: (255,200,227)

Color info

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

RGB color model

#FFC8E3 color RGB value is (255,200,227).

  • red value is 255;
  • green value is 200;
  • blue value is 227.
RGB:
(255,200,227)
(100%,78%,89%)

RGB channels and saturation

R 255 of 255 = 100%
G 200 of 255 = 78%
B 227 of 255 = 89%

255
200
227

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

Portions of RGB colors in percentages

R + G + B =
255 + 200 + 227 = 682 (100%)
R 255 of 682 ~ 37.39%
G 200 of 682 ~ 29.33%
B 227 of 682 ~ 33.28%

%37.39
%29.33
%33.28

CMYK color model

#FFC8E3 color CMYK value is (0,22,11,0).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 10.98%
  • key color value is 0.00%
CMYK:
(0,22,11,0)
C0M22Y11K0 
(0%,22%,11%,0%)
(0.00/0.22/0.11/0.00)	

CMYK percentages

%0
%21.57
%10.98
%0

Codes

Color #FFC8E3 in popluar color models

FFC8E3
RGB255200227
HSL331°100.00%89.22%
HSB/HSV331°21.57%100.00%
CMYK0.00%21.57%10.98%
0.00%

Color #FFC8E3 in popluar number systems.

HEXFFC8E3
Decimal255200227
Binary111111111100100011100011
Octal377310343

Shades and tints

Shades of #FFC8E3

#FFC8E3
(255,200,227)
#E8B6CF
(232,182,207)
#D1A4BB
(209,164,187)
#BA92A7
(186,146,167)
#A38093
(163,128,147)
#8C6E7F
(140,110,127)
#755C6B
(117,92,107)
#5E4A57
(94,74,87)
#473843
(71,56,67)
#30262F
(48,38,47)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #FFC8E3

#FFC8E3
(255,200,227)
#FFCDE5
(255,205,229)
#FFD2E7
(255,210,231)
#FFD7E9
(255,215,233)
#FFDCEB
(255,220,235)
#FFE1ED
(255,225,237)
#FFE6EF
(255,230,239)
#FFEBF1
(255,235,241)
#FFF0F3
(255,240,243)
#FFF5F5
(255,245,245)
#FFFAF7
(255,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC8E3 color. Also use rgb(255,200,227) instead hex code.

Text Font Color

.myTextColor { color: #FFC8E3; }

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

This text font color is #FFC8E3.


Background Color

.myBgColor { background-color: #FFC8E3; }

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

This div background color is #FFC8E3.


Border color

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

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

This div border color is #FFC8E3.


Opacity

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

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

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

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

This text has shadow with #FFC8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC8E3 on black background.


Color preview on white background

This text has color #FFC8E3 on white background.



Black color preview on #FFC8E3 background

This text has black color on #FFC8E3 background.


White color preview on #FFC8E3 background

This text has white color on #FFC8E3 background.