COLOR #F9EDEB

HEX: #F9EDEB
RGB: (249,237,235)

Renk bilgisi

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

RGB renk modeli

#F9EDEB color RGB value is (249,237,235).

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

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 237 of 255 = 93%
B 235 of 255 = 92%

249
237
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 237 + 235 = 721 (100%)
R 249 of 721 ~ 34.54%
G 237 of 721 ~ 32.87%
B 235 of 721 ~ 32.59%

%34.54
%32.87
%32.59

CMYK RENK MODELİ

#F9EDEB rengi CMYK tonu (0,5,6,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.82%
  • sarı tonu 5.62%
  • ana renk tonu 2.35%
CMYK:
(0,5,6,2)
C0M5Y6K2 
(0%,5%,6%,2%)
(0.00/0.05/0.06/0.02)	

CMYK yüzdeleri

%0
%4.82
%5.62
%2.35

Codes

Color #F9EDEB in popluar color models

F9EDEB
RGB249237235
HSL53.85%94.90%
HSB/HSV5.62%97.65%
CMYK0.00%4.82%5.62%
2.35%

Color #F9EDEB in popluar number systems.

HEXF9EDEB
Decimal249237235
Binary111110011110110111101011
Octal371355353

Shades and tints

Shades of #F9EDEB

#F9EDEB
(249,237,235)
#E3D8D6
(227,216,214)
#CDC3C1
(205,195,193)
#B7AEAC
(183,174,172)
#A19997
(161,153,151)
#8B8482
(139,132,130)
#756F6D
(117,111,109)
#5F5A58
(95,90,88)
#494543
(73,69,67)
#33302E
(51,48,46)
#1D1B19
(29,27,25)
#000000
(0,0,0)

Tints of #F9EDEB

#F9EDEB
(249,237,235)
#F9EEEC
(249,238,236)
#F9EFED
(249,239,237)
#F9F0EE
(249,240,238)
#F9F1EF
(249,241,239)
#F9F2F0
(249,242,240)
#F9F3F1
(249,243,241)
#F9F4F2
(249,244,242)
#F9F5F3
(249,245,243)
#F9F6F4
(249,246,244)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EDEB; }

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

This text font color is #F9EDEB.


Background Color

.myBgColor { background-color: #F9EDEB; }

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

This div background color is #F9EDEB.


Border color

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

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

This div border color is #F9EDEB.


Opacity

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

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

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

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

This text has shadow with #F9EDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EDEB on black background.


Color preview on white background

This text has color #F9EDEB on white background.



Black color preview on #F9EDEB background

This text has black color on #F9EDEB background.


White color preview on #F9EDEB background

This text has white color on #F9EDEB background.