COLOR #F5FBEE

HEX: #F5FBEE
RGB: (245,251,238)

Renk bilgisi

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

RGB renk modeli

#F5FBEE color RGB value is (245,251,238).

  • kırmız ton 245;
  • yeşil ton 251;
  • mavi ton 238.
RGB:
(245,251,238)
(96%,98%,93%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 251 of 255 = 98%
B 238 of 255 = 93%

245
251
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 251 + 238 = 734 (100%)
R 245 of 734 ~ 33.38%
G 251 of 734 ~ 34.2%
B 238 of 734 ~ 32.43%

%33.38
%34.2
%32.43

CMYK RENK MODELİ

#F5FBEE rengi CMYK tonu (2,0,5,2).

  • camgöbeği tonu 2.39%
  • eflatun tonu 0.00%
  • sarı tonu 5.18%
  • ana renk tonu 1.57%
CMYK:
(2,0,5,2)
C2M0Y5K2 
(2%,0%,5%,2%)
(0.02/0.00/0.05/0.02)	

CMYK yüzdeleri

%2.39
%0
%5.18
%1.57

Codes

Color #F5FBEE in popluar color models

F5FBEE
RGB245251238
HSL88°61.90%95.88%
HSB/HSV88°5.18%98.43%
CMYK2.39%0.00%5.18%
1.57%

Color #F5FBEE in popluar number systems.

HEXF5FBEE
Decimal245251238
Binary111101011111101111101110
Octal365373356

Shades and tints

Shades of #F5FBEE

#F5FBEE
(245,251,238)
#DFE5D9
(223,229,217)
#C9CFC4
(201,207,196)
#B3B9AF
(179,185,175)
#9DA39A
(157,163,154)
#878D85
(135,141,133)
#717770
(113,119,112)
#5B615B
(91,97,91)
#454B46
(69,75,70)
#2F3531
(47,53,49)
#191F1C
(25,31,28)
#000000
(0,0,0)

Tints of #F5FBEE

#F5FBEE
(245,251,238)
#F5FBEF
(245,251,239)
#F5FBF0
(245,251,240)
#F5FBF1
(245,251,241)
#F5FBF2
(245,251,242)
#F5FBF3
(245,251,243)
#F5FBF4
(245,251,244)
#F5FBF5
(245,251,245)
#F5FBF6
(245,251,246)
#F5FBF7
(245,251,247)
#F5FBF8
(245,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5FBEE color. Also use rgb(245,251,238) instead hex code.

Text Font Color

.myTextColor { color: #F5FBEE; }

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

This text font color is #F5FBEE.


Background Color

.myBgColor { background-color: #F5FBEE; }

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

This div background color is #F5FBEE.


Border color

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

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

This div border color is #F5FBEE.


Opacity

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

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

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

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

This text has shadow with #F5FBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FBEE on black background.


Color preview on white background

This text has color #F5FBEE on white background.



Black color preview on #F5FBEE background

This text has black color on #F5FBEE background.


White color preview on #F5FBEE background

This text has white color on #F5FBEE background.