COLOR #F4F9D4

HEX: #F4F9D4
RGB: (244,249,212)

Renk bilgisi

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

RGB renk modeli

#F4F9D4 color RGB value is (244,249,212).

  • kırmız ton 244;
  • yeşil ton 249;
  • mavi ton 212.
RGB:
(244,249,212)
(96%,98%,83%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 249 of 255 = 98%
B 212 of 255 = 83%

244
249
212

R + G + B ~ 92%. #F4F9D4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 249 + 212 = 705 (100%)
R 244 of 705 ~ 34.61%
G 249 of 705 ~ 35.32%
B 212 of 705 ~ 30.07%

%34.61
%35.32
%30.07

CMYK RENK MODELİ

#F4F9D4 rengi CMYK tonu (2,0,15,2).

  • camgöbeği tonu 2.01%
  • eflatun tonu 0.00%
  • sarı tonu 14.86%
  • ana renk tonu 2.35%
CMYK:
(2,0,15,2)
C2M0Y15K2 
(2%,0%,15%,2%)
(0.02/0.00/0.15/0.02)	

CMYK yüzdeleri

%2.01
%0
%14.86
%2.35

Codes

Color #F4F9D4 in popluar color models

F4F9D4
RGB244249212
HSL68°75.51%90.39%
HSB/HSV68°14.86%97.65%
CMYK2.01%0.00%14.86%
2.35%

Color #F4F9D4 in popluar number systems.

HEXF4F9D4
Decimal244249212
Binary111101001111100111010100
Octal364371324

Shades and tints

Shades of #F4F9D4

#F4F9D4
(244,249,212)
#DEE3C1
(222,227,193)
#C8CDAE
(200,205,174)
#B2B79B
(178,183,155)
#9CA188
(156,161,136)
#868B75
(134,139,117)
#707562
(112,117,98)
#5A5F4F
(90,95,79)
#44493C
(68,73,60)
#2E3329
(46,51,41)
#181D16
(24,29,22)
#000000
(0,0,0)

Tints of #F4F9D4

#F4F9D4
(244,249,212)
#F5F9D7
(245,249,215)
#F6F9DA
(246,249,218)
#F7F9DD
(247,249,221)
#F8F9E0
(248,249,224)
#F9F9E3
(249,249,227)
#FAF9E6
(250,249,230)
#FBF9E9
(251,249,233)
#FCF9EC
(252,249,236)
#FDF9EF
(253,249,239)
#FEF9F2
(254,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4F9D4 color. Also use rgb(244,249,212) instead hex code.

Text Font Color

.myTextColor { color: #F4F9D4; }

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

This text font color is #F4F9D4.


Background Color

.myBgColor { background-color: #F4F9D4; }

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

This div background color is #F4F9D4.


Border color

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

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

This div border color is #F4F9D4.


Opacity

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

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

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

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

This text has shadow with #F4F9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F9D4 on black background.


Color preview on white background

This text has color #F4F9D4 on white background.



Black color preview on #F4F9D4 background

This text has black color on #F4F9D4 background.


White color preview on #F4F9D4 background

This text has white color on #F4F9D4 background.