COLOR #FEF5D5

HEX: #FEF5D5
RGB: (254,245,213)

Renk bilgisi

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

RGB renk modeli

#FEF5D5 color RGB value is (254,245,213).

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

RGB bağlantıları ve doygunluk

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

254
245
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 245 + 213 = 712 (100%)
R 254 of 712 ~ 35.67%
G 245 of 712 ~ 34.41%
B 213 of 712 ~ 29.92%

%35.67
%34.41
%29.92

CMYK RENK MODELİ

#FEF5D5 rengi CMYK tonu (0,4,16,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.54%
  • sarı tonu 16.14%
  • ana renk tonu 0.39%
CMYK:
(0,4,16,0)
C0M4Y16K0 
(0%,4%,16%,0%)
(0.00/0.04/0.16/0.00)	

CMYK yüzdeleri

%0
%3.54
%16.14
%0.39

Codes

Color #FEF5D5 in popluar color models

FEF5D5
RGB254245213
HSL47°95.35%91.57%
HSB/HSV47°16.14%99.61%
CMYK0.00%3.54%16.14%
0.39%

Color #FEF5D5 in popluar number systems.

HEXFEF5D5
Decimal254245213
Binary111111101111010111010101
Octal376365325

Shades and tints

Shades of #FEF5D5

#FEF5D5
(254,245,213)
#E7DFC2
(231,223,194)
#D0C9AF
(208,201,175)
#B9B39C
(185,179,156)
#A29D89
(162,157,137)
#8B8776
(139,135,118)
#747163
(116,113,99)
#5D5B50
(93,91,80)
#46453D
(70,69,61)
#2F2F2A
(47,47,42)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #FEF5D5

#FEF5D5
(254,245,213)
#FEF5D8
(254,245,216)
#FEF5DB
(254,245,219)
#FEF5DE
(254,245,222)
#FEF5E1
(254,245,225)
#FEF5E4
(254,245,228)
#FEF5E7
(254,245,231)
#FEF5EA
(254,245,234)
#FEF5ED
(254,245,237)
#FEF5F0
(254,245,240)
#FEF5F3
(254,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF5D5; }

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

This text font color is #FEF5D5.


Background Color

.myBgColor { background-color: #FEF5D5; }

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

This div background color is #FEF5D5.


Border color

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

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

This div border color is #FEF5D5.


Opacity

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

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

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

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

This text has shadow with #FEF5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF5D5 on black background.


Color preview on white background

This text has color #FEF5D5 on white background.



Black color preview on #FEF5D5 background

This text has black color on #FEF5D5 background.


White color preview on #FEF5D5 background

This text has white color on #FEF5D5 background.