COLOR #FFC1F0

HEX: #FFC1F0
RGB: (255,193,240)

Color info

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

RGB color model

#FFC1F0 color RGB value is (255,193,240).

  • red value is 255;
  • green value is 193;
  • blue value is 240.
RGB:
(255,193,240)
(100%,76%,94%)

RGB channels and saturation

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

255
193
240

R + G + B ~ 90%. #FFC1F0 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 193 + 240 = 688 (100%)
R 255 of 688 ~ 37.06%
G 193 of 688 ~ 28.05%
B 240 of 688 ~ 34.88%

%37.06
%28.05
%34.88

CMYK color model

#FFC1F0 color CMYK value is (0,24,6,0).

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

CMYK percentages

%0
%24.31
%5.88
%0

Codes

Color #FFC1F0 in popluar color models

FFC1F0
RGB255193240
HSL315°100.00%87.84%
HSB/HSV315°24.31%100.00%
CMYK0.00%24.31%5.88%
0.00%

Color #FFC1F0 in popluar number systems.

HEXFFC1F0
Decimal255193240
Binary111111111100000111110000
Octal377301360

Shades and tints

Shades of #FFC1F0

#FFC1F0
(255,193,240)
#E8B0DB
(232,176,219)
#D19FC6
(209,159,198)
#BA8EB1
(186,142,177)
#A37D9C
(163,125,156)
#8C6C87
(140,108,135)
#755B72
(117,91,114)
#5E4A5D
(94,74,93)
#473948
(71,57,72)
#302833
(48,40,51)
#19171E
(25,23,30)
#000000
(0,0,0)

Tints of #FFC1F0

#FFC1F0
(255,193,240)
#FFC6F1
(255,198,241)
#FFCBF2
(255,203,242)
#FFD0F3
(255,208,243)
#FFD5F4
(255,213,244)
#FFDAF5
(255,218,245)
#FFDFF6
(255,223,246)
#FFE4F7
(255,228,247)
#FFE9F8
(255,233,248)
#FFEEF9
(255,238,249)
#FFF3FA
(255,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC1F0; }

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

This text font color is #FFC1F0.


Background Color

.myBgColor { background-color: #FFC1F0; }

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

This div background color is #FFC1F0.


Border color

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

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

This div border color is #FFC1F0.


Opacity

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

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

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

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

This text has shadow with #FFC1F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC1F0 on black background.


Color preview on white background

This text has color #FFC1F0 on white background.



Black color preview on #FFC1F0 background

This text has black color on #FFC1F0 background.


White color preview on #FFC1F0 background

This text has white color on #FFC1F0 background.