COLOR #F4EDFD

HEX: #F4EDFD RGB: (244,237,253)

Color info

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

RGB color model

#F4EDFD color RGB value is (244,237,253).

RGB: (244,237,253) (96%, 93%, 99%)

RGB channels and saturation

R 244 of 255 = 96%
G 237 of 255 = 93%
B 253 of 255 = 99%

244
237
253

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

Portions of RGB colors in percentages

R + G + B = 244 + 237 + 253 = 734 (100%)
R 244 of 734 ~ 33.24%
G 237 of 734 ~ 32.29%
B 253 of 734 ~ 34.47'%

%33.24
%32.29
%34.47

CMYK color model

#F4EDFD color CMYK value is (4,6,0,1).

  • cyan value is 3.56%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (4,6,0,1)
C4M6Y0K1 (4%, 6%, 0%, 1%)
(0.04 / 0.06 / 0.00 / 0.01)

CMYK percentages

%3.56
%6.32
%0
%0.78

Codes

Color #F4EDFD in popluar color models

F4 ED FD
RGB 244 237 253
HSL 266° 80.00% 96.08%
HSB/HSV 266° 6.32% 99.22%
CMYK 3.56% 6.32% 0.00%
0.78%

Color #F4EDFD in popluar number systems.

HEX F4 ED FD
Decimal 244 237 253
Binary 11110100 11101101 11111101
Octal 364 355 375

Shades and tints

Shades of #F4EDFD

#F4EDFD
(244,237,253)
#DED8E6
(222,216,230)
#C8C3CF
(200,195,207)
#B2AEB8
(178,174,184)
#9C99A1
(156,153,161)
#86848A
(134,132,138)
#706F73
(112,111,115)
#5A5A5C
(90,90,92)
#444545
(68,69,69)
#2E302E
(46,48,46)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #F4EDFD

#F4EDFD
(244,237,253)
#F5EEFD
(245,238,253)
#F6EFFD
(246,239,253)
#F7F0FD
(247,240,253)
#F8F1FD
(248,241,253)
#F9F2FD
(249,242,253)
#FAF3FD
(250,243,253)
#FBF4FD
(251,244,253)
#FCF5FD
(252,245,253)
#FDF6FD
(253,246,253)
#FEF7FD
(254,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4EDFD; }

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

This text font color is #F4EDFD.

Background Color

.myBgColor { background-color: #F4EDFD; }

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

This div background color is #F4EDFD.

Border color

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

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

This div border color is #F4EDFD.

Opacity

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

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

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

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

This text has shadow with #F4EDFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4EDFD.

Preview

Color preview on black background

This text has color #F4EDFD on black background.


Color preview on white background

This text has color #F4EDFD on white background.


Black color preview on #F4EDFD background

This text has black color on #F4EDFD background.


White color preview on #F4EDFD background

This text has white color on #F4EDFD background.


Related colors

Complementary color

Complementary color for #hex is #0B1202.


I love getcolorcode.com

Triadic colors

1 #FDF4ED and #EDFDF4 with #F4EDFD are triadic colors.

2 #FDEDF4 and #EDF4FD with #F4EDFD are triadic colors.