COLOR #F0EAFA

HEX: #F0EAFA RGB: (240,234,250)

Color info

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

RGB color model

#F0EAFA color RGB value is (240,234,250).

RGB: (240,234,250) (94%, 92%, 98%)

RGB channels and saturation

R 240 of 255 = 94%
G 234 of 255 = 92%
B 250 of 255 = 98%

240
234
250

R + G + B ~ 95%. #F0EAFA is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 234 + 250 = 724 (100%)
R 240 of 724 ~ 33.15%
G 234 of 724 ~ 32.32%
B 250 of 724 ~ 34.53'%

%33.15
%32.32
%34.53

CMYK color model

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

  • cyan value is 4.00%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (4,6,0,2)
C4M6Y0K2 (4%, 6%, 0%, 2%)
(0.04 / 0.06 / 0.00 / 0.02)

CMYK percentages

%4
%6.4
%0
%1.96

Codes

Color #F0EAFA in popluar color models

F0 EA FA
RGB 240 234 250
HSL 263° 61.54% 94.90%
HSB/HSV 263° 6.40% 98.04%
CMYK 4.00% 6.40% 0.00%
1.96%

Color #F0EAFA in popluar number systems.

HEX F0 EA FA
Decimal 240 234 250
Binary 11110000 11101010 11111010
Octal 360 352 372

Shades and tints

Shades of #F0EAFA

#F0EAFA
(240,234,250)
#DBD5E4
(219,213,228)
#C6C0CE
(198,192,206)
#B1ABB8
(177,171,184)
#9C96A2
(156,150,162)
#87818C
(135,129,140)
#726C76
(114,108,118)
#5D5760
(93,87,96)
#48424A
(72,66,74)
#332D34
(51,45,52)
#1E181E
(30,24,30)
#000000
(0,0,0)

Tints of #F0EAFA

#F0EAFA
(240,234,250)
#F1EBFA
(241,235,250)
#F2ECFA
(242,236,250)
#F3EDFA
(243,237,250)
#F4EEFA
(244,238,250)
#F5EFFA
(245,239,250)
#F6F0FA
(246,240,250)
#F7F1FA
(247,241,250)
#F8F2FA
(248,242,250)
#F9F3FA
(249,243,250)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EAFA color. Also use rgb(240,234,250) instead hex code.

Text Font Color

.myTextColor { color: #F0EAFA; }

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

This text font color is #F0EAFA.

Background Color

.myBgColor { background-color: #F0EAFA; }

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

This div background color is #F0EAFA.

Border color

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

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

This div border color is #F0EAFA.

Opacity

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

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

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

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

This text has shadow with #F0EAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EAFA.

Preview

Color preview on black background

This text has color #F0EAFA on black background.


Color preview on white background

This text has color #F0EAFA on white background.


Black color preview on #F0EAFA background

This text has black color on #F0EAFA background.


White color preview on #F0EAFA background

This text has white color on #F0EAFA background.


Related colors

Complementary color

Complementary color for #hex is #0F1505.


I love getcolorcode.com

Triadic colors

1 #FAF0EA and #EAFAF0 with #F0EAFA are triadic colors.

2 #FAEAF0 and #EAF0FA with #F0EAFA are triadic colors.