COLOR #FFC8E4

HEX: #FFC8E4 RGB: (255,200,228)

Color info

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

RGB color model

#FFC8E4 color RGB value is (255,200,228).

RGB: (255,200,228) (100%, 78%, 89%)

RGB channels and saturation

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

255
200
228

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

Portions of RGB colors in percentages

R + G + B = 255 + 200 + 228 = 683 (100%)
R 255 of 683 ~ 37.34%
G 200 of 683 ~ 29.28%
B 228 of 683 ~ 33.38'%

%37.34
%29.28
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 10.59%
  • 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.59
%0

Codes

Color #FFC8E4 in popluar color models

FF C8 E4
RGB 255 200 228
HSL 329° 100.00% 89.22%
HSB/HSV 329° 21.57% 100.00%
CMYK 0.00% 21.57% 10.59%
0.00%

Color #FFC8E4 in popluar number systems.

HEX FF C8 E4
Decimal 255 200 228
Binary 11111111 11001000 11100100
Octal 377 310 344

Shades and tints

Shades of #FFC8E4

#FFC8E4
(255,200,228)
#E8B6D0
(232,182,208)
#D1A4BC
(209,164,188)
#BA92A8
(186,146,168)
#A38094
(163,128,148)
#8C6E80
(140,110,128)
#755C6C
(117,92,108)
#5E4A58
(94,74,88)
#473844
(71,56,68)
#302630
(48,38,48)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #FFC8E4

#FFC8E4
(255,200,228)
#FFCDE6
(255,205,230)
#FFD2E8
(255,210,232)
#FFD7EA
(255,215,234)
#FFDCEC
(255,220,236)
#FFE1EE
(255,225,238)
#FFE6F0
(255,230,240)
#FFEBF2
(255,235,242)
#FFF0F4
(255,240,244)
#FFF5F6
(255,245,246)
#FFFAF8
(255,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC8E4; }

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

This text font color is #FFC8E4.

Background Color

.myBgColor { background-color: #FFC8E4; }

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

This div background color is #FFC8E4.

Border color

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

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

This div border color is #FFC8E4.

Opacity

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

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

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

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

This text has shadow with #FFC8E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC8E4.

Preview

Color preview on black background

This text has color #FFC8E4 on black background.


Color preview on white background

This text has color #FFC8E4 on white background.


Black color preview on #FFC8E4 background

This text has black color on #FFC8E4 background.


White color preview on #FFC8E4 background

This text has white color on #FFC8E4 background.


Related colors

Complementary color

Complementary color for #hex is #00371B.


I love getcolorcode.com

Triadic colors

1 #E4FFC8 and #C8E4FF with #FFC8E4 are triadic colors.

2 #E4C8FF and #C8FFE4 with #FFC8E4 are triadic colors.