COLOR #F5DAFB

HEX: #F5DAFB RGB: (245,218,251)

Color info

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

RGB color model

#F5DAFB color RGB value is (245,218,251).

RGB: (245,218,251) (96%, 85%, 98%)

RGB channels and saturation

R 245 of 255 = 96%
G 218 of 255 = 85%
B 251 of 255 = 98%

245
218
251

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

Portions of RGB colors in percentages

R + G + B = 245 + 218 + 251 = 714 (100%)
R 245 of 714 ~ 34.31%
G 218 of 714 ~ 30.53%
B 251 of 714 ~ 35.15'%

%34.31
%30.53
%35.15

CMYK color model

#F5DAFB color CMYK value is (2,13,0,2).

  • cyan value is 2.39%
  • magenta value is 13.15%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (2,13,0,2) C2M13Y0K2 (2%,13%,0%,2%) (0.02/0.13/0.00/0.02) 

CMYK percentages

%2.39
%13.15
%0
%1.57

Codes

Color #F5DAFB in popluar color models

F5 DA FB
RGB 245 218 251
HSL 289° 80.49% 91.96%
HSB/HSV 289° 13.15% 98.43%
CMYK 2.39% 13.15% 0.00%
1.57%

Color #F5DAFB in popluar number systems.

HEX F5 DA FB
Decimal 245 218 251
Binary 11110101 11011010 11111011
Octal 365 332 373

Shades and tints

Shades of #F5DAFB

#F5DAFB
(245,218,251)
#DFC7E5
(223,199,229)
#C9B4CF
(201,180,207)
#B3A1B9
(179,161,185)
#9D8EA3
(157,142,163)
#877B8D
(135,123,141)
#716877
(113,104,119)
#5B5561
(91,85,97)
#45424B
(69,66,75)
#2F2F35
(47,47,53)
#191C1F
(25,28,31)
#000000
(0,0,0)

Tints of #F5DAFB

#F5DAFB
(245,218,251)
#F5DDFB
(245,221,251)
#F5E0FB
(245,224,251)
#F5E3FB
(245,227,251)
#F5E6FB
(245,230,251)
#F5E9FB
(245,233,251)
#F5ECFB
(245,236,251)
#F5EFFB
(245,239,251)
#F5F2FB
(245,242,251)
#F5F5FB
(245,245,251)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DAFB; }

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

This text font color is #F5DAFB.

Background Color

.myBgColor { background-color: #F5DAFB; }

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

This div background color is #F5DAFB.

Border color

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

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

This div border color is #F5DAFB.

Opacity

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

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

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

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

This text has shadow with #F5DAFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DAFB.

Preview

Color preview on black background

This text has color #F5DAFB on black background.


Color preview on white background

This text has color #F5DAFB on white background.


Black color preview on #F5DAFB background

This text has black color on #F5DAFB background.


White color preview on #F5DAFB background

This text has white color on #F5DAFB background.


Related colors

Complementary color

Complementary color for #hex is #0A2504.


I love getcolorcode.com

Triadic colors

1 #FBF5DA and #DAFBF5 with #F5DAFB are triadic colors.

2 #FBDAF5 and #DAF5FB with #F5DAFB are triadic colors.