COLOR #F5DAFC

HEX: #F5DAFC
RGB: (245,218,252)

Color info

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

RGB color model

#F5DAFC color RGB value is (245,218,252).

  • red value is 245;
  • green value is 218;
  • blue value is 252.
RGB:
(245,218,252)
(96%,85%,99%)

RGB channels and saturation

R 245 of 255 = 96%
G 218 of 255 = 85%
B 252 of 255 = 99%

245
218
252

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

Portions of RGB colors in percentages

R + G + B =
245 + 218 + 252 = 715 (100%)
R 245 of 715 ~ 34.27%
G 218 of 715 ~ 30.49%
B 252 of 715 ~ 35.24%

%34.27
%30.49
%35.24

CMYK color model

#F5DAFC color CMYK value is (3,13,0,1).

  • cyan value is 2.78%
  • magenta value is 13.49%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(3,13,0,1)
C3M13Y0K1 
(3%,13%,0%,1%)
(0.03/0.13/0.00/0.01)	

CMYK percentages

%2.78
%13.49
%0
%1.18

Codes

Color #F5DAFC in popluar color models

F5DAFC
RGB245218252
HSL288°85.00%92.16%
HSB/HSV288°13.49%98.82%
CMYK2.78%13.49%0.00%
1.18%

Color #F5DAFC in popluar number systems.

HEXF5DAFC
Decimal245218252
Binary111101011101101011111100
Octal365332374

Shades and tints

Shades of #F5DAFC

#F5DAFC
(245,218,252)
#DFC7E6
(223,199,230)
#C9B4D0
(201,180,208)
#B3A1BA
(179,161,186)
#9D8EA4
(157,142,164)
#877B8E
(135,123,142)
#716878
(113,104,120)
#5B5562
(91,85,98)
#45424C
(69,66,76)
#2F2F36
(47,47,54)
#191C20
(25,28,32)
#000000
(0,0,0)

Tints of #F5DAFC

#F5DAFC
(245,218,252)
#F5DDFC
(245,221,252)
#F5E0FC
(245,224,252)
#F5E3FC
(245,227,252)
#F5E6FC
(245,230,252)
#F5E9FC
(245,233,252)
#F5ECFC
(245,236,252)
#F5EFFC
(245,239,252)
#F5F2FC
(245,242,252)
#F5F5FC
(245,245,252)
#F5F8FC
(245,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DAFC color. Also use rgb(245,218,252) instead hex code.

Text Font Color

.myTextColor { color: #F5DAFC; }

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

This text font color is #F5DAFC.


Background Color

.myBgColor { background-color: #F5DAFC; }

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

This div background color is #F5DAFC.


Border color

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

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

This div border color is #F5DAFC.


Opacity

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

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

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

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

This text has shadow with #F5DAFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DAFC on black background.


Color preview on white background

This text has color #F5DAFC on white background.



Black color preview on #F5DAFC background

This text has black color on #F5DAFC background.


White color preview on #F5DAFC background

This text has white color on #F5DAFC background.