COLOR #F5DAF6

HEX: #F5DAF6 RGB: (245,218,246)

Color info

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

RGB color model

#F5DAF6 color RGB value is (245,218,246).

RGB: (245,218,246) (96%, 85%, 96%)

RGB channels and saturation

R 245 of 255 = 96%
G 218 of 255 = 85%
B 246 of 255 = 96%

245
218
246

R + G + B ~ 92%. #F5DAF6 is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 218 + 246 = 709 (100%)
R 245 of 709 ~ 34.56%
G 218 of 709 ~ 30.75%
B 246 of 709 ~ 34.7'%

%34.56
%30.75
%34.7

CMYK color model

#F5DAF6 color CMYK value is (0,11,0,4).

  • cyan value is 0.41%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (0,11,0,4)
C0M11Y0K4 (0%, 11%, 0%, 4%)
(0.00 / 0.11 / 0.00 / 0.04)

CMYK percentages

%0.41
%11.38
%0
%3.53

Codes

Color #F5DAF6 in popluar color models

F5 DA F6
RGB 245 218 246
HSL 298° 60.87% 90.98%
HSB/HSV 298° 11.38% 96.47%
CMYK 0.41% 11.38% 0.00%
3.53%

Color #F5DAF6 in popluar number systems.

HEX F5 DA F6
Decimal 245 218 246
Binary 11110101 11011010 11110110
Octal 365 332 366

Shades and tints

Shades of #F5DAF6

#F5DAF6
(245,218,246)
#DFC7E0
(223,199,224)
#C9B4CA
(201,180,202)
#B3A1B4
(179,161,180)
#9D8E9E
(157,142,158)
#877B88
(135,123,136)
#716872
(113,104,114)
#5B555C
(91,85,92)
#454246
(69,66,70)
#2F2F30
(47,47,48)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #F5DAF6

#F5DAF6
(245,218,246)
#F5DDF6
(245,221,246)
#F5E0F6
(245,224,246)
#F5E3F6
(245,227,246)
#F5E6F6
(245,230,246)
#F5E9F6
(245,233,246)
#F5ECF6
(245,236,246)
#F5EFF6
(245,239,246)
#F5F2F6
(245,242,246)
#F5F5F6
(245,245,246)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DAF6; }

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

This text font color is #F5DAF6.

Background Color

.myBgColor { background-color: #F5DAF6; }

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

This div background color is #F5DAF6.

Border color

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

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

This div border color is #F5DAF6.

Opacity

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

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

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

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

This text has shadow with #F5DAF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DAF6.

Preview

Color preview on black background

This text has color #F5DAF6 on black background.


Color preview on white background

This text has color #F5DAF6 on white background.


Black color preview on #F5DAF6 background

This text has black color on #F5DAF6 background.


White color preview on #F5DAF6 background

This text has white color on #F5DAF6 background.


Related colors

Complementary color

Complementary color for #hex is #0A2509.


I love getcolorcode.com

Triadic colors

1 #F6F5DA and #DAF6F5 with #F5DAF6 are triadic colors.

2 #F6DAF5 and #DAF5F6 with #F5DAF6 are triadic colors.