COLOR #F0E6EE

HEX: #F0E6EE
RGB: (240,230,238)

Renk bilgisi

#F0E6EE contains red, green and blue colors in about the same proportion. #F0E6EE ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#F0E6EE color RGB value is (240,230,238).

  • kırmız ton 240;
  • yeşil ton 230;
  • mavi ton 238.
RGB:
(240,230,238)
(94%,90%,93%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 230 of 255 = 90%
B 238 of 255 = 93%

240
230
238

R + G + B ~ 92%. #F0E6EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 230 + 238 = 708 (100%)
R 240 of 708 ~ 33.9%
G 230 of 708 ~ 32.49%
B 238 of 708 ~ 33.62%

%33.9
%32.49
%33.62

CMYK RENK MODELİ

#F0E6EE rengi CMYK tonu (0,4,1,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.17%
  • sarı tonu 0.83%
  • ana renk tonu 5.88%
CMYK:
(0,4,1,6)
C0M4Y1K6 
(0%,4%,1%,6%)
(0.00/0.04/0.01/0.06)	

CMYK yüzdeleri

%0
%4.17
%0.83
%5.88

Codes

Color #F0E6EE in popluar color models

F0E6EE
RGB240230238
HSL312°25.00%92.16%
HSB/HSV312°4.17%94.12%
CMYK0.00%4.17%0.83%
5.88%

Color #F0E6EE in popluar number systems.

HEXF0E6EE
Decimal240230238
Binary111100001110011011101110
Octal360346356

Shades and tints

Shades of #F0E6EE

#F0E6EE
(240,230,238)
#DBD2D9
(219,210,217)
#C6BEC4
(198,190,196)
#B1AAAF
(177,170,175)
#9C969A
(156,150,154)
#878285
(135,130,133)
#726E70
(114,110,112)
#5D5A5B
(93,90,91)
#484646
(72,70,70)
#333231
(51,50,49)
#1E1E1C
(30,30,28)
#000000
(0,0,0)

Tints of #F0E6EE

#F0E6EE
(240,230,238)
#F1E8EF
(241,232,239)
#F2EAF0
(242,234,240)
#F3ECF1
(243,236,241)
#F4EEF2
(244,238,242)
#F5F0F3
(245,240,243)
#F6F2F4
(246,242,244)
#F7F4F5
(247,244,245)
#F8F6F6
(248,246,246)
#F9F8F7
(249,248,247)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E6EE color. Also use rgb(240,230,238) instead hex code.

Text Font Color

.myTextColor { color: #F0E6EE; }

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

This text font color is #F0E6EE.


Background Color

.myBgColor { background-color: #F0E6EE; }

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

This div background color is #F0E6EE.


Border color

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

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

This div border color is #F0E6EE.


Opacity

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

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

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

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

This text has shadow with #F0E6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E6EE on black background.


Color preview on white background

This text has color #F0E6EE on white background.



Black color preview on #F0E6EE background

This text has black color on #F0E6EE background.


White color preview on #F0E6EE background

This text has white color on #F0E6EE background.