COLOR #F9FDD1

HEX: #F9FDD1
RGB: (249,253,209)

Renk bilgisi

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

RGB renk modeli

#F9FDD1 color RGB value is (249,253,209).

  • kırmız ton 249;
  • yeşil ton 253;
  • mavi ton 209.
RGB:
(249,253,209)
(98%,99%,82%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 253 of 255 = 99%
B 209 of 255 = 82%

249
253
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 253 + 209 = 711 (100%)
R 249 of 711 ~ 35.02%
G 253 of 711 ~ 35.58%
B 209 of 711 ~ 29.4%

%35.02
%35.58
%29.4

CMYK RENK MODELİ

#F9FDD1 rengi CMYK tonu (2,0,17,1).

  • camgöbeği tonu 1.58%
  • eflatun tonu 0.00%
  • sarı tonu 17.39%
  • ana renk tonu 0.78%
CMYK:
(2,0,17,1)
C2M0Y17K1 
(2%,0%,17%,1%)
(0.02/0.00/0.17/0.01)	

CMYK yüzdeleri

%1.58
%0
%17.39
%0.78

Codes

Color #F9FDD1 in popluar color models

F9FDD1
RGB249253209
HSL65°91.67%90.59%
HSB/HSV65°17.39%99.22%
CMYK1.58%0.00%17.39%
0.78%

Color #F9FDD1 in popluar number systems.

HEXF9FDD1
Decimal249253209
Binary111110011111110111010001
Octal371375321

Shades and tints

Shades of #F9FDD1

#F9FDD1
(249,253,209)
#E3E6BE
(227,230,190)
#CDCFAB
(205,207,171)
#B7B898
(183,184,152)
#A1A185
(161,161,133)
#8B8A72
(139,138,114)
#75735F
(117,115,95)
#5F5C4C
(95,92,76)
#494539
(73,69,57)
#332E26
(51,46,38)
#1D1713
(29,23,19)
#000000
(0,0,0)

Tints of #F9FDD1

#F9FDD1
(249,253,209)
#F9FDD5
(249,253,213)
#F9FDD9
(249,253,217)
#F9FDDD
(249,253,221)
#F9FDE1
(249,253,225)
#F9FDE5
(249,253,229)
#F9FDE9
(249,253,233)
#F9FDED
(249,253,237)
#F9FDF1
(249,253,241)
#F9FDF5
(249,253,245)
#F9FDF9
(249,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9FDD1 color. Also use rgb(249,253,209) instead hex code.

Text Font Color

.myTextColor { color: #F9FDD1; }

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

This text font color is #F9FDD1.


Background Color

.myBgColor { background-color: #F9FDD1; }

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

This div background color is #F9FDD1.


Border color

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

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

This div border color is #F9FDD1.


Opacity

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

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

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

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

This text has shadow with #F9FDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FDD1 on black background.


Color preview on white background

This text has color #F9FDD1 on white background.



Black color preview on #F9FDD1 background

This text has black color on #F9FDD1 background.


White color preview on #F9FDD1 background

This text has white color on #F9FDD1 background.