COLOR #F9F0E0

HEX: #F9F0E0
RGB: (249,240,224)

Renk bilgisi

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

RGB renk modeli

#F9F0E0 color RGB value is (249,240,224).

  • kırmız ton 249;
  • yeşil ton 240;
  • mavi ton 224.
RGB:
(249,240,224)
(98%,94%,88%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 240 of 255 = 94%
B 224 of 255 = 88%

249
240
224

R + G + B ~ 93%. #F9F0E0 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 240 + 224 = 713 (100%)
R 249 of 713 ~ 34.92%
G 240 of 713 ~ 33.66%
B 224 of 713 ~ 31.42%

%34.92
%33.66
%31.42

CMYK RENK MODELİ

#F9F0E0 rengi CMYK tonu (0,4,10,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.61%
  • sarı tonu 10.04%
  • ana renk tonu 2.35%
CMYK:
(0,4,10,2)
C0M4Y10K2 
(0%,4%,10%,2%)
(0.00/0.04/0.10/0.02)	

CMYK yüzdeleri

%0
%3.61
%10.04
%2.35

Codes

Color #F9F0E0 in popluar color models

F9F0E0
RGB249240224
HSL38°67.57%92.75%
HSB/HSV38°10.04%97.65%
CMYK0.00%3.61%10.04%
2.35%

Color #F9F0E0 in popluar number systems.

HEXF9F0E0
Decimal249240224
Binary111110011111000011100000
Octal371360340

Shades and tints

Shades of #F9F0E0

#F9F0E0
(249,240,224)
#E3DBCC
(227,219,204)
#CDC6B8
(205,198,184)
#B7B1A4
(183,177,164)
#A19C90
(161,156,144)
#8B877C
(139,135,124)
#757268
(117,114,104)
#5F5D54
(95,93,84)
#494840
(73,72,64)
#33332C
(51,51,44)
#1D1E18
(29,30,24)
#000000
(0,0,0)

Tints of #F9F0E0

#F9F0E0
(249,240,224)
#F9F1E2
(249,241,226)
#F9F2E4
(249,242,228)
#F9F3E6
(249,243,230)
#F9F4E8
(249,244,232)
#F9F5EA
(249,245,234)
#F9F6EC
(249,246,236)
#F9F7EE
(249,247,238)
#F9F8F0
(249,248,240)
#F9F9F2
(249,249,242)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9F0E0 color. Also use rgb(249,240,224) instead hex code.

Text Font Color

.myTextColor { color: #F9F0E0; }

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

This text font color is #F9F0E0.


Background Color

.myBgColor { background-color: #F9F0E0; }

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

This div background color is #F9F0E0.


Border color

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

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

This div border color is #F9F0E0.


Opacity

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

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

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

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

This text has shadow with #F9F0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F0E0 on black background.


Color preview on white background

This text has color #F9F0E0 on white background.



Black color preview on #F9F0E0 background

This text has black color on #F9F0E0 background.


White color preview on #F9F0E0 background

This text has white color on #F9F0E0 background.