COLOR #FEF9DD

HEX: #FEF9DD
RGB: (254,249,221)

Renk bilgisi

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

RGB renk modeli

#FEF9DD color RGB value is (254,249,221).

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

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 249 of 255 = 98%
B 221 of 255 = 87%

254
249
221

R + G + B ~ 95%. #FEF9DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 249 + 221 = 724 (100%)
R 254 of 724 ~ 35.08%
G 249 of 724 ~ 34.39%
B 221 of 724 ~ 30.52%

%35.08
%34.39
%30.52

CMYK RENK MODELİ

#FEF9DD rengi CMYK tonu (0,2,13,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.97%
  • sarı tonu 12.99%
  • ana renk tonu 0.39%
CMYK:
(0,2,13,0)
C0M2Y13K0 
(0%,2%,13%,0%)
(0.00/0.02/0.13/0.00)	

CMYK yüzdeleri

%0
%1.97
%12.99
%0.39

Codes

Color #FEF9DD in popluar color models

FEF9DD
RGB254249221
HSL51°94.29%93.14%
HSB/HSV51°12.99%99.61%
CMYK0.00%1.97%12.99%
0.39%

Color #FEF9DD in popluar number systems.

HEXFEF9DD
Decimal254249221
Binary111111101111100111011101
Octal376371335

Shades and tints

Shades of #FEF9DD

#FEF9DD
(254,249,221)
#E7E3C9
(231,227,201)
#D0CDB5
(208,205,181)
#B9B7A1
(185,183,161)
#A2A18D
(162,161,141)
#8B8B79
(139,139,121)
#747565
(116,117,101)
#5D5F51
(93,95,81)
#46493D
(70,73,61)
#2F3329
(47,51,41)
#181D15
(24,29,21)
#000000
(0,0,0)

Tints of #FEF9DD

#FEF9DD
(254,249,221)
#FEF9E0
(254,249,224)
#FEF9E3
(254,249,227)
#FEF9E6
(254,249,230)
#FEF9E9
(254,249,233)
#FEF9EC
(254,249,236)
#FEF9EF
(254,249,239)
#FEF9F2
(254,249,242)
#FEF9F5
(254,249,245)
#FEF9F8
(254,249,248)
#FEF9FB
(254,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF9DD; }

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

This text font color is #FEF9DD.


Background Color

.myBgColor { background-color: #FEF9DD; }

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

This div background color is #FEF9DD.


Border color

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

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

This div border color is #FEF9DD.


Opacity

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

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

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

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

This text has shadow with #FEF9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF9DD on black background.


Color preview on white background

This text has color #FEF9DD on white background.



Black color preview on #FEF9DD background

This text has black color on #FEF9DD background.


White color preview on #FEF9DD background

This text has white color on #FEF9DD background.