COLOR #FFC1FB

HEX: #FFC1FB
RGB: (255,193,251)

Color info

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

RGB color model

#FFC1FB color RGB value is (255,193,251).

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

RGB channels and saturation

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

255
193
251

R + G + B ~ 91%. #FFC1FB is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 193 + 251 = 699 (100%)
R 255 of 699 ~ 36.48%
G 193 of 699 ~ 27.61%
B 251 of 699 ~ 35.91%

%36.48
%27.61
%35.91

CMYK color model

#FFC1FB color CMYK value is (0,24,2,0).

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

CMYK percentages

%0
%24.31
%1.57
%0

Codes

Color #FFC1FB in popluar color models

FFC1FB
RGB255193251
HSL304°100.00%87.84%
HSB/HSV304°24.31%100.00%
CMYK0.00%24.31%1.57%
0.00%

Color #FFC1FB in popluar number systems.

HEXFFC1FB
Decimal255193251
Binary111111111100000111111011
Octal377301373

Shades and tints

Shades of #FFC1FB

#FFC1FB
(255,193,251)
#E8B0E5
(232,176,229)
#D19FCF
(209,159,207)
#BA8EB9
(186,142,185)
#A37DA3
(163,125,163)
#8C6C8D
(140,108,141)
#755B77
(117,91,119)
#5E4A61
(94,74,97)
#47394B
(71,57,75)
#302835
(48,40,53)
#19171F
(25,23,31)
#000000
(0,0,0)

Tints of #FFC1FB

#FFC1FB
(255,193,251)
#FFC6FB
(255,198,251)
#FFCBFB
(255,203,251)
#FFD0FB
(255,208,251)
#FFD5FB
(255,213,251)
#FFDAFB
(255,218,251)
#FFDFFB
(255,223,251)
#FFE4FB
(255,228,251)
#FFE9FB
(255,233,251)
#FFEEFB
(255,238,251)
#FFF3FB
(255,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC1FB; }

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

This text font color is #FFC1FB.


Background Color

.myBgColor { background-color: #FFC1FB; }

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

This div background color is #FFC1FB.


Border color

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

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

This div border color is #FFC1FB.


Opacity

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

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

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

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

This text has shadow with #FFC1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC1FB on black background.


Color preview on white background

This text has color #FFC1FB on white background.



Black color preview on #FFC1FB background

This text has black color on #FFC1FB background.


White color preview on #FFC1FB background

This text has white color on #FFC1FB background.