COLOR #F5DCFA

HEX: #F5DCFA RGB: (245,220,250)

Color info

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

RGB color model

#F5DCFA color RGB value is (245,220,250).

RGB: (245,220,250) (96%, 86%, 98%)

RGB channels and saturation

R 245 of 255 = 96%
G 220 of 255 = 86%
B 250 of 255 = 98%

245
220
250

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

Portions of RGB colors in percentages

R + G + B = 245 + 220 + 250 = 715 (100%)
R 245 of 715 ~ 34.27%
G 220 of 715 ~ 30.77%
B 250 of 715 ~ 34.97'%

%34.27
%30.77
%34.97

CMYK color model

#F5DCFA color CMYK value is (2,12,0,2).

  • cyan value is 2.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (2,12,0,2)
C2M12Y0K2 (2%, 12%, 0%, 2%)
(0.02 / 0.12 / 0.00 / 0.02)

CMYK percentages

%2
%12
%0
%1.96

Codes

Color #F5DCFA in popluar color models

F5 DC FA
RGB 245 220 250
HSL 290° 75.00% 92.16%
HSB/HSV 290° 12.00% 98.04%
CMYK 2.00% 12.00% 0.00%
1.96%

Color #F5DCFA in popluar number systems.

HEX F5 DC FA
Decimal 245 220 250
Binary 11110101 11011100 11111010
Octal 365 334 372

Shades and tints

Shades of #F5DCFA

#F5DCFA
(245,220,250)
#DFC8E4
(223,200,228)
#C9B4CE
(201,180,206)
#B3A0B8
(179,160,184)
#9D8CA2
(157,140,162)
#87788C
(135,120,140)
#716476
(113,100,118)
#5B5060
(91,80,96)
#453C4A
(69,60,74)
#2F2834
(47,40,52)
#19141E
(25,20,30)
#000000
(0,0,0)

Tints of #F5DCFA

#F5DCFA
(245,220,250)
#F5DFFA
(245,223,250)
#F5E2FA
(245,226,250)
#F5E5FA
(245,229,250)
#F5E8FA
(245,232,250)
#F5EBFA
(245,235,250)
#F5EEFA
(245,238,250)
#F5F1FA
(245,241,250)
#F5F4FA
(245,244,250)
#F5F7FA
(245,247,250)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DCFA; }

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

This text font color is #F5DCFA.

Background Color

.myBgColor { background-color: #F5DCFA; }

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

This div background color is #F5DCFA.

Border color

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

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

This div border color is #F5DCFA.

Opacity

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

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

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

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

This text has shadow with #F5DCFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DCFA.

Preview

Color preview on black background

This text has color #F5DCFA on black background.


Color preview on white background

This text has color #F5DCFA on white background.


Black color preview on #F5DCFA background

This text has black color on #F5DCFA background.


White color preview on #F5DCFA background

This text has white color on #F5DCFA background.


Related colors

Complementary color

Complementary color for #hex is #0A2305.


I love getcolorcode.com

Triadic colors

1 #FAF5DC and #DCFAF5 with #F5DCFA are triadic colors.

2 #FADCF5 and #DCF5FA with #F5DCFA are triadic colors.