COLOR #F7DEFA

HEX: #F7DEFA RGB: (247,222,250)

Color info

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

RGB color model

#F7DEFA color RGB value is (247,222,250).

RGB: (247,222,250) (97%, 87%, 98%)

RGB channels and saturation

R 247 of 255 = 97%
G 222 of 255 = 87%
B 250 of 255 = 98%

247
222
250

R + G + B ~ 94%. #F7DEFA is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 222 + 250 = 719 (100%)
R 247 of 719 ~ 34.35%
G 222 of 719 ~ 30.88%
B 250 of 719 ~ 34.77'%

%34.35
%30.88
%34.77

CMYK color model

#F7DEFA color CMYK value is (1,11,0,2).

  • cyan value is 1.20%
  • magenta value is 11.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (1,11,0,2) C1M11Y0K2 (1%,11%,0%,2%) (0.01/0.11/0.00/0.02) 

CMYK percentages

%1.2
%11.2
%0
%1.96

Codes

Color #F7DEFA in popluar color models

F7 DE FA
RGB 247 222 250
HSL 294° 73.68% 92.55%
HSB/HSV 294° 11.20% 98.04%
CMYK 1.20% 11.20% 0.00%
1.96%

Color #F7DEFA in popluar number systems.

HEX F7 DE FA
Decimal 247 222 250
Binary 11110111 11011110 11111010
Octal 367 336 372

Shades and tints

Shades of #F7DEFA

#F7DEFA
(247,222,250)
#E1CAE4
(225,202,228)
#CBB6CE
(203,182,206)
#B5A2B8
(181,162,184)
#9F8EA2
(159,142,162)
#897A8C
(137,122,140)
#736676
(115,102,118)
#5D5260
(93,82,96)
#473E4A
(71,62,74)
#312A34
(49,42,52)
#1B161E
(27,22,30)
#000000
(0,0,0)

Tints of #F7DEFA

#F7DEFA
(247,222,250)
#F7E1FA
(247,225,250)
#F7E4FA
(247,228,250)
#F7E7FA
(247,231,250)
#F7EAFA
(247,234,250)
#F7EDFA
(247,237,250)
#F7F0FA
(247,240,250)
#F7F3FA
(247,243,250)
#F7F6FA
(247,246,250)
#F7F9FA
(247,249,250)
#F7FCFA
(247,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DEFA; }

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

This text font color is #F7DEFA.

Background Color

.myBgColor { background-color: #F7DEFA; }

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

This div background color is #F7DEFA.

Border color

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

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

This div border color is #F7DEFA.

Opacity

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

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

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

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

This text has shadow with #F7DEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DEFA.

Preview

Color preview on black background

This text has color #F7DEFA on black background.


Color preview on white background

This text has color #F7DEFA on white background.


Black color preview on #F7DEFA background

This text has black color on #F7DEFA background.


White color preview on #F7DEFA background

This text has white color on #F7DEFA background.


Related colors

Complementary color

Complementary color for #hex is #082105.


I love getcolorcode.com

Triadic colors

1 #FAF7DE and #DEFAF7 with #F7DEFA are triadic colors.

2 #FADEF7 and #DEF7FA with #F7DEFA are triadic colors.