COLOR #F1CDEE

HEX: #F1CDEE
RGB: (241,205,238)

Color info

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

RGB color model

#F1CDEE color RGB value is (241,205,238).

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

RGB channels and saturation

R 241 of 255 = 95%
G 205 of 255 = 80%
B 238 of 255 = 93%

241
205
238

R + G + B ~ 89%. #F1CDEE is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 205 + 238 = 684 (100%)
R 241 of 684 ~ 35.23%
G 205 of 684 ~ 29.97%
B 238 of 684 ~ 34.8%

%35.23
%29.97
%34.8

CMYK color model

#F1CDEE color CMYK value is (0,15,1,5).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 1.24%
  • key color value is 5.49%
CMYK:
(0,15,1,5)
C0M15Y1K5 
(0%,15%,1%,5%)
(0.00/0.15/0.01/0.05)	

CMYK percentages

%0
%14.94
%1.24
%5.49

Codes

Color #F1CDEE in popluar color models

F1CDEE
RGB241205238
HSL305°56.25%87.45%
HSB/HSV305°14.94%94.51%
CMYK0.00%14.94%1.24%
5.49%

Color #F1CDEE in popluar number systems.

HEXF1CDEE
Decimal241205238
Binary111100011100110111101110
Octal361315356

Shades and tints

Shades of #F1CDEE

#F1CDEE
(241,205,238)
#DCBBD9
(220,187,217)
#C7A9C4
(199,169,196)
#B297AF
(178,151,175)
#9D859A
(157,133,154)
#887385
(136,115,133)
#736170
(115,97,112)
#5E4F5B
(94,79,91)
#493D46
(73,61,70)
#342B31
(52,43,49)
#1F191C
(31,25,28)
#000000
(0,0,0)

Tints of #F1CDEE

#F1CDEE
(241,205,238)
#F2D1EF
(242,209,239)
#F3D5F0
(243,213,240)
#F4D9F1
(244,217,241)
#F5DDF2
(245,221,242)
#F6E1F3
(246,225,243)
#F7E5F4
(247,229,244)
#F8E9F5
(248,233,245)
#F9EDF6
(249,237,246)
#FAF1F7
(250,241,247)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1CDEE; }

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

This text font color is #F1CDEE.


Background Color

.myBgColor { background-color: #F1CDEE; }

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

This div background color is #F1CDEE.


Border color

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

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

This div border color is #F1CDEE.


Opacity

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

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

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

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

This text has shadow with #F1CDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CDEE on black background.


Color preview on white background

This text has color #F1CDEE on white background.



Black color preview on #F1CDEE background

This text has black color on #F1CDEE background.


White color preview on #F1CDEE background

This text has white color on #F1CDEE background.