COLOR #F7DEFD

HEX: #F7DEFD RGB: (247,222,253)

Color info

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

RGB color model

#F7DEFD color RGB value is (247,222,253).

RGB: (247,222,253) (97%, 87%, 99%)

RGB channels and saturation

R 247 of 255 = 97%
G 222 of 255 = 87%
B 253 of 255 = 99%

247
222
253

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

Portions of RGB colors in percentages

R + G + B = 247 + 222 + 253 = 722 (100%)
R 247 of 722 ~ 34.21%
G 222 of 722 ~ 30.75%
B 253 of 722 ~ 35.04'%

%34.21
%30.75
%35.04

CMYK color model

#F7DEFD color CMYK value is (2,12,0,1).

  • cyan value is 2.37%
  • magenta value is 12.25%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (2,12,0,1)
C2M12Y0K1 (2%, 12%, 0%, 1%)
(0.02 / 0.12 / 0.00 / 0.01)

CMYK percentages

%2.37
%12.25
%0
%0.78

Codes

Color #F7DEFD in popluar color models

F7 DE FD
RGB 247 222 253
HSL 288° 88.57% 93.14%
HSB/HSV 288° 12.25% 99.22%
CMYK 2.37% 12.25% 0.00%
0.78%

Color #F7DEFD in popluar number systems.

HEX F7 DE FD
Decimal 247 222 253
Binary 11110111 11011110 11111101
Octal 367 336 375

Shades and tints

Shades of #F7DEFD

#F7DEFD
(247,222,253)
#E1CAE6
(225,202,230)
#CBB6CF
(203,182,207)
#B5A2B8
(181,162,184)
#9F8EA1
(159,142,161)
#897A8A
(137,122,138)
#736673
(115,102,115)
#5D525C
(93,82,92)
#473E45
(71,62,69)
#312A2E
(49,42,46)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #F7DEFD

#F7DEFD
(247,222,253)
#F7E1FD
(247,225,253)
#F7E4FD
(247,228,253)
#F7E7FD
(247,231,253)
#F7EAFD
(247,234,253)
#F7EDFD
(247,237,253)
#F7F0FD
(247,240,253)
#F7F3FD
(247,243,253)
#F7F6FD
(247,246,253)
#F7F9FD
(247,249,253)
#F7FCFD
(247,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DEFD; }

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

This text font color is #F7DEFD.

Background Color

.myBgColor { background-color: #F7DEFD; }

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

This div background color is #F7DEFD.

Border color

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

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

This div border color is #F7DEFD.

Opacity

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

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

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

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

This text has shadow with #F7DEFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DEFD.

Preview

Color preview on black background

This text has color #F7DEFD on black background.


Color preview on white background

This text has color #F7DEFD on white background.


Black color preview on #F7DEFD background

This text has black color on #F7DEFD background.


White color preview on #F7DEFD background

This text has white color on #F7DEFD background.


Related colors

Complementary color

Complementary color for #hex is #082102.


I love getcolorcode.com

Triadic colors

1 #FDF7DE and #DEFDF7 with #F7DEFD are triadic colors.

2 #FDDEF7 and #DEF7FD with #F7DEFD are triadic colors.