COLOR #FDF9E2

HEX: #FDF9E2
RGB: (253,249,226)

Renk bilgisi

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

RGB renk modeli

#FDF9E2 color RGB value is (253,249,226).

  • kırmız ton 253;
  • yeşil ton 249;
  • mavi ton 226.
RGB:
(253,249,226)
(99%,98%,89%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 249 of 255 = 98%
B 226 of 255 = 89%

253
249
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 249 + 226 = 728 (100%)
R 253 of 728 ~ 34.75%
G 249 of 728 ~ 34.2%
B 226 of 728 ~ 31.04%

%34.75
%34.2
%31.04

CMYK RENK MODELİ

#FDF9E2 rengi CMYK tonu (0,2,11,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.58%
  • sarı tonu 10.67%
  • ana renk tonu 0.78%
CMYK:
(0,2,11,1)
C0M2Y11K1 
(0%,2%,11%,1%)
(0.00/0.02/0.11/0.01)	

CMYK yüzdeleri

%0
%1.58
%10.67
%0.78

Codes

Color #FDF9E2 in popluar color models

FDF9E2
RGB253249226
HSL51°87.10%93.92%
HSB/HSV51°10.67%99.22%
CMYK0.00%1.58%10.67%
0.78%

Color #FDF9E2 in popluar number systems.

HEXFDF9E2
Decimal253249226
Binary111111011111100111100010
Octal375371342

Shades and tints

Shades of #FDF9E2

#FDF9E2
(253,249,226)
#E6E3CE
(230,227,206)
#CFCDBA
(207,205,186)
#B8B7A6
(184,183,166)
#A1A192
(161,161,146)
#8A8B7E
(138,139,126)
#73756A
(115,117,106)
#5C5F56
(92,95,86)
#454942
(69,73,66)
#2E332E
(46,51,46)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #FDF9E2

#FDF9E2
(253,249,226)
#FDF9E4
(253,249,228)
#FDF9E6
(253,249,230)
#FDF9E8
(253,249,232)
#FDF9EA
(253,249,234)
#FDF9EC
(253,249,236)
#FDF9EE
(253,249,238)
#FDF9F0
(253,249,240)
#FDF9F2
(253,249,242)
#FDF9F4
(253,249,244)
#FDF9F6
(253,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF9E2 color. Also use rgb(253,249,226) instead hex code.

Text Font Color

.myTextColor { color: #FDF9E2; }

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

This text font color is #FDF9E2.


Background Color

.myBgColor { background-color: #FDF9E2; }

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

This div background color is #FDF9E2.


Border color

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

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

This div border color is #FDF9E2.


Opacity

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

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

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

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

This text has shadow with #FDF9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF9E2 on black background.


Color preview on white background

This text has color #FDF9E2 on white background.



Black color preview on #FDF9E2 background

This text has black color on #FDF9E2 background.


White color preview on #FDF9E2 background

This text has white color on #FDF9E2 background.