COLOR #FEF6D5

HEX: #FEF6D5
RGB: (254,246,213)

Renk bilgisi

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

RGB renk modeli

#FEF6D5 color RGB value is (254,246,213).

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

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 246 of 255 = 96%
B 213 of 255 = 84%

254
246
213

R + G + B ~ 93%. #FEF6D5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 246 + 213 = 713 (100%)
R 254 of 713 ~ 35.62%
G 246 of 713 ~ 34.5%
B 213 of 713 ~ 29.87%

%35.62
%34.5
%29.87

CMYK RENK MODELİ

#FEF6D5 rengi CMYK tonu (0,3,16,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.15%
  • sarı tonu 16.14%
  • ana renk tonu 0.39%
CMYK:
(0,3,16,0)
C0M3Y16K0 
(0%,3%,16%,0%)
(0.00/0.03/0.16/0.00)	

CMYK yüzdeleri

%0
%3.15
%16.14
%0.39

Codes

Color #FEF6D5 in popluar color models

FEF6D5
RGB254246213
HSL48°95.35%91.57%
HSB/HSV48°16.14%99.61%
CMYK0.00%3.15%16.14%
0.39%

Color #FEF6D5 in popluar number systems.

HEXFEF6D5
Decimal254246213
Binary111111101111011011010101
Octal376366325

Shades and tints

Shades of #FEF6D5

#FEF6D5
(254,246,213)
#E7E0C2
(231,224,194)
#D0CAAF
(208,202,175)
#B9B49C
(185,180,156)
#A29E89
(162,158,137)
#8B8876
(139,136,118)
#747263
(116,114,99)
#5D5C50
(93,92,80)
#46463D
(70,70,61)
#2F302A
(47,48,42)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #FEF6D5

#FEF6D5
(254,246,213)
#FEF6D8
(254,246,216)
#FEF6DB
(254,246,219)
#FEF6DE
(254,246,222)
#FEF6E1
(254,246,225)
#FEF6E4
(254,246,228)
#FEF6E7
(254,246,231)
#FEF6EA
(254,246,234)
#FEF6ED
(254,246,237)
#FEF6F0
(254,246,240)
#FEF6F3
(254,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF6D5; }

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

This text font color is #FEF6D5.


Background Color

.myBgColor { background-color: #FEF6D5; }

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

This div background color is #FEF6D5.


Border color

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

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

This div border color is #FEF6D5.


Opacity

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

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

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

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

This text has shadow with #FEF6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF6D5 on black background.


Color preview on white background

This text has color #FEF6D5 on white background.



Black color preview on #FEF6D5 background

This text has black color on #FEF6D5 background.


White color preview on #FEF6D5 background

This text has white color on #FEF6D5 background.