COLOR #F1DEF5

HEX: #F1DEF5
RGB: (241,222,245)

Color info

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

RGB color model

#F1DEF5 color RGB value is (241,222,245).

  • red value is 241;
  • green value is 222;
  • blue value is 245.
RGB:
(241,222,245)
(95%,87%,96%)

RGB channels and saturation

R 241 of 255 = 95%
G 222 of 255 = 87%
B 245 of 255 = 96%

241
222
245

R + G + B ~ 93%. #F1DEF5 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 222 + 245 = 708 (100%)
R 241 of 708 ~ 34.04%
G 222 of 708 ~ 31.36%
B 245 of 708 ~ 34.6%

%34.04
%31.36
%34.6

CMYK color model

#F1DEF5 color CMYK value is (2,9,0,4).

  • cyan value is 1.63%
  • magenta value is 9.39%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(2,9,0,4)
C2M9Y0K4 
(2%,9%,0%,4%)
(0.02/0.09/0.00/0.04)	

CMYK percentages

%1.63
%9.39
%0
%3.92

Codes

Color #F1DEF5 in popluar color models

F1DEF5
RGB241222245
HSL290°53.49%91.57%
HSB/HSV290°9.39%96.08%
CMYK1.63%9.39%0.00%
3.92%

Color #F1DEF5 in popluar number systems.

HEXF1DEF5
Decimal241222245
Binary111100011101111011110101
Octal361336365

Shades and tints

Shades of #F1DEF5

#F1DEF5
(241,222,245)
#DCCADF
(220,202,223)
#C7B6C9
(199,182,201)
#B2A2B3
(178,162,179)
#9D8E9D
(157,142,157)
#887A87
(136,122,135)
#736671
(115,102,113)
#5E525B
(94,82,91)
#493E45
(73,62,69)
#342A2F
(52,42,47)
#1F1619
(31,22,25)
#000000
(0,0,0)

Tints of #F1DEF5

#F1DEF5
(241,222,245)
#F2E1F5
(242,225,245)
#F3E4F5
(243,228,245)
#F4E7F5
(244,231,245)
#F5EAF5
(245,234,245)
#F6EDF5
(246,237,245)
#F7F0F5
(247,240,245)
#F8F3F5
(248,243,245)
#F9F6F5
(249,246,245)
#FAF9F5
(250,249,245)
#FBFCF5
(251,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DEF5 color. Also use rgb(241,222,245) instead hex code.

Text Font Color

.myTextColor { color: #F1DEF5; }

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

This text font color is #F1DEF5.


Background Color

.myBgColor { background-color: #F1DEF5; }

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

This div background color is #F1DEF5.


Border color

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

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

This div border color is #F1DEF5.


Opacity

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

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

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

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

This text has shadow with #F1DEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DEF5 on black background.


Color preview on white background

This text has color #F1DEF5 on white background.



Black color preview on #F1DEF5 background

This text has black color on #F1DEF5 background.


White color preview on #F1DEF5 background

This text has white color on #F1DEF5 background.