COLOR #F7DAFA

HEX: #F7DAFA RGB: (247,218,250)

Color info

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

RGB color model

#F7DAFA color RGB value is (247,218,250).

RGB: (247,218,250) (97%, 85%, 98%)

RGB channels and saturation

R 247 of 255 = 97%
G 218 of 255 = 85%
B 250 of 255 = 98%

247
218
250

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

Portions of RGB colors in percentages

R + G + B = 247 + 218 + 250 = 715 (100%)
R 247 of 715 ~ 34.55%
G 218 of 715 ~ 30.49%
B 250 of 715 ~ 34.97'%

%34.55
%30.49
%34.97

CMYK color model

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

  • cyan value is 1.20%
  • magenta value is 12.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (1,13,0,2)
C1M13Y0K2 (1%, 13%, 0%, 2%)
(0.01 / 0.13 / 0.00 / 0.02)

CMYK percentages

%1.2
%12.8
%0
%1.96

Codes

Color #F7DAFA in popluar color models

F7 DA FA
RGB 247 218 250
HSL 294° 76.19% 91.76%
HSB/HSV 294° 12.80% 98.04%
CMYK 1.20% 12.80% 0.00%
1.96%

Color #F7DAFA in popluar number systems.

HEX F7 DA FA
Decimal 247 218 250
Binary 11110111 11011010 11111010
Octal 367 332 372

Shades and tints

Shades of #F7DAFA

#F7DAFA
(247,218,250)
#E1C7E4
(225,199,228)
#CBB4CE
(203,180,206)
#B5A1B8
(181,161,184)
#9F8EA2
(159,142,162)
#897B8C
(137,123,140)
#736876
(115,104,118)
#5D5560
(93,85,96)
#47424A
(71,66,74)
#312F34
(49,47,52)
#1B1C1E
(27,28,30)
#000000
(0,0,0)

Tints of #F7DAFA

#F7DAFA
(247,218,250)
#F7DDFA
(247,221,250)
#F7E0FA
(247,224,250)
#F7E3FA
(247,227,250)
#F7E6FA
(247,230,250)
#F7E9FA
(247,233,250)
#F7ECFA
(247,236,250)
#F7EFFA
(247,239,250)
#F7F2FA
(247,242,250)
#F7F5FA
(247,245,250)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7DAFA color. Also use rgb(247,218,250) instead hex code.

Text Font Color

.myTextColor { color: #F7DAFA; }

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

This text font color is #F7DAFA.

Background Color

.myBgColor { background-color: #F7DAFA; }

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

This div background color is #F7DAFA.

Border color

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

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

This div border color is #F7DAFA.

Opacity

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

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

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

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

This text has shadow with #F7DAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DAFA.

Preview

Color preview on black background

This text has color #F7DAFA on black background.


Color preview on white background

This text has color #F7DAFA on white background.


Black color preview on #F7DAFA background

This text has black color on #F7DAFA background.


White color preview on #F7DAFA background

This text has white color on #F7DAFA background.


Related colors

Complementary color

Complementary color for #hex is #082505.


I love getcolorcode.com

Triadic colors

1 #FAF7DA and #DAFAF7 with #F7DAFA are triadic colors.

2 #FADAF7 and #DAF7FA with #F7DAFA are triadic colors.