COLOR #F9E0D9

HEX: #F9E0D9
RGB: (249,224,217)

Renk bilgisi

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

RGB renk modeli

#F9E0D9 color RGB value is (249,224,217).

  • kırmız ton 249;
  • yeşil ton 224;
  • mavi ton 217.
RGB:
(249,224,217)
(98%,88%,85%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 224 of 255 = 88%
B 217 of 255 = 85%

249
224
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 224 + 217 = 690 (100%)
R 249 of 690 ~ 36.09%
G 224 of 690 ~ 32.46%
B 217 of 690 ~ 31.45%

%36.09
%32.46
%31.45

CMYK RENK MODELİ

#F9E0D9 rengi CMYK tonu (0,10,13,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.04%
  • sarı tonu 12.85%
  • ana renk tonu 2.35%
CMYK:
(0,10,13,2)
C0M10Y13K2 
(0%,10%,13%,2%)
(0.00/0.10/0.13/0.02)	

CMYK yüzdeleri

%0
%10.04
%12.85
%2.35

Codes

Color #F9E0D9 in popluar color models

F9E0D9
RGB249224217
HSL13°72.73%91.37%
HSB/HSV13°12.85%97.65%
CMYK0.00%10.04%12.85%
2.35%

Color #F9E0D9 in popluar number systems.

HEXF9E0D9
Decimal249224217
Binary111110011110000011011001
Octal371340331

Shades and tints

Shades of #F9E0D9

#F9E0D9
(249,224,217)
#E3CCC6
(227,204,198)
#CDB8B3
(205,184,179)
#B7A4A0
(183,164,160)
#A1908D
(161,144,141)
#8B7C7A
(139,124,122)
#756867
(117,104,103)
#5F5454
(95,84,84)
#494041
(73,64,65)
#332C2E
(51,44,46)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #F9E0D9

#F9E0D9
(249,224,217)
#F9E2DC
(249,226,220)
#F9E4DF
(249,228,223)
#F9E6E2
(249,230,226)
#F9E8E5
(249,232,229)
#F9EAE8
(249,234,232)
#F9ECEB
(249,236,235)
#F9EEEE
(249,238,238)
#F9F0F1
(249,240,241)
#F9F2F4
(249,242,244)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E0D9 color. Also use rgb(249,224,217) instead hex code.

Text Font Color

.myTextColor { color: #F9E0D9; }

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

This text font color is #F9E0D9.


Background Color

.myBgColor { background-color: #F9E0D9; }

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

This div background color is #F9E0D9.


Border color

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

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

This div border color is #F9E0D9.


Opacity

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

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

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

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

This text has shadow with #F9E0D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E0D9 on black background.


Color preview on white background

This text has color #F9E0D9 on white background.



Black color preview on #F9E0D9 background

This text has black color on #F9E0D9 background.


White color preview on #F9E0D9 background

This text has white color on #F9E0D9 background.