COLOR #F0E5DD

HEX: #F0E5DD
RGB: (240,229,221)

Renk bilgisi

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

RGB renk modeli

#F0E5DD color RGB value is (240,229,221).

  • kırmız ton 240;
  • yeşil ton 229;
  • mavi ton 221.
RGB:
(240,229,221)
(94%,90%,87%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 229 of 255 = 90%
B 221 of 255 = 87%

240
229
221

R + G + B ~ 90%. #F0E5DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 229 + 221 = 690 (100%)
R 240 of 690 ~ 34.78%
G 229 of 690 ~ 33.19%
B 221 of 690 ~ 32.03%

%34.78
%33.19
%32.03

CMYK RENK MODELİ

#F0E5DD rengi CMYK tonu (0,5,8,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.58%
  • sarı tonu 7.92%
  • ana renk tonu 5.88%
CMYK:
(0,5,8,6)
C0M5Y8K6 
(0%,5%,8%,6%)
(0.00/0.05/0.08/0.06)	

CMYK yüzdeleri

%0
%4.58
%7.92
%5.88

Codes

Color #F0E5DD in popluar color models

F0E5DD
RGB240229221
HSL25°38.78%90.39%
HSB/HSV25°7.92%94.12%
CMYK0.00%4.58%7.92%
5.88%

Color #F0E5DD in popluar number systems.

HEXF0E5DD
Decimal240229221
Binary111100001110010111011101
Octal360345335

Shades and tints

Shades of #F0E5DD

#F0E5DD
(240,229,221)
#DBD1C9
(219,209,201)
#C6BDB5
(198,189,181)
#B1A9A1
(177,169,161)
#9C958D
(156,149,141)
#878179
(135,129,121)
#726D65
(114,109,101)
#5D5951
(93,89,81)
#48453D
(72,69,61)
#333129
(51,49,41)
#1E1D15
(30,29,21)
#000000
(0,0,0)

Tints of #F0E5DD

#F0E5DD
(240,229,221)
#F1E7E0
(241,231,224)
#F2E9E3
(242,233,227)
#F3EBE6
(243,235,230)
#F4EDE9
(244,237,233)
#F5EFEC
(245,239,236)
#F6F1EF
(246,241,239)
#F7F3F2
(247,243,242)
#F8F5F5
(248,245,245)
#F9F7F8
(249,247,248)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E5DD color. Also use rgb(240,229,221) instead hex code.

Text Font Color

.myTextColor { color: #F0E5DD; }

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

This text font color is #F0E5DD.


Background Color

.myBgColor { background-color: #F0E5DD; }

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

This div background color is #F0E5DD.


Border color

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

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

This div border color is #F0E5DD.


Opacity

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

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

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

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

This text has shadow with #F0E5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E5DD on black background.


Color preview on white background

This text has color #F0E5DD on white background.



Black color preview on #F0E5DD background

This text has black color on #F0E5DD background.


White color preview on #F0E5DD background

This text has white color on #F0E5DD background.