COLOR #FDF4EE

HEX: #FDF4EE
RGB: (253,244,238)

Renk bilgisi

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

RGB renk modeli

#FDF4EE color RGB value is (253,244,238).

  • kırmız ton 253;
  • yeşil ton 244;
  • mavi ton 238.
RGB:
(253,244,238)
(99%,96%,93%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 244 of 255 = 96%
B 238 of 255 = 93%

253
244
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 244 + 238 = 735 (100%)
R 253 of 735 ~ 34.42%
G 244 of 735 ~ 33.2%
B 238 of 735 ~ 32.38%

%34.42
%33.2
%32.38

CMYK RENK MODELİ

#FDF4EE rengi CMYK tonu (0,4,6,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.56%
  • sarı tonu 5.93%
  • ana renk tonu 0.78%
CMYK:
(0,4,6,1)
C0M4Y6K1 
(0%,4%,6%,1%)
(0.00/0.04/0.06/0.01)	

CMYK yüzdeleri

%0
%3.56
%5.93
%0.78

Codes

Color #FDF4EE in popluar color models

FDF4EE
RGB253244238
HSL24°78.95%96.27%
HSB/HSV24°5.93%99.22%
CMYK0.00%3.56%5.93%
0.78%

Color #FDF4EE in popluar number systems.

HEXFDF4EE
Decimal253244238
Binary111111011111010011101110
Octal375364356

Shades and tints

Shades of #FDF4EE

#FDF4EE
(253,244,238)
#E6DED9
(230,222,217)
#CFC8C4
(207,200,196)
#B8B2AF
(184,178,175)
#A19C9A
(161,156,154)
#8A8685
(138,134,133)
#737070
(115,112,112)
#5C5A5B
(92,90,91)
#454446
(69,68,70)
#2E2E31
(46,46,49)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #FDF4EE

#FDF4EE
(253,244,238)
#FDF5EF
(253,245,239)
#FDF6F0
(253,246,240)
#FDF7F1
(253,247,241)
#FDF8F2
(253,248,242)
#FDF9F3
(253,249,243)
#FDFAF4
(253,250,244)
#FDFBF5
(253,251,245)
#FDFCF6
(253,252,246)
#FDFDF7
(253,253,247)
#FDFEF8
(253,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF4EE color. Also use rgb(253,244,238) instead hex code.

Text Font Color

.myTextColor { color: #FDF4EE; }

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

This text font color is #FDF4EE.


Background Color

.myBgColor { background-color: #FDF4EE; }

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

This div background color is #FDF4EE.


Border color

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

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

This div border color is #FDF4EE.


Opacity

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

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

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

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

This text has shadow with #FDF4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF4EE on black background.


Color preview on white background

This text has color #FDF4EE on white background.



Black color preview on #FDF4EE background

This text has black color on #FDF4EE background.


White color preview on #FDF4EE background

This text has white color on #FDF4EE background.