COLOR #F1DFFA

HEX: #F1DFFA
RGB: (241,223,250)

Color info

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

RGB color model

#F1DFFA color RGB value is (241,223,250).

  • red value is 241;
  • green value is 223;
  • blue value is 250.
RGB:
(241,223,250)
(95%,87%,98%)

RGB channels and saturation

R 241 of 255 = 95%
G 223 of 255 = 87%
B 250 of 255 = 98%

241
223
250

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

Portions of RGB colors in percentages

R + G + B =
241 + 223 + 250 = 714 (100%)
R 241 of 714 ~ 33.75%
G 223 of 714 ~ 31.23%
B 250 of 714 ~ 35.01%

%33.75
%31.23
%35.01

CMYK color model

#F1DFFA color CMYK value is (4,11,0,2).

  • cyan value is 3.60%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,11,0,2)
C4M11Y0K2 
(4%,11%,0%,2%)
(0.04/0.11/0.00/0.02)	

CMYK percentages

%3.6
%10.8
%0
%1.96

Codes

Color #F1DFFA in popluar color models

F1DFFA
RGB241223250
HSL280°72.97%92.75%
HSB/HSV280°10.80%98.04%
CMYK3.60%10.80%0.00%
1.96%

Color #F1DFFA in popluar number systems.

HEXF1DFFA
Decimal241223250
Binary111100011101111111111010
Octal361337372

Shades and tints

Shades of #F1DFFA

#F1DFFA
(241,223,250)
#DCCBE4
(220,203,228)
#C7B7CE
(199,183,206)
#B2A3B8
(178,163,184)
#9D8FA2
(157,143,162)
#887B8C
(136,123,140)
#736776
(115,103,118)
#5E5360
(94,83,96)
#493F4A
(73,63,74)
#342B34
(52,43,52)
#1F171E
(31,23,30)
#000000
(0,0,0)

Tints of #F1DFFA

#F1DFFA
(241,223,250)
#F2E1FA
(242,225,250)
#F3E3FA
(243,227,250)
#F4E5FA
(244,229,250)
#F5E7FA
(245,231,250)
#F6E9FA
(246,233,250)
#F7EBFA
(247,235,250)
#F8EDFA
(248,237,250)
#F9EFFA
(249,239,250)
#FAF1FA
(250,241,250)
#FBF3FA
(251,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DFFA color. Also use rgb(241,223,250) instead hex code.

Text Font Color

.myTextColor { color: #F1DFFA; }

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

This text font color is #F1DFFA.


Background Color

.myBgColor { background-color: #F1DFFA; }

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

This div background color is #F1DFFA.


Border color

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

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

This div border color is #F1DFFA.


Opacity

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

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

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

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

This text has shadow with #F1DFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DFFA on black background.


Color preview on white background

This text has color #F1DFFA on white background.



Black color preview on #F1DFFA background

This text has black color on #F1DFFA background.


White color preview on #F1DFFA background

This text has white color on #F1DFFA background.