COLOR #F4EDFB

HEX: #F4EDFB RGB: (244,237,251)

Color info

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

RGB color model

#F4EDFB color RGB value is (244,237,251).

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

RGB channels and saturation

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

244
237
251

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

Portions of RGB colors in percentages

R + G + B = 244 + 237 + 251 = 732 (100%)
R 244 of 732 ~ 33.33%
G 237 of 732 ~ 32.38%
B 251 of 732 ~ 34.29'%

%33.33
%32.38
%34.29

CMYK color model

#F4EDFB color CMYK value is (3,6,0,2).

  • cyan value is 2.79%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (3,6,0,2)
C3M6Y0K2 (3%, 6%, 0%, 2%)
(0.03 / 0.06 / 0.00 / 0.02)

CMYK percentages

%2.79
%5.58
%0
%1.57

Codes

Color #F4EDFB in popluar color models

F4 ED FB
RGB 244 237 251
HSL 270° 63.64% 95.69%
HSB/HSV 270° 5.58% 98.43%
CMYK 2.79% 5.58% 0.00%
1.57%

Color #F4EDFB in popluar number systems.

HEX F4 ED FB
Decimal 244 237 251
Binary 11110100 11101101 11111011
Octal 364 355 373

Shades and tints

Shades of #F4EDFB

#F4EDFB
(244,237,251)
#DED8E5
(222,216,229)
#C8C3CF
(200,195,207)
#B2AEB9
(178,174,185)
#9C99A3
(156,153,163)
#86848D
(134,132,141)
#706F77
(112,111,119)
#5A5A61
(90,90,97)
#44454B
(68,69,75)
#2E3035
(46,48,53)
#181B1F
(24,27,31)
#000000
(0,0,0)

Tints of #F4EDFB

#F4EDFB
(244,237,251)
#F5EEFB
(245,238,251)
#F6EFFB
(246,239,251)
#F7F0FB
(247,240,251)
#F8F1FB
(248,241,251)
#F9F2FB
(249,242,251)
#FAF3FB
(250,243,251)
#FBF4FB
(251,244,251)
#FCF5FB
(252,245,251)
#FDF6FB
(253,246,251)
#FEF7FB
(254,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4EDFB; }

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

This text font color is #F4EDFB.

Background Color

.myBgColor { background-color: #F4EDFB; }

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

This div background color is #F4EDFB.

Border color

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

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

This div border color is #F4EDFB.

Opacity

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

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

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

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

This text has shadow with #F4EDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4EDFB.

Preview

Color preview on black background

This text has color #F4EDFB on black background.


Color preview on white background

This text has color #F4EDFB on white background.


Black color preview on #F4EDFB background

This text has black color on #F4EDFB background.


White color preview on #F4EDFB background

This text has white color on #F4EDFB background.


Related colors

Complementary color

Complementary color for #hex is #0B1204.


I love getcolorcode.com

Triadic colors

1 #FBF4ED and #EDFBF4 with #F4EDFB are triadic colors.

2 #FBEDF4 and #EDF4FB with #F4EDFB are triadic colors.