COLOR #F8F9DC

HEX: #F8F9DC
RGB: (248,249,220)

Renk bilgisi

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

RGB renk modeli

#F8F9DC color RGB value is (248,249,220).

  • kırmız ton 248;
  • yeşil ton 249;
  • mavi ton 220.
RGB:
(248,249,220)
(97%,98%,86%)

RGB bağlantıları ve doygunluk

R 248 of 255 = 97%
G 249 of 255 = 98%
B 220 of 255 = 86%

248
249
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
248 + 249 + 220 = 717 (100%)
R 248 of 717 ~ 34.59%
G 249 of 717 ~ 34.73%
B 220 of 717 ~ 30.68%

%34.59
%34.73
%30.68

CMYK RENK MODELİ

#F8F9DC rengi CMYK tonu (0,0,12,2).

  • camgöbeği tonu 0.40%
  • eflatun tonu 0.00%
  • sarı tonu 11.65%
  • ana renk tonu 2.35%
CMYK:
(0,0,12,2)
C0M0Y12K2 
(0%,0%,12%,2%)
(0.00/0.00/0.12/0.02)	

CMYK yüzdeleri

%0.4
%0
%11.65
%2.35

Codes

Color #F8F9DC in popluar color models

F8F9DC
RGB248249220
HSL62°70.73%91.96%
HSB/HSV62°11.65%97.65%
CMYK0.40%0.00%11.65%
2.35%

Color #F8F9DC in popluar number systems.

HEXF8F9DC
Decimal248249220
Binary111110001111100111011100
Octal370371334

Shades and tints

Shades of #F8F9DC

#F8F9DC
(248,249,220)
#E2E3C8
(226,227,200)
#CCCDB4
(204,205,180)
#B6B7A0
(182,183,160)
#A0A18C
(160,161,140)
#8A8B78
(138,139,120)
#747564
(116,117,100)
#5E5F50
(94,95,80)
#48493C
(72,73,60)
#323328
(50,51,40)
#1C1D14
(28,29,20)
#000000
(0,0,0)

Tints of #F8F9DC

#F8F9DC
(248,249,220)
#F8F9DF
(248,249,223)
#F8F9E2
(248,249,226)
#F8F9E5
(248,249,229)
#F8F9E8
(248,249,232)
#F8F9EB
(248,249,235)
#F8F9EE
(248,249,238)
#F8F9F1
(248,249,241)
#F8F9F4
(248,249,244)
#F8F9F7
(248,249,247)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8F9DC color. Also use rgb(248,249,220) instead hex code.

Text Font Color

.myTextColor { color: #F8F9DC; }

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

This text font color is #F8F9DC.


Background Color

.myBgColor { background-color: #F8F9DC; }

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

This div background color is #F8F9DC.


Border color

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

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

This div border color is #F8F9DC.


Opacity

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

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

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

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

This text has shadow with #F8F9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8F9DC on black background.


Color preview on white background

This text has color #F8F9DC on white background.



Black color preview on #F8F9DC background

This text has black color on #F8F9DC background.


White color preview on #F8F9DC background

This text has white color on #F8F9DC background.