COLOR #F5FDE4

HEX: #F5FDE4
RGB: (245,253,228)

Renk bilgisi

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

RGB renk modeli

#F5FDE4 color RGB value is (245,253,228).

  • kırmız ton 245;
  • yeşil ton 253;
  • mavi ton 228.
RGB:
(245,253,228)
(96%,99%,89%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 253 of 255 = 99%
B 228 of 255 = 89%

245
253
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 253 + 228 = 726 (100%)
R 245 of 726 ~ 33.75%
G 253 of 726 ~ 34.85%
B 228 of 726 ~ 31.4%

%33.75
%34.85
%31.4

CMYK RENK MODELİ

#F5FDE4 rengi CMYK tonu (3,0,10,1).

  • camgöbeği tonu 3.16%
  • eflatun tonu 0.00%
  • sarı tonu 9.88%
  • ana renk tonu 0.78%
CMYK:
(3,0,10,1)
C3M0Y10K1 
(3%,0%,10%,1%)
(0.03/0.00/0.10/0.01)	

CMYK yüzdeleri

%3.16
%0
%9.88
%0.78

Codes

Color #F5FDE4 in popluar color models

F5FDE4
RGB245253228
HSL79°86.21%94.31%
HSB/HSV79°9.88%99.22%
CMYK3.16%0.00%9.88%
0.78%

Color #F5FDE4 in popluar number systems.

HEXF5FDE4
Decimal245253228
Binary111101011111110111100100
Octal365375344

Shades and tints

Shades of #F5FDE4

#F5FDE4
(245,253,228)
#DFE6D0
(223,230,208)
#C9CFBC
(201,207,188)
#B3B8A8
(179,184,168)
#9DA194
(157,161,148)
#878A80
(135,138,128)
#71736C
(113,115,108)
#5B5C58
(91,92,88)
#454544
(69,69,68)
#2F2E30
(47,46,48)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #F5FDE4

#F5FDE4
(245,253,228)
#F5FDE6
(245,253,230)
#F5FDE8
(245,253,232)
#F5FDEA
(245,253,234)
#F5FDEC
(245,253,236)
#F5FDEE
(245,253,238)
#F5FDF0
(245,253,240)
#F5FDF2
(245,253,242)
#F5FDF4
(245,253,244)
#F5FDF6
(245,253,246)
#F5FDF8
(245,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5FDE4 color. Also use rgb(245,253,228) instead hex code.

Text Font Color

.myTextColor { color: #F5FDE4; }

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

This text font color is #F5FDE4.


Background Color

.myBgColor { background-color: #F5FDE4; }

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

This div background color is #F5FDE4.


Border color

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

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

This div border color is #F5FDE4.


Opacity

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

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

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

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

This text has shadow with #F5FDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FDE4 on black background.


Color preview on white background

This text has color #F5FDE4 on white background.



Black color preview on #F5FDE4 background

This text has black color on #F5FDE4 background.


White color preview on #F5FDE4 background

This text has white color on #F5FDE4 background.