COLOR #F4EFFA

HEX: #F4EFFA RGB: (244,239,250)

Color info

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

RGB color model

#F4EFFA color RGB value is (244,239,250).

RGB: (244,239,250) (96%, 94%, 98%)

RGB channels and saturation

R 244 of 255 = 96%
G 239 of 255 = 94%
B 250 of 255 = 98%

244
239
250

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

Portions of RGB colors in percentages

R + G + B = 244 + 239 + 250 = 733 (100%)
R 244 of 733 ~ 33.29%
G 239 of 733 ~ 32.61%
B 250 of 733 ~ 34.11'%

%33.29
%32.61
%34.11

CMYK color model

#F4EFFA color CMYK value is (2,4,0,2).

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

CMYK: (2,4,0,2)
C2M4Y0K2 (2%, 4%, 0%, 2%)
(0.02 / 0.04 / 0.00 / 0.02)

CMYK percentages

%2.4
%4.4
%0
%1.96

Codes

Color #F4EFFA in popluar color models

F4 EF FA
RGB 244 239 250
HSL 267° 52.38% 95.88%
HSB/HSV 267° 4.40% 98.04%
CMYK 2.40% 4.40% 0.00%
1.96%

Color #F4EFFA in popluar number systems.

HEX F4 EF FA
Decimal 244 239 250
Binary 11110100 11101111 11111010
Octal 364 357 372

Shades and tints

Shades of #F4EFFA

#F4EFFA
(244,239,250)
#DEDAE4
(222,218,228)
#C8C5CE
(200,197,206)
#B2B0B8
(178,176,184)
#9C9BA2
(156,155,162)
#86868C
(134,134,140)
#707176
(112,113,118)
#5A5C60
(90,92,96)
#44474A
(68,71,74)
#2E3234
(46,50,52)
#181D1E
(24,29,30)
#000000
(0,0,0)

Tints of #F4EFFA

#F4EFFA
(244,239,250)
#F5F0FA
(245,240,250)
#F6F1FA
(246,241,250)
#F7F2FA
(247,242,250)
#F8F3FA
(248,243,250)
#F9F4FA
(249,244,250)
#FAF5FA
(250,245,250)
#FBF6FA
(251,246,250)
#FCF7FA
(252,247,250)
#FDF8FA
(253,248,250)
#FEF9FA
(254,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4EFFA; }

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

This text font color is #F4EFFA.

Background Color

.myBgColor { background-color: #F4EFFA; }

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

This div background color is #F4EFFA.

Border color

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

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

This div border color is #F4EFFA.

Opacity

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

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

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

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

This text has shadow with #F4EFFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4EFFA.

Preview

Color preview on black background

This text has color #F4EFFA on black background.


Color preview on white background

This text has color #F4EFFA on white background.


Black color preview on #F4EFFA background

This text has black color on #F4EFFA background.


White color preview on #F4EFFA background

This text has white color on #F4EFFA background.


Related colors

Complementary color

Complementary color for #hex is #0B1005.


I love getcolorcode.com

Triadic colors

1 #FAF4EF and #EFFAF4 with #F4EFFA are triadic colors.

2 #FAEFF4 and #EFF4FA with #F4EFFA are triadic colors.