COLOR #F5DFFA

HEX: #F5DFFA RGB: (245,223,250)

Color info

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

RGB color model

#F5DFFA color RGB value is (245,223,250).

RGB: (245,223,250) (96%, 87%, 98%)

RGB channels and saturation

R 245 of 255 = 96%
G 223 of 255 = 87%
B 250 of 255 = 98%

245
223
250

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

Portions of RGB colors in percentages

R + G + B = 245 + 223 + 250 = 718 (100%)
R 245 of 718 ~ 34.12%
G 223 of 718 ~ 31.06%
B 250 of 718 ~ 34.82'%

%34.12
%31.06
%34.82

CMYK color model

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

  • cyan value is 2.00%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (2,11,0,2) C2M11Y0K2 (2%,11%,0%,2%) (0.02/0.11/0.00/0.02) 

CMYK percentages

%2
%10.8
%0
%1.96

Codes

Color #F5DFFA in popluar color models

F5 DF FA
RGB 245 223 250
HSL 289° 72.97% 92.75%
HSB/HSV 289° 10.80% 98.04%
CMYK 2.00% 10.80% 0.00%
1.96%

Color #F5DFFA in popluar number systems.

HEX F5 DF FA
Decimal 245 223 250
Binary 11110101 11011111 11111010
Octal 365 337 372

Shades and tints

Shades of #F5DFFA

#F5DFFA
(245,223,250)
#DFCBE4
(223,203,228)
#C9B7CE
(201,183,206)
#B3A3B8
(179,163,184)
#9D8FA2
(157,143,162)
#877B8C
(135,123,140)
#716776
(113,103,118)
#5B5360
(91,83,96)
#453F4A
(69,63,74)
#2F2B34
(47,43,52)
#19171E
(25,23,30)
#000000
(0,0,0)

Tints of #F5DFFA

#F5DFFA
(245,223,250)
#F5E1FA
(245,225,250)
#F5E3FA
(245,227,250)
#F5E5FA
(245,229,250)
#F5E7FA
(245,231,250)
#F5E9FA
(245,233,250)
#F5EBFA
(245,235,250)
#F5EDFA
(245,237,250)
#F5EFFA
(245,239,250)
#F5F1FA
(245,241,250)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DFFA; }

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

This text font color is #F5DFFA.

Background Color

.myBgColor { background-color: #F5DFFA; }

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

This div background color is #F5DFFA.

Border color

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

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

This div border color is #F5DFFA.

Opacity

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

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

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

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

This text has shadow with #F5DFFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DFFA.

Preview

Color preview on black background

This text has color #F5DFFA on black background.


Color preview on white background

This text has color #F5DFFA on white background.


Black color preview on #F5DFFA background

This text has black color on #F5DFFA background.


White color preview on #F5DFFA background

This text has white color on #F5DFFA background.


Related colors

Complementary color

Complementary color for #hex is #0A2005.


I love getcolorcode.com

Triadic colors

1 #FAF5DF and #DFFAF5 with #F5DFFA are triadic colors.

2 #FADFF5 and #DFF5FA with #F5DFFA are triadic colors.