COLOR #FEF9EC

HEX: #FEF9EC
RGB: (254,249,236)

Renk bilgisi

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

RGB renk modeli

#FEF9EC color RGB value is (254,249,236).

  • kırmız ton 254;
  • yeşil ton 249;
  • mavi ton 236.
RGB:
(254,249,236)
(100%,98%,93%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 249 of 255 = 98%
B 236 of 255 = 93%

254
249
236

R + G + B ~ 97%. #FEF9EC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 249 + 236 = 739 (100%)
R 254 of 739 ~ 34.37%
G 249 of 739 ~ 33.69%
B 236 of 739 ~ 31.94%

%34.37
%33.69
%31.94

CMYK RENK MODELİ

#FEF9EC rengi CMYK tonu (0,2,7,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.97%
  • sarı tonu 7.09%
  • ana renk tonu 0.39%
CMYK:
(0,2,7,0)
C0M2Y7K0 
(0%,2%,7%,0%)
(0.00/0.02/0.07/0.00)	

CMYK yüzdeleri

%0
%1.97
%7.09
%0.39

Codes

Color #FEF9EC in popluar color models

FEF9EC
RGB254249236
HSL43°90.00%96.08%
HSB/HSV43°7.09%99.61%
CMYK0.00%1.97%7.09%
0.39%

Color #FEF9EC in popluar number systems.

HEXFEF9EC
Decimal254249236
Binary111111101111100111101100
Octal376371354

Shades and tints

Shades of #FEF9EC

#FEF9EC
(254,249,236)
#E7E3D7
(231,227,215)
#D0CDC2
(208,205,194)
#B9B7AD
(185,183,173)
#A2A198
(162,161,152)
#8B8B83
(139,139,131)
#74756E
(116,117,110)
#5D5F59
(93,95,89)
#464944
(70,73,68)
#2F332F
(47,51,47)
#181D1A
(24,29,26)
#000000
(0,0,0)

Tints of #FEF9EC

#FEF9EC
(254,249,236)
#FEF9ED
(254,249,237)
#FEF9EE
(254,249,238)
#FEF9EF
(254,249,239)
#FEF9F0
(254,249,240)
#FEF9F1
(254,249,241)
#FEF9F2
(254,249,242)
#FEF9F3
(254,249,243)
#FEF9F4
(254,249,244)
#FEF9F5
(254,249,245)
#FEF9F6
(254,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF9EC color. Also use rgb(254,249,236) instead hex code.

Text Font Color

.myTextColor { color: #FEF9EC; }

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

This text font color is #FEF9EC.


Background Color

.myBgColor { background-color: #FEF9EC; }

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

This div background color is #FEF9EC.


Border color

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

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

This div border color is #FEF9EC.


Opacity

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

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

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

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

This text has shadow with #FEF9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF9EC on black background.


Color preview on white background

This text has color #FEF9EC on white background.



Black color preview on #FEF9EC background

This text has black color on #FEF9EC background.


White color preview on #FEF9EC background

This text has white color on #FEF9EC background.