COLOR #F9E2DB

HEX: #F9E2DB
RGB: (249,226,219)

Renk bilgisi

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

RGB renk modeli

#F9E2DB color RGB value is (249,226,219).

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

RGB bağlantıları ve doygunluk

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

249
226
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 226 + 219 = 694 (100%)
R 249 of 694 ~ 35.88%
G 226 of 694 ~ 32.56%
B 219 of 694 ~ 31.56%

%35.88
%32.56
%31.56

CMYK RENK MODELİ

#F9E2DB rengi CMYK tonu (0,9,12,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.24%
  • sarı tonu 12.05%
  • ana renk tonu 2.35%
CMYK:
(0,9,12,2)
C0M9Y12K2 
(0%,9%,12%,2%)
(0.00/0.09/0.12/0.02)	

CMYK yüzdeleri

%0
%9.24
%12.05
%2.35

Codes

Color #F9E2DB in popluar color models

F9E2DB
RGB249226219
HSL14°71.43%91.76%
HSB/HSV14°12.05%97.65%
CMYK0.00%9.24%12.05%
2.35%

Color #F9E2DB in popluar number systems.

HEXF9E2DB
Decimal249226219
Binary111110011110001011011011
Octal371342333

Shades and tints

Shades of #F9E2DB

#F9E2DB
(249,226,219)
#E3CEC8
(227,206,200)
#CDBAB5
(205,186,181)
#B7A6A2
(183,166,162)
#A1928F
(161,146,143)
#8B7E7C
(139,126,124)
#756A69
(117,106,105)
#5F5656
(95,86,86)
#494243
(73,66,67)
#332E30
(51,46,48)
#1D1A1D
(29,26,29)
#000000
(0,0,0)

Tints of #F9E2DB

#F9E2DB
(249,226,219)
#F9E4DE
(249,228,222)
#F9E6E1
(249,230,225)
#F9E8E4
(249,232,228)
#F9EAE7
(249,234,231)
#F9ECEA
(249,236,234)
#F9EEED
(249,238,237)
#F9F0F0
(249,240,240)
#F9F2F3
(249,242,243)
#F9F4F6
(249,244,246)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E2DB; }

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

This text font color is #F9E2DB.


Background Color

.myBgColor { background-color: #F9E2DB; }

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

This div background color is #F9E2DB.


Border color

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

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

This div border color is #F9E2DB.


Opacity

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

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

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

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

This text has shadow with #F9E2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E2DB on black background.


Color preview on white background

This text has color #F9E2DB on white background.



Black color preview on #F9E2DB background

This text has black color on #F9E2DB background.


White color preview on #F9E2DB background

This text has white color on #F9E2DB background.