COLOR #FDF6E2

HEX: #FDF6E2
RGB: (253,246,226)

Renk bilgisi

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

RGB renk modeli

#FDF6E2 color RGB value is (253,246,226).

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

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 246 of 255 = 96%
B 226 of 255 = 89%

253
246
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 246 + 226 = 725 (100%)
R 253 of 725 ~ 34.9%
G 246 of 725 ~ 33.93%
B 226 of 725 ~ 31.17%

%34.9
%33.93
%31.17

CMYK RENK MODELİ

#FDF6E2 rengi CMYK tonu (0,3,11,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.77%
  • sarı tonu 10.67%
  • ana renk tonu 0.78%
CMYK:
(0,3,11,1)
C0M3Y11K1 
(0%,3%,11%,1%)
(0.00/0.03/0.11/0.01)	

CMYK yüzdeleri

%0
%2.77
%10.67
%0.78

Codes

Color #FDF6E2 in popluar color models

FDF6E2
RGB253246226
HSL44°87.10%93.92%
HSB/HSV44°10.67%99.22%
CMYK0.00%2.77%10.67%
0.78%

Color #FDF6E2 in popluar number systems.

HEXFDF6E2
Decimal253246226
Binary111111011111011011100010
Octal375366342

Shades and tints

Shades of #FDF6E2

#FDF6E2
(253,246,226)
#E6E0CE
(230,224,206)
#CFCABA
(207,202,186)
#B8B4A6
(184,180,166)
#A19E92
(161,158,146)
#8A887E
(138,136,126)
#73726A
(115,114,106)
#5C5C56
(92,92,86)
#454642
(69,70,66)
#2E302E
(46,48,46)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #FDF6E2

#FDF6E2
(253,246,226)
#FDF6E4
(253,246,228)
#FDF6E6
(253,246,230)
#FDF6E8
(253,246,232)
#FDF6EA
(253,246,234)
#FDF6EC
(253,246,236)
#FDF6EE
(253,246,238)
#FDF6F0
(253,246,240)
#FDF6F2
(253,246,242)
#FDF6F4
(253,246,244)
#FDF6F6
(253,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF6E2; }

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

This text font color is #FDF6E2.


Background Color

.myBgColor { background-color: #FDF6E2; }

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

This div background color is #FDF6E2.


Border color

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

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

This div border color is #FDF6E2.


Opacity

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

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

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

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

This text has shadow with #FDF6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF6E2 on black background.


Color preview on white background

This text has color #FDF6E2 on white background.



Black color preview on #FDF6E2 background

This text has black color on #FDF6E2 background.


White color preview on #FDF6E2 background

This text has white color on #FDF6E2 background.