COLOR #FFC0FF

HEX: #FFC0FF
RGB: (255,192,255)

Color info

#FFC0FF contains mainly red and blue colors. Web safe color of #FFC0FF is #FFCCFF (or #FCF).

RGB color model

#FFC0FF color RGB value is (255,192,255).

  • red value is 255;
  • green value is 192;
  • blue value is 255.
RGB:
(255,192,255)
(100%,75%,100%)

RGB channels and saturation

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

255
192
255

R + G + B ~ 92%. #FFC0FF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 192 + 255 = 702 (100%)
R 255 of 702 ~ 36.32%
G 192 of 702 ~ 27.35%
B 255 of 702 ~ 36.32%

%36.32
%27.35
%36.32

CMYK color model

#FFC0FF color CMYK value is (0,25,0,0).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(0,25,0,0)
C0M25Y0K0 
(0%,25%,0%,0%)
(0.00/0.25/0.00/0.00)	

CMYK percentages

%0
%24.71
%0
%0

Codes

Color #FFC0FF in popluar color models

FFC0FF
RGB255192255
HSL300°100.00%87.65%
HSB/HSV300°24.71%100.00%
CMYK0.00%24.71%0.00%
0.00%

Color #FFC0FF in popluar number systems.

HEXFFC0FF
Decimal255192255
Binary111111111100000011111111
Octal377300377

Shades and tints

Shades of #FFC0FF

#FFC0FF
(255,192,255)
#E8AFE8
(232,175,232)
#D19ED1
(209,158,209)
#BA8DBA
(186,141,186)
#A37CA3
(163,124,163)
#8C6B8C
(140,107,140)
#755A75
(117,90,117)
#5E495E
(94,73,94)
#473847
(71,56,71)
#302730
(48,39,48)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #FFC0FF

#FFC0FF
(255,192,255)
#FFC5FF
(255,197,255)
#FFCAFF
(255,202,255)
#FFCFFF
(255,207,255)
#FFD4FF
(255,212,255)
#FFD9FF
(255,217,255)
#FFDEFF
(255,222,255)
#FFE3FF
(255,227,255)
#FFE8FF
(255,232,255)
#FFEDFF
(255,237,255)
#FFF2FF
(255,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC0FF; }

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

This text font color is #FFC0FF.


Background Color

.myBgColor { background-color: #FFC0FF; }

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

This div background color is #FFC0FF.


Border color

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

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

This div border color is #FFC0FF.


Opacity

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

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

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

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

This text has shadow with #FFC0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC0FF on black background.


Color preview on white background

This text has color #FFC0FF on white background.



Black color preview on #FFC0FF background

This text has black color on #FFC0FF background.


White color preview on #FFC0FF background

This text has white color on #FFC0FF background.