COLOR #F9FBE5

HEX: #F9FBE5
RGB: (249,251,229)

Renk bilgisi

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

RGB renk modeli

#F9FBE5 color RGB value is (249,251,229).

  • kırmız ton 249;
  • yeşil ton 251;
  • mavi ton 229.
RGB:
(249,251,229)
(98%,98%,90%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 251 of 255 = 98%
B 229 of 255 = 90%

249
251
229

R + G + B ~ 95%. #F9FBE5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 251 + 229 = 729 (100%)
R 249 of 729 ~ 34.16%
G 251 of 729 ~ 34.43%
B 229 of 729 ~ 31.41%

%34.16
%34.43
%31.41

CMYK RENK MODELİ

#F9FBE5 rengi CMYK tonu (1,0,9,2).

  • camgöbeği tonu 0.80%
  • eflatun tonu 0.00%
  • sarı tonu 8.76%
  • ana renk tonu 1.57%
CMYK:
(1,0,9,2)
C1M0Y9K2 
(1%,0%,9%,2%)
(0.01/0.00/0.09/0.02)	

CMYK yüzdeleri

%0.8
%0
%8.76
%1.57

Codes

Color #F9FBE5 in popluar color models

F9FBE5
RGB249251229
HSL65°73.33%94.12%
HSB/HSV65°8.76%98.43%
CMYK0.80%0.00%8.76%
1.57%

Color #F9FBE5 in popluar number systems.

HEXF9FBE5
Decimal249251229
Binary111110011111101111100101
Octal371373345

Shades and tints

Shades of #F9FBE5

#F9FBE5
(249,251,229)
#E3E5D1
(227,229,209)
#CDCFBD
(205,207,189)
#B7B9A9
(183,185,169)
#A1A395
(161,163,149)
#8B8D81
(139,141,129)
#75776D
(117,119,109)
#5F6159
(95,97,89)
#494B45
(73,75,69)
#333531
(51,53,49)
#1D1F1D
(29,31,29)
#000000
(0,0,0)

Tints of #F9FBE5

#F9FBE5
(249,251,229)
#F9FBE7
(249,251,231)
#F9FBE9
(249,251,233)
#F9FBEB
(249,251,235)
#F9FBED
(249,251,237)
#F9FBEF
(249,251,239)
#F9FBF1
(249,251,241)
#F9FBF3
(249,251,243)
#F9FBF5
(249,251,245)
#F9FBF7
(249,251,247)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9FBE5 color. Also use rgb(249,251,229) instead hex code.

Text Font Color

.myTextColor { color: #F9FBE5; }

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

This text font color is #F9FBE5.


Background Color

.myBgColor { background-color: #F9FBE5; }

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

This div background color is #F9FBE5.


Border color

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

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

This div border color is #F9FBE5.


Opacity

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

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

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

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

This text has shadow with #F9FBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FBE5 on black background.


Color preview on white background

This text has color #F9FBE5 on white background.



Black color preview on #F9FBE5 background

This text has black color on #F9FBE5 background.


White color preview on #F9FBE5 background

This text has white color on #F9FBE5 background.