COLOR #F9EDE8

HEX: #F9EDE8
RGB: (249,237,232)

Renk bilgisi

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

RGB renk modeli

#F9EDE8 color RGB value is (249,237,232).

  • kırmız ton 249;
  • yeşil ton 237;
  • mavi ton 232.
RGB:
(249,237,232)
(98%,93%,91%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 237 of 255 = 93%
B 232 of 255 = 91%

249
237
232

R + G + B ~ 94%. #F9EDE8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 237 + 232 = 718 (100%)
R 249 of 718 ~ 34.68%
G 237 of 718 ~ 33.01%
B 232 of 718 ~ 32.31%

%34.68
%33.01
%32.31

CMYK RENK MODELİ

#F9EDE8 rengi CMYK tonu (0,5,7,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.82%
  • sarı tonu 6.83%
  • ana renk tonu 2.35%
CMYK:
(0,5,7,2)
C0M5Y7K2 
(0%,5%,7%,2%)
(0.00/0.05/0.07/0.02)	

CMYK yüzdeleri

%0
%4.82
%6.83
%2.35

Codes

Color #F9EDE8 in popluar color models

F9EDE8
RGB249237232
HSL18°58.62%94.31%
HSB/HSV18°6.83%97.65%
CMYK0.00%4.82%6.83%
2.35%

Color #F9EDE8 in popluar number systems.

HEXF9EDE8
Decimal249237232
Binary111110011110110111101000
Octal371355350

Shades and tints

Shades of #F9EDE8

#F9EDE8
(249,237,232)
#E3D8D3
(227,216,211)
#CDC3BE
(205,195,190)
#B7AEA9
(183,174,169)
#A19994
(161,153,148)
#8B847F
(139,132,127)
#756F6A
(117,111,106)
#5F5A55
(95,90,85)
#494540
(73,69,64)
#33302B
(51,48,43)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #F9EDE8

#F9EDE8
(249,237,232)
#F9EEEA
(249,238,234)
#F9EFEC
(249,239,236)
#F9F0EE
(249,240,238)
#F9F1F0
(249,241,240)
#F9F2F2
(249,242,242)
#F9F3F4
(249,243,244)
#F9F4F6
(249,244,246)
#F9F5F8
(249,245,248)
#F9F6FA
(249,246,250)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9EDE8 color. Also use rgb(249,237,232) instead hex code.

Text Font Color

.myTextColor { color: #F9EDE8; }

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

This text font color is #F9EDE8.


Background Color

.myBgColor { background-color: #F9EDE8; }

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

This div background color is #F9EDE8.


Border color

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

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

This div border color is #F9EDE8.


Opacity

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

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

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

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

This text has shadow with #F9EDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EDE8 on black background.


Color preview on white background

This text has color #F9EDE8 on white background.



Black color preview on #F9EDE8 background

This text has black color on #F9EDE8 background.


White color preview on #F9EDE8 background

This text has white color on #F9EDE8 background.