COLOR #F9E4DB

HEX: #F9E4DB
RGB: (249,228,219)

Renk bilgisi

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

RGB renk modeli

#F9E4DB color RGB value is (249,228,219).

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

RGB bağlantıları ve doygunluk

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

249
228
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 228 + 219 = 696 (100%)
R 249 of 696 ~ 35.78%
G 228 of 696 ~ 32.76%
B 219 of 696 ~ 31.47%

%35.78
%32.76
%31.47

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.43%
  • sarı tonu 12.05%
  • 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
%12.05
%2.35

Codes

Color #F9E4DB in popluar color models

F9E4DB
RGB249228219
HSL18°71.43%91.76%
HSB/HSV18°12.05%97.65%
CMYK0.00%8.43%12.05%
2.35%

Color #F9E4DB in popluar number systems.

HEXF9E4DB
Decimal249228219
Binary111110011110010011011011
Octal371344333

Shades and tints

Shades of #F9E4DB

#F9E4DB
(249,228,219)
#E3D0C8
(227,208,200)
#CDBCB5
(205,188,181)
#B7A8A2
(183,168,162)
#A1948F
(161,148,143)
#8B807C
(139,128,124)
#756C69
(117,108,105)
#5F5856
(95,88,86)
#494443
(73,68,67)
#333030
(51,48,48)
#1D1C1D
(29,28,29)
#000000
(0,0,0)

Tints of #F9E4DB

#F9E4DB
(249,228,219)
#F9E6DE
(249,230,222)
#F9E8E1
(249,232,225)
#F9EAE4
(249,234,228)
#F9ECE7
(249,236,231)
#F9EEEA
(249,238,234)
#F9F0ED
(249,240,237)
#F9F2F0
(249,242,240)
#F9F4F3
(249,244,243)
#F9F6F6
(249,246,246)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E4DB; }

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

This text font color is #F9E4DB.


Background Color

.myBgColor { background-color: #F9E4DB; }

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

This div background color is #F9E4DB.


Border color

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

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

This div border color is #F9E4DB.


Opacity

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

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

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

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

This text has shadow with #F9E4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E4DB on black background.


Color preview on white background

This text has color #F9E4DB on white background.



Black color preview on #F9E4DB background

This text has black color on #F9E4DB background.


White color preview on #F9E4DB background

This text has white color on #F9E4DB background.