COLOR #F5F9F1

HEX: #F5F9F1
RGB: (245,249,241)

Renk bilgisi

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

RGB renk modeli

#F5F9F1 color RGB value is (245,249,241).

  • kırmız ton 245;
  • yeşil ton 249;
  • mavi ton 241.
RGB:
(245,249,241)
(96%,98%,95%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 249 of 255 = 98%
B 241 of 255 = 95%

245
249
241

R + G + B ~ 96%. #F5F9F1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 249 + 241 = 735 (100%)
R 245 of 735 ~ 33.33%
G 249 of 735 ~ 33.88%
B 241 of 735 ~ 32.79%

%33.33
%33.88
%32.79

CMYK RENK MODELİ

#F5F9F1 rengi CMYK tonu (2,0,3,2).

  • camgöbeği tonu 1.61%
  • eflatun tonu 0.00%
  • sarı tonu 3.21%
  • ana renk tonu 2.35%
CMYK:
(2,0,3,2)
C2M0Y3K2 
(2%,0%,3%,2%)
(0.02/0.00/0.03/0.02)	

CMYK yüzdeleri

%1.61
%0
%3.21
%2.35

Codes

Color #F5F9F1 in popluar color models

F5F9F1
RGB245249241
HSL90°40.00%96.08%
HSB/HSV90°3.21%97.65%
CMYK1.61%0.00%3.21%
2.35%

Color #F5F9F1 in popluar number systems.

HEXF5F9F1
Decimal245249241
Binary111101011111100111110001
Octal365371361

Shades and tints

Shades of #F5F9F1

#F5F9F1
(245,249,241)
#DFE3DC
(223,227,220)
#C9CDC7
(201,205,199)
#B3B7B2
(179,183,178)
#9DA19D
(157,161,157)
#878B88
(135,139,136)
#717573
(113,117,115)
#5B5F5E
(91,95,94)
#454949
(69,73,73)
#2F3334
(47,51,52)
#191D1F
(25,29,31)
#000000
(0,0,0)

Tints of #F5F9F1

#F5F9F1
(245,249,241)
#F5F9F2
(245,249,242)
#F5F9F3
(245,249,243)
#F5F9F4
(245,249,244)
#F5F9F5
(245,249,245)
#F5F9F6
(245,249,246)
#F5F9F7
(245,249,247)
#F5F9F8
(245,249,248)
#F5F9F9
(245,249,249)
#F5F9FA
(245,249,250)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F9F1 color. Also use rgb(245,249,241) instead hex code.

Text Font Color

.myTextColor { color: #F5F9F1; }

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

This text font color is #F5F9F1.


Background Color

.myBgColor { background-color: #F5F9F1; }

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

This div background color is #F5F9F1.


Border color

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

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

This div border color is #F5F9F1.


Opacity

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

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

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

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

This text has shadow with #F5F9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F9F1 on black background.


Color preview on white background

This text has color #F5F9F1 on white background.



Black color preview on #F5F9F1 background

This text has black color on #F5F9F1 background.


White color preview on #F5F9F1 background

This text has white color on #F5F9F1 background.