COLOR #F1CDF6

HEX: #F1CDF6
RGB: (241,205,246)

Color info

#F1CDF6 contains red, green and blue colors in about the same proportion. Web safe color of #F1CDF6 is #FFCCFF (or #FCF).

RGB color model

#F1CDF6 color RGB value is (241,205,246).

  • red value is 241;
  • green value is 205;
  • blue value is 246.
RGB:
(241,205,246)
(95%,80%,96%)

RGB channels and saturation

R 241 of 255 = 95%
G 205 of 255 = 80%
B 246 of 255 = 96%

241
205
246

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

Portions of RGB colors in percentages

R + G + B =
241 + 205 + 246 = 692 (100%)
R 241 of 692 ~ 34.83%
G 205 of 692 ~ 29.62%
B 246 of 692 ~ 35.55%

%34.83
%29.62
%35.55

CMYK color model

#F1CDF6 color CMYK value is (2,17,0,4).

  • cyan value is 2.03%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(2,17,0,4)
C2M17Y0K4 
(2%,17%,0%,4%)
(0.02/0.17/0.00/0.04)	

CMYK percentages

%2.03
%16.67
%0
%3.53

Codes

Color #F1CDF6 in popluar color models

F1CDF6
RGB241205246
HSL293°69.49%88.43%
HSB/HSV293°16.67%96.47%
CMYK2.03%16.67%0.00%
3.53%

Color #F1CDF6 in popluar number systems.

HEXF1CDF6
Decimal241205246
Binary111100011100110111110110
Octal361315366

Shades and tints

Shades of #F1CDF6

#F1CDF6
(241,205,246)
#DCBBE0
(220,187,224)
#C7A9CA
(199,169,202)
#B297B4
(178,151,180)
#9D859E
(157,133,158)
#887388
(136,115,136)
#736172
(115,97,114)
#5E4F5C
(94,79,92)
#493D46
(73,61,70)
#342B30
(52,43,48)
#1F191A
(31,25,26)
#000000
(0,0,0)

Tints of #F1CDF6

#F1CDF6
(241,205,246)
#F2D1F6
(242,209,246)
#F3D5F6
(243,213,246)
#F4D9F6
(244,217,246)
#F5DDF6
(245,221,246)
#F6E1F6
(246,225,246)
#F7E5F6
(247,229,246)
#F8E9F6
(248,233,246)
#F9EDF6
(249,237,246)
#FAF1F6
(250,241,246)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CDF6 color. Also use rgb(241,205,246) instead hex code.

Text Font Color

.myTextColor { color: #F1CDF6; }

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

This text font color is #F1CDF6.


Background Color

.myBgColor { background-color: #F1CDF6; }

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

This div background color is #F1CDF6.


Border color

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

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

This div border color is #F1CDF6.


Opacity

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

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

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

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

This text has shadow with #F1CDF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CDF6 on black background.


Color preview on white background

This text has color #F1CDF6 on white background.



Black color preview on #F1CDF6 background

This text has black color on #F1CDF6 background.


White color preview on #F1CDF6 background

This text has white color on #F1CDF6 background.