COLOR #F7EDFD

HEX: #F7EDFD RGB: (247,237,253)

Color info

#F7EDFD contains red, green and blue colors in about the same proportion. Web safe color of #F7EDFD is #FFFFFF (or #FFF).

RGB color model

#F7EDFD color RGB value is (247,237,253).

RGB: (247,237,253) (97%, 93%, 99%)

RGB channels and saturation

R 247 of 255 = 97%
G 237 of 255 = 93%
B 253 of 255 = 99%

247
237
253

R + G + B ~ 96%. #F7EDFD is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 237 + 253 = 737 (100%)
R 247 of 737 ~ 33.51%
G 237 of 737 ~ 32.16%
B 253 of 737 ~ 34.33'%

%33.51
%32.16
%34.33

CMYK color model

#F7EDFD color CMYK value is (2,6,0,1).

  • cyan value is 2.37%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (2,6,0,1) C2M6Y0K1 (2%,6%,0%,1%) (0.02/0.06/0.00/0.01) 

CMYK percentages

%2.37
%6.32
%0
%0.78

Codes

Color #F7EDFD in popluar color models

F7 ED FD
RGB 247 237 253
HSL 278° 80.00% 96.08%
HSB/HSV 278° 6.32% 99.22%
CMYK 2.37% 6.32% 0.00%
0.78%

Color #F7EDFD in popluar number systems.

HEX F7 ED FD
Decimal 247 237 253
Binary 11110111 11101101 11111101
Octal 367 355 375

Shades and tints

Shades of #F7EDFD

#F7EDFD
(247,237,253)
#E1D8E6
(225,216,230)
#CBC3CF
(203,195,207)
#B5AEB8
(181,174,184)
#9F99A1
(159,153,161)
#89848A
(137,132,138)
#736F73
(115,111,115)
#5D5A5C
(93,90,92)
#474545
(71,69,69)
#31302E
(49,48,46)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #F7EDFD

#F7EDFD
(247,237,253)
#F7EEFD
(247,238,253)
#F7EFFD
(247,239,253)
#F7F0FD
(247,240,253)
#F7F1FD
(247,241,253)
#F7F2FD
(247,242,253)
#F7F3FD
(247,243,253)
#F7F4FD
(247,244,253)
#F7F5FD
(247,245,253)
#F7F6FD
(247,246,253)
#F7F7FD
(247,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7EDFD; }

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

This text font color is #F7EDFD.

Background Color

.myBgColor { background-color: #F7EDFD; }

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

This div background color is #F7EDFD.

Border color

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

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

This div border color is #F7EDFD.

Opacity

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

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

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

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

This text has shadow with #F7EDFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7EDFD.

Preview

Color preview on black background

This text has color #F7EDFD on black background.


Color preview on white background

This text has color #F7EDFD on white background.


Black color preview on #F7EDFD background

This text has black color on #F7EDFD background.


White color preview on #F7EDFD background

This text has white color on #F7EDFD background.


Related colors

Complementary color

Complementary color for #hex is #081202.


I love getcolorcode.com

Triadic colors

1 #FDF7ED and #EDFDF7 with #F7EDFD are triadic colors.

2 #FDEDF7 and #EDF7FD with #F7EDFD are triadic colors.