COLOR #FFC0E0

HEX: #FFC0E0 RGB: (255,192,224)

Color info

#FFC0E0 contains mainly red and blue colors. Web safe color of #FFC0E0 is #FFCCCC (or #FCC).

RGB color model

#FFC0E0 color RGB value is (255,192,224).

RGB: (255,192,224) (100%, 75%, 88%)

RGB channels and saturation

R 255 of 255 = 100%
G 192 of 255 = 75%
B 224 of 255 = 88%

255
192
224

R + G + B ~ 88%. #FFC0E0 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 192 + 224 = 671 (100%)
R 255 of 671 ~ 38%
G 192 of 671 ~ 28.61%
B 224 of 671 ~ 33.38'%

%38
%28.61
%33.38

CMYK color model

#FFC0E0 color CMYK value is (0,25,12,0).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 12.16%
  • key color value is 0.00%

CMYK: (0,25,12,0)
C0M25Y12K0 (0%, 25%, 12%, 0%)
(0.00 / 0.25 / 0.12 / 0.00)

CMYK percentages

%0
%24.71
%12.16
%0

Codes

Color #FFC0E0 in popluar color models

FF C0 E0
RGB 255 192 224
HSL 330° 100.00% 87.65%
HSB/HSV 330° 24.71% 100.00%
CMYK 0.00% 24.71% 12.16%
0.00%

Color #FFC0E0 in popluar number systems.

HEX FF C0 E0
Decimal 255 192 224
Binary 11111111 11000000 11100000
Octal 377 300 340

Shades and tints

Shades of #FFC0E0

#FFC0E0
(255,192,224)
#E8AFCC
(232,175,204)
#D19EB8
(209,158,184)
#BA8DA4
(186,141,164)
#A37C90
(163,124,144)
#8C6B7C
(140,107,124)
#755A68
(117,90,104)
#5E4954
(94,73,84)
#473840
(71,56,64)
#30272C
(48,39,44)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #FFC0E0

#FFC0E0
(255,192,224)
#FFC5E2
(255,197,226)
#FFCAE4
(255,202,228)
#FFCFE6
(255,207,230)
#FFD4E8
(255,212,232)
#FFD9EA
(255,217,234)
#FFDEEC
(255,222,236)
#FFE3EE
(255,227,238)
#FFE8F0
(255,232,240)
#FFEDF2
(255,237,242)
#FFF2F4
(255,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC0E0; }

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

This text font color is #FFC0E0.

Background Color

.myBgColor { background-color: #FFC0E0; }

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

This div background color is #FFC0E0.

Border color

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

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

This div border color is #FFC0E0.

Opacity

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

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

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

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

This text has shadow with #FFC0E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC0E0.

Preview

Color preview on black background

This text has color #FFC0E0 on black background.


Color preview on white background

This text has color #FFC0E0 on white background.


Black color preview on #FFC0E0 background

This text has black color on #FFC0E0 background.


White color preview on #FFC0E0 background

This text has white color on #FFC0E0 background.


Related colors

Complementary color

Complementary color for #hex is #003F1F.


I love getcolorcode.com

Triadic colors

1 #E0FFC0 and #C0E0FF with #FFC0E0 are triadic colors.

2 #E0C0FF and #C0FFE0 with #FFC0E0 are triadic colors.