COLOR #FEF9CE

HEX: #FEF9CE
RGB: (254,249,206)

Renk bilgisi

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

RGB renk modeli

#FEF9CE color RGB value is (254,249,206).

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

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 249 of 255 = 98%
B 206 of 255 = 81%

254
249
206

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

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 249 + 206 = 709 (100%)
R 254 of 709 ~ 35.83%
G 249 of 709 ~ 35.12%
B 206 of 709 ~ 29.06%

%35.83
%35.12
%29.06

CMYK RENK MODELİ

#FEF9CE rengi CMYK tonu (0,2,19,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.97%
  • sarı tonu 18.90%
  • ana renk tonu 0.39%
CMYK:
(0,2,19,0)
C0M2Y19K0 
(0%,2%,19%,0%)
(0.00/0.02/0.19/0.00)	

CMYK yüzdeleri

%0
%1.97
%18.9
%0.39

Codes

Color #FEF9CE in popluar color models

FEF9CE
RGB254249206
HSL54°96.00%90.20%
HSB/HSV54°18.90%99.61%
CMYK0.00%1.97%18.90%
0.39%

Color #FEF9CE in popluar number systems.

HEXFEF9CE
Decimal254249206
Binary111111101111100111001110
Octal376371316

Shades and tints

Shades of #FEF9CE

#FEF9CE
(254,249,206)
#E7E3BC
(231,227,188)
#D0CDAA
(208,205,170)
#B9B798
(185,183,152)
#A2A186
(162,161,134)
#8B8B74
(139,139,116)
#747562
(116,117,98)
#5D5F50
(93,95,80)
#46493E
(70,73,62)
#2F332C
(47,51,44)
#181D1A
(24,29,26)
#000000
(0,0,0)

Tints of #FEF9CE

#FEF9CE
(254,249,206)
#FEF9D2
(254,249,210)
#FEF9D6
(254,249,214)
#FEF9DA
(254,249,218)
#FEF9DE
(254,249,222)
#FEF9E2
(254,249,226)
#FEF9E6
(254,249,230)
#FEF9EA
(254,249,234)
#FEF9EE
(254,249,238)
#FEF9F2
(254,249,242)
#FEF9F6
(254,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF9CE; }

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

This text font color is #FEF9CE.


Background Color

.myBgColor { background-color: #FEF9CE; }

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

This div background color is #FEF9CE.


Border color

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

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

This div border color is #FEF9CE.


Opacity

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

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

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

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

This text has shadow with #FEF9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF9CE on black background.


Color preview on white background

This text has color #FEF9CE on white background.



Black color preview on #FEF9CE background

This text has black color on #FEF9CE background.


White color preview on #FEF9CE background

This text has white color on #FEF9CE background.