COLOR #F4EDFA

HEX: #F4EDFA RGB: (244,237,250)

Color info

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

RGB color model

#F4EDFA color RGB value is (244,237,250).

RGB: (244,237,250) (96%, 93%, 98%)

RGB channels and saturation

R 244 of 255 = 96%
G 237 of 255 = 93%
B 250 of 255 = 98%

244
237
250

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

Portions of RGB colors in percentages

R + G + B = 244 + 237 + 250 = 731 (100%)
R 244 of 731 ~ 33.38%
G 237 of 731 ~ 32.42%
B 250 of 731 ~ 34.2'%

%33.38
%32.42
%34.2

CMYK color model

#F4EDFA color CMYK value is (2,5,0,2).

  • cyan value is 2.40%
  • magenta value is 5.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (2,5,0,2)
C2M5Y0K2 (2%, 5%, 0%, 2%)
(0.02 / 0.05 / 0.00 / 0.02)

CMYK percentages

%2.4
%5.2
%0
%1.96

Codes

Color #F4EDFA in popluar color models

F4 ED FA
RGB 244 237 250
HSL 272° 56.52% 95.49%
HSB/HSV 272° 5.20% 98.04%
CMYK 2.40% 5.20% 0.00%
1.96%

Color #F4EDFA in popluar number systems.

HEX F4 ED FA
Decimal 244 237 250
Binary 11110100 11101101 11111010
Octal 364 355 372

Shades and tints

Shades of #F4EDFA

#F4EDFA
(244,237,250)
#DED8E4
(222,216,228)
#C8C3CE
(200,195,206)
#B2AEB8
(178,174,184)
#9C99A2
(156,153,162)
#86848C
(134,132,140)
#706F76
(112,111,118)
#5A5A60
(90,90,96)
#44454A
(68,69,74)
#2E3034
(46,48,52)
#181B1E
(24,27,30)
#000000
(0,0,0)

Tints of #F4EDFA

#F4EDFA
(244,237,250)
#F5EEFA
(245,238,250)
#F6EFFA
(246,239,250)
#F7F0FA
(247,240,250)
#F8F1FA
(248,241,250)
#F9F2FA
(249,242,250)
#FAF3FA
(250,243,250)
#FBF4FA
(251,244,250)
#FCF5FA
(252,245,250)
#FDF6FA
(253,246,250)
#FEF7FA
(254,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4EDFA; }

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

This text font color is #F4EDFA.

Background Color

.myBgColor { background-color: #F4EDFA; }

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

This div background color is #F4EDFA.

Border color

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

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

This div border color is #F4EDFA.

Opacity

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

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

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

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

This text has shadow with #F4EDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4EDFA.

Preview

Color preview on black background

This text has color #F4EDFA on black background.


Color preview on white background

This text has color #F4EDFA on white background.


Black color preview on #F4EDFA background

This text has black color on #F4EDFA background.


White color preview on #F4EDFA background

This text has white color on #F4EDFA background.


Related colors

Complementary color

Complementary color for #hex is #0B1205.


I love getcolorcode.com

Triadic colors

1 #FAF4ED and #EDFAF4 with #F4EDFA are triadic colors.

2 #FAEDF4 and #EDF4FA with #F4EDFA are triadic colors.