COLOR #F5DFFD

HEX: #F5DFFD RGB: (245,223,253)

Color info

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

RGB color model

#F5DFFD color RGB value is (245,223,253).

RGB: (245,223,253) (96%, 87%, 99%)

RGB channels and saturation

R 245 of 255 = 96%
G 223 of 255 = 87%
B 253 of 255 = 99%

245
223
253

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

Portions of RGB colors in percentages

R + G + B = 245 + 223 + 253 = 721 (100%)
R 245 of 721 ~ 33.98%
G 223 of 721 ~ 30.93%
B 253 of 721 ~ 35.09'%

%33.98
%30.93
%35.09

CMYK color model

#F5DFFD color CMYK value is (3,12,0,1).

  • cyan value is 3.16%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (3,12,0,1)
C3M12Y0K1 (3%, 12%, 0%, 1%)
(0.03 / 0.12 / 0.00 / 0.01)

CMYK percentages

%3.16
%11.86
%0
%0.78

Codes

Color #F5DFFD in popluar color models

F5 DF FD
RGB 245 223 253
HSL 284° 88.24% 93.33%
HSB/HSV 284° 11.86% 99.22%
CMYK 3.16% 11.86% 0.00%
0.78%

Color #F5DFFD in popluar number systems.

HEX F5 DF FD
Decimal 245 223 253
Binary 11110101 11011111 11111101
Octal 365 337 375

Shades and tints

Shades of #F5DFFD

#F5DFFD
(245,223,253)
#DFCBE6
(223,203,230)
#C9B7CF
(201,183,207)
#B3A3B8
(179,163,184)
#9D8FA1
(157,143,161)
#877B8A
(135,123,138)
#716773
(113,103,115)
#5B535C
(91,83,92)
#453F45
(69,63,69)
#2F2B2E
(47,43,46)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #F5DFFD

#F5DFFD
(245,223,253)
#F5E1FD
(245,225,253)
#F5E3FD
(245,227,253)
#F5E5FD
(245,229,253)
#F5E7FD
(245,231,253)
#F5E9FD
(245,233,253)
#F5EBFD
(245,235,253)
#F5EDFD
(245,237,253)
#F5EFFD
(245,239,253)
#F5F1FD
(245,241,253)
#F5F3FD
(245,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DFFD color. Also use rgb(245,223,253) instead hex code.

Text Font Color

.myTextColor { color: #F5DFFD; }

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

This text font color is #F5DFFD.

Background Color

.myBgColor { background-color: #F5DFFD; }

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

This div background color is #F5DFFD.

Border color

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

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

This div border color is #F5DFFD.

Opacity

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

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

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

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

This text has shadow with #F5DFFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DFFD.

Preview

Color preview on black background

This text has color #F5DFFD on black background.


Color preview on white background

This text has color #F5DFFD on white background.


Black color preview on #F5DFFD background

This text has black color on #F5DFFD background.


White color preview on #F5DFFD background

This text has white color on #F5DFFD background.


Related colors

Complementary color

Complementary color for #hex is #0A2002.


I love getcolorcode.com

Triadic colors

1 #FDF5DF and #DFFDF5 with #F5DFFD are triadic colors.

2 #FDDFF5 and #DFF5FD with #F5DFFD are triadic colors.