COLOR #FFC1FF

HEX: #FFC1FF RGB: (255,193,255)

Color info

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

RGB color model

#FFC1FF color RGB value is (255,193,255).

RGB: (255,193,255) (100%, 76%, 100%)

RGB channels and saturation

R 255 of 255 = 100%
G 193 of 255 = 76%
B 255 of 255 = 100%

255
193
255

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

Portions of RGB colors in percentages

R + G + B = 255 + 193 + 255 = 703 (100%)
R 255 of 703 ~ 36.27%
G 193 of 703 ~ 27.45%
B 255 of 703 ~ 36.27'%

%36.27
%27.45
%36.27

CMYK color model

#FFC1FF color CMYK value is (0,24,0,0).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (0,24,0,0) C0M24Y0K0 (0%,24%,0%,0%) (0.00/0.24/0.00/0.00) 

CMYK percentages

%0
%24.31
%0
%0

Codes

Color #FFC1FF in popluar color models

FF C1 FF
RGB 255 193 255
HSL 300° 100.00% 87.84%
HSB/HSV 300° 24.31% 100.00%
CMYK 0.00% 24.31% 0.00%
0.00%

Color #FFC1FF in popluar number systems.

HEX FF C1 FF
Decimal 255 193 255
Binary 11111111 11000001 11111111
Octal 377 301 377

Shades and tints

Shades of #FFC1FF

#FFC1FF
(255,193,255)
#E8B0E8
(232,176,232)
#D19FD1
(209,159,209)
#BA8EBA
(186,142,186)
#A37DA3
(163,125,163)
#8C6C8C
(140,108,140)
#755B75
(117,91,117)
#5E4A5E
(94,74,94)
#473947
(71,57,71)
#302830
(48,40,48)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #FFC1FF

#FFC1FF
(255,193,255)
#FFC6FF
(255,198,255)
#FFCBFF
(255,203,255)
#FFD0FF
(255,208,255)
#FFD5FF
(255,213,255)
#FFDAFF
(255,218,255)
#FFDFFF
(255,223,255)
#FFE4FF
(255,228,255)
#FFE9FF
(255,233,255)
#FFEEFF
(255,238,255)
#FFF3FF
(255,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC1FF; }

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

This text font color is #FFC1FF.

Background Color

.myBgColor { background-color: #FFC1FF; }

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

This div background color is #FFC1FF.

Border color

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

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

This div border color is #FFC1FF.

Opacity

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

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

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

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

This text has shadow with #FFC1FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC1FF.

Preview

Color preview on black background

This text has color #FFC1FF on black background.


Color preview on white background

This text has color #FFC1FF on white background.


Black color preview on #FFC1FF background

This text has black color on #FFC1FF background.


White color preview on #FFC1FF background

This text has white color on #FFC1FF background.


Related colors

Complementary color

Complementary color for #hex is #003E00.


I love getcolorcode.com

Triadic colors

1 #FFFFC1 and #C1FFFF with #FFC1FF are triadic colors.

2 #FFC1FF and #C1FFFF with #FFC1FF are triadic colors.