COLOR #F9E4DC

HEX: #F9E4DC
RGB: (249,228,220)

Renk bilgisi

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

RGB renk modeli

#F9E4DC color RGB value is (249,228,220).

  • kırmız ton 249;
  • yeşil ton 228;
  • mavi ton 220.
RGB:
(249,228,220)
(98%,89%,86%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 228 of 255 = 89%
B 220 of 255 = 86%

249
228
220

R + G + B ~ 91%. #F9E4DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 228 + 220 = 697 (100%)
R 249 of 697 ~ 35.72%
G 228 of 697 ~ 32.71%
B 220 of 697 ~ 31.56%

%35.72
%32.71
%31.56

CMYK RENK MODELİ

#F9E4DC rengi CMYK tonu (0,8,12,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.43%
  • sarı tonu 11.65%
  • ana renk tonu 2.35%
CMYK:
(0,8,12,2)
C0M8Y12K2 
(0%,8%,12%,2%)
(0.00/0.08/0.12/0.02)	

CMYK yüzdeleri

%0
%8.43
%11.65
%2.35

Codes

Color #F9E4DC in popluar color models

F9E4DC
RGB249228220
HSL17°70.73%91.96%
HSB/HSV17°11.65%97.65%
CMYK0.00%8.43%11.65%
2.35%

Color #F9E4DC in popluar number systems.

HEXF9E4DC
Decimal249228220
Binary111110011110010011011100
Octal371344334

Shades and tints

Shades of #F9E4DC

#F9E4DC
(249,228,220)
#E3D0C8
(227,208,200)
#CDBCB4
(205,188,180)
#B7A8A0
(183,168,160)
#A1948C
(161,148,140)
#8B8078
(139,128,120)
#756C64
(117,108,100)
#5F5850
(95,88,80)
#49443C
(73,68,60)
#333028
(51,48,40)
#1D1C14
(29,28,20)
#000000
(0,0,0)

Tints of #F9E4DC

#F9E4DC
(249,228,220)
#F9E6DF
(249,230,223)
#F9E8E2
(249,232,226)
#F9EAE5
(249,234,229)
#F9ECE8
(249,236,232)
#F9EEEB
(249,238,235)
#F9F0EE
(249,240,238)
#F9F2F1
(249,242,241)
#F9F4F4
(249,244,244)
#F9F6F7
(249,246,247)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E4DC color. Also use rgb(249,228,220) instead hex code.

Text Font Color

.myTextColor { color: #F9E4DC; }

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

This text font color is #F9E4DC.


Background Color

.myBgColor { background-color: #F9E4DC; }

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

This div background color is #F9E4DC.


Border color

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

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

This div border color is #F9E4DC.


Opacity

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

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

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

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

This text has shadow with #F9E4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E4DC on black background.


Color preview on white background

This text has color #F9E4DC on white background.



Black color preview on #F9E4DC background

This text has black color on #F9E4DC background.


White color preview on #F9E4DC background

This text has white color on #F9E4DC background.