COLOR #FEF6DA

HEX: #FEF6DA
RGB: (254,246,218)

Renk bilgisi

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

RGB renk modeli

#FEF6DA color RGB value is (254,246,218).

  • kırmız ton 254;
  • yeşil ton 246;
  • mavi ton 218.
RGB:
(254,246,218)
(100%,96%,85%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 246 of 255 = 96%
B 218 of 255 = 85%

254
246
218

R + G + B ~ 94%. #FEF6DA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 246 + 218 = 718 (100%)
R 254 of 718 ~ 35.38%
G 246 of 718 ~ 34.26%
B 218 of 718 ~ 30.36%

%35.38
%34.26
%30.36

CMYK RENK MODELİ

#FEF6DA rengi CMYK tonu (0,3,14,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.15%
  • sarı tonu 14.17%
  • ana renk tonu 0.39%
CMYK:
(0,3,14,0)
C0M3Y14K0 
(0%,3%,14%,0%)
(0.00/0.03/0.14/0.00)	

CMYK yüzdeleri

%0
%3.15
%14.17
%0.39

Codes

Color #FEF6DA in popluar color models

FEF6DA
RGB254246218
HSL47°94.74%92.55%
HSB/HSV47°14.17%99.61%
CMYK0.00%3.15%14.17%
0.39%

Color #FEF6DA in popluar number systems.

HEXFEF6DA
Decimal254246218
Binary111111101111011011011010
Octal376366332

Shades and tints

Shades of #FEF6DA

#FEF6DA
(254,246,218)
#E7E0C7
(231,224,199)
#D0CAB4
(208,202,180)
#B9B4A1
(185,180,161)
#A29E8E
(162,158,142)
#8B887B
(139,136,123)
#747268
(116,114,104)
#5D5C55
(93,92,85)
#464642
(70,70,66)
#2F302F
(47,48,47)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #FEF6DA

#FEF6DA
(254,246,218)
#FEF6DD
(254,246,221)
#FEF6E0
(254,246,224)
#FEF6E3
(254,246,227)
#FEF6E6
(254,246,230)
#FEF6E9
(254,246,233)
#FEF6EC
(254,246,236)
#FEF6EF
(254,246,239)
#FEF6F2
(254,246,242)
#FEF6F5
(254,246,245)
#FEF6F8
(254,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF6DA color. Also use rgb(254,246,218) instead hex code.

Text Font Color

.myTextColor { color: #FEF6DA; }

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

This text font color is #FEF6DA.


Background Color

.myBgColor { background-color: #FEF6DA; }

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

This div background color is #FEF6DA.


Border color

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

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

This div border color is #FEF6DA.


Opacity

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

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

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

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

This text has shadow with #FEF6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF6DA on black background.


Color preview on white background

This text has color #FEF6DA on white background.



Black color preview on #FEF6DA background

This text has black color on #FEF6DA background.


White color preview on #FEF6DA background

This text has white color on #FEF6DA background.