COLOR #F0EBFD

HEX: #F0EBFD RGB: (240,235,253)

Color info

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

RGB color model

#F0EBFD color RGB value is (240,235,253).

RGB: (240,235,253) (94%, 92%, 99%)

RGB channels and saturation

R 240 of 255 = 94%
G 235 of 255 = 92%
B 253 of 255 = 99%

240
235
253

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

Portions of RGB colors in percentages

R + G + B = 240 + 235 + 253 = 728 (100%)
R 240 of 728 ~ 32.97%
G 235 of 728 ~ 32.28%
B 253 of 728 ~ 34.75'%

%32.97
%32.28
%34.75

CMYK color model

#F0EBFD color CMYK value is (5,7,0,1).

  • cyan value is 5.14%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (5,7,0,1)
C5M7Y0K1 (5%, 7%, 0%, 1%)
(0.05 / 0.07 / 0.00 / 0.01)

CMYK percentages

%5.14
%7.11
%0
%0.78

Codes

Color #F0EBFD in popluar color models

F0 EB FD
RGB 240 235 253
HSL 257° 81.82% 95.69%
HSB/HSV 257° 7.11% 99.22%
CMYK 5.14% 7.11% 0.00%
0.78%

Color #F0EBFD in popluar number systems.

HEX F0 EB FD
Decimal 240 235 253
Binary 11110000 11101011 11111101
Octal 360 353 375

Shades and tints

Shades of #F0EBFD

#F0EBFD
(240,235,253)
#DBD6E6
(219,214,230)
#C6C1CF
(198,193,207)
#B1ACB8
(177,172,184)
#9C97A1
(156,151,161)
#87828A
(135,130,138)
#726D73
(114,109,115)
#5D585C
(93,88,92)
#484345
(72,67,69)
#332E2E
(51,46,46)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #F0EBFD

#F0EBFD
(240,235,253)
#F1ECFD
(241,236,253)
#F2EDFD
(242,237,253)
#F3EEFD
(243,238,253)
#F4EFFD
(244,239,253)
#F5F0FD
(245,240,253)
#F6F1FD
(246,241,253)
#F7F2FD
(247,242,253)
#F8F3FD
(248,243,253)
#F9F4FD
(249,244,253)
#FAF5FD
(250,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EBFD color. Also use rgb(240,235,253) instead hex code.

Text Font Color

.myTextColor { color: #F0EBFD; }

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

This text font color is #F0EBFD.

Background Color

.myBgColor { background-color: #F0EBFD; }

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

This div background color is #F0EBFD.

Border color

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

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

This div border color is #F0EBFD.

Opacity

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

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

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

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

This text has shadow with #F0EBFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EBFD.

Preview

Color preview on black background

This text has color #F0EBFD on black background.


Color preview on white background

This text has color #F0EBFD on white background.


Black color preview on #F0EBFD background

This text has black color on #F0EBFD background.


White color preview on #F0EBFD background

This text has white color on #F0EBFD background.


Related colors

Complementary color

Complementary color for #hex is #0F1402.


I love getcolorcode.com

Triadic colors

1 #FDF0EB and #EBFDF0 with #F0EBFD are triadic colors.

2 #FDEBF0 and #EBF0FD with #F0EBFD are triadic colors.