COLOR #FDF9E6

HEX: #FDF9E6
RGB: (253,249,230)

Renk bilgisi

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

RGB renk modeli

#FDF9E6 color RGB value is (253,249,230).

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

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 249 of 255 = 98%
B 230 of 255 = 90%

253
249
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 249 + 230 = 732 (100%)
R 253 of 732 ~ 34.56%
G 249 of 732 ~ 34.02%
B 230 of 732 ~ 31.42%

%34.56
%34.02
%31.42

CMYK RENK MODELİ

#FDF9E6 rengi CMYK tonu (0,2,9,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.58%
  • sarı tonu 9.09%
  • ana renk tonu 0.78%
CMYK:
(0,2,9,1)
C0M2Y9K1 
(0%,2%,9%,1%)
(0.00/0.02/0.09/0.01)	

CMYK yüzdeleri

%0
%1.58
%9.09
%0.78

Codes

Color #FDF9E6 in popluar color models

FDF9E6
RGB253249230
HSL50°85.19%94.71%
HSB/HSV50°9.09%99.22%
CMYK0.00%1.58%9.09%
0.78%

Color #FDF9E6 in popluar number systems.

HEXFDF9E6
Decimal253249230
Binary111111011111100111100110
Octal375371346

Shades and tints

Shades of #FDF9E6

#FDF9E6
(253,249,230)
#E6E3D2
(230,227,210)
#CFCDBE
(207,205,190)
#B8B7AA
(184,183,170)
#A1A196
(161,161,150)
#8A8B82
(138,139,130)
#73756E
(115,117,110)
#5C5F5A
(92,95,90)
#454946
(69,73,70)
#2E3332
(46,51,50)
#171D1E
(23,29,30)
#000000
(0,0,0)

Tints of #FDF9E6

#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)
#FDF9F8
(253,249,248)
#FDF9FA
(253,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF9E6; }

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

This text font color is #FDF9E6.


Background Color

.myBgColor { background-color: #FDF9E6; }

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

This div background color is #FDF9E6.


Border color

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

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

This div border color is #FDF9E6.


Opacity

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

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

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

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

This text has shadow with #FDF9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF9E6 on black background.


Color preview on white background

This text has color #FDF9E6 on white background.



Black color preview on #FDF9E6 background

This text has black color on #FDF9E6 background.


White color preview on #FDF9E6 background

This text has white color on #FDF9E6 background.