COLOR #F0EAFF

HEX: #F0EAFF RGB: (240,234,255)

Color info

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

RGB color model

#F0EAFF color RGB value is (240,234,255).

RGB: (240,234,255) (94%, 92%, 100%)

RGB channels and saturation

R 240 of 255 = 94%
G 234 of 255 = 92%
B 255 of 255 = 100%

240
234
255

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

Portions of RGB colors in percentages

R + G + B = 240 + 234 + 255 = 729 (100%)
R 240 of 729 ~ 32.92%
G 234 of 729 ~ 32.1%
B 255 of 729 ~ 34.98'%

%32.92
%32.1
%34.98

CMYK color model

#F0EAFF color CMYK value is (6,8,0,0).

  • cyan value is 5.88%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (6,8,0,0)
C6M8Y0K0 (6%, 8%, 0%, 0%)
(0.06 / 0.08 / 0.00 / 0.00)

CMYK percentages

%5.88
%8.24
%0
%0

Codes

Color #F0EAFF in popluar color models

F0 EA FF
RGB 240 234 255
HSL 257° 100.00% 95.88%
HSB/HSV 257° 8.24% 100.00%
CMYK 5.88% 8.24% 0.00%
0.00%

Color #F0EAFF in popluar number systems.

HEX F0 EA FF
Decimal 240 234 255
Binary 11110000 11101010 11111111
Octal 360 352 377

Shades and tints

Shades of #F0EAFF

#F0EAFF
(240,234,255)
#DBD5E8
(219,213,232)
#C6C0D1
(198,192,209)
#B1ABBA
(177,171,186)
#9C96A3
(156,150,163)
#87818C
(135,129,140)
#726C75
(114,108,117)
#5D575E
(93,87,94)
#484247
(72,66,71)
#332D30
(51,45,48)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #F0EAFF

#F0EAFF
(240,234,255)
#F1EBFF
(241,235,255)
#F2ECFF
(242,236,255)
#F3EDFF
(243,237,255)
#F4EEFF
(244,238,255)
#F5EFFF
(245,239,255)
#F6F0FF
(246,240,255)
#F7F1FF
(247,241,255)
#F8F2FF
(248,242,255)
#F9F3FF
(249,243,255)
#FAF4FF
(250,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EAFF; }

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

This text font color is #F0EAFF.

Background Color

.myBgColor { background-color: #F0EAFF; }

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

This div background color is #F0EAFF.

Border color

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

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

This div border color is #F0EAFF.

Opacity

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

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

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

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

This text has shadow with #F0EAFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EAFF.

Preview

Color preview on black background

This text has color #F0EAFF on black background.


Color preview on white background

This text has color #F0EAFF on white background.


Black color preview on #F0EAFF background

This text has black color on #F0EAFF background.


White color preview on #F0EAFF background

This text has white color on #F0EAFF background.


Related colors

Complementary color

Complementary color for #hex is #0F1500.


I love getcolorcode.com

Triadic colors

1 #FFF0EA and #EAFFF0 with #F0EAFF are triadic colors.

2 #FFEAF0 and #EAF0FF with #F0EAFF are triadic colors.