COLOR #F1DEFD

HEX: #F1DEFD RGB: (241,222,253)

Color info

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

RGB color model

#F1DEFD color RGB value is (241,222,253).

RGB: (241,222,253) (95%, 87%, 99%)

RGB channels and saturation

R 241 of 255 = 95%
G 222 of 255 = 87%
B 253 of 255 = 99%

241
222
253

R + G + B ~ 94%. #F1DEFD is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 222 + 253 = 716 (100%)
R 241 of 716 ~ 33.66%
G 222 of 716 ~ 31.01%
B 253 of 716 ~ 35.34'%

%33.66
%31.01
%35.34

CMYK color model

#F1DEFD color CMYK value is (5,12,0,1).

  • cyan value is 4.74%
  • magenta value is 12.25%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (5,12,0,1)
C5M12Y0K1 (5%, 12%, 0%, 1%)
(0.05 / 0.12 / 0.00 / 0.01)

CMYK percentages

%4.74
%12.25
%0
%0.78

Codes

Color #F1DEFD in popluar color models

F1 DE FD
RGB 241 222 253
HSL 277° 88.57% 93.14%
HSB/HSV 277° 12.25% 99.22%
CMYK 4.74% 12.25% 0.00%
0.78%

Color #F1DEFD in popluar number systems.

HEX F1 DE FD
Decimal 241 222 253
Binary 11110001 11011110 11111101
Octal 361 336 375

Shades and tints

Shades of #F1DEFD

#F1DEFD
(241,222,253)
#DCCAE6
(220,202,230)
#C7B6CF
(199,182,207)
#B2A2B8
(178,162,184)
#9D8EA1
(157,142,161)
#887A8A
(136,122,138)
#736673
(115,102,115)
#5E525C
(94,82,92)
#493E45
(73,62,69)
#342A2E
(52,42,46)
#1F1617
(31,22,23)
#000000
(0,0,0)

Tints of #F1DEFD

#F1DEFD
(241,222,253)
#F2E1FD
(242,225,253)
#F3E4FD
(243,228,253)
#F4E7FD
(244,231,253)
#F5EAFD
(245,234,253)
#F6EDFD
(246,237,253)
#F7F0FD
(247,240,253)
#F8F3FD
(248,243,253)
#F9F6FD
(249,246,253)
#FAF9FD
(250,249,253)
#FBFCFD
(251,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DEFD; }

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

This text font color is #F1DEFD.

Background Color

.myBgColor { background-color: #F1DEFD; }

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

This div background color is #F1DEFD.

Border color

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

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

This div border color is #F1DEFD.

Opacity

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

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

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

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

This text has shadow with #F1DEFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DEFD.

Preview

Color preview on black background

This text has color #F1DEFD on black background.


Color preview on white background

This text has color #F1DEFD on white background.


Black color preview on #F1DEFD background

This text has black color on #F1DEFD background.


White color preview on #F1DEFD background

This text has white color on #F1DEFD background.


Related colors

Complementary color

Complementary color for #hex is #0E2102.


I love getcolorcode.com

Triadic colors

1 #FDF1DE and #DEFDF1 with #F1DEFD are triadic colors.

2 #FDDEF1 and #DEF1FD with #F1DEFD are triadic colors.