COLOR #F9E5CD

HEX: #F9E5CD
RGB: (249,229,205)

Renk bilgisi

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

RGB renk modeli

#F9E5CD color RGB value is (249,229,205).

  • kırmız ton 249;
  • yeşil ton 229;
  • mavi ton 205.
RGB:
(249,229,205)
(98%,90%,80%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 229 of 255 = 90%
B 205 of 255 = 80%

249
229
205

R + G + B ~ 89%. #F9E5CD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 229 + 205 = 683 (100%)
R 249 of 683 ~ 36.46%
G 229 of 683 ~ 33.53%
B 205 of 683 ~ 30.01%

%36.46
%33.53
%30.01

CMYK RENK MODELİ

#F9E5CD rengi CMYK tonu (0,8,18,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.03%
  • sarı tonu 17.67%
  • ana renk tonu 2.35%
CMYK:
(0,8,18,2)
C0M8Y18K2 
(0%,8%,18%,2%)
(0.00/0.08/0.18/0.02)	

CMYK yüzdeleri

%0
%8.03
%17.67
%2.35

Codes

Color #F9E5CD in popluar color models

F9E5CD
RGB249229205
HSL33°78.57%89.02%
HSB/HSV33°17.67%97.65%
CMYK0.00%8.03%17.67%
2.35%

Color #F9E5CD in popluar number systems.

HEXF9E5CD
Decimal249229205
Binary111110011110010111001101
Octal371345315

Shades and tints

Shades of #F9E5CD

#F9E5CD
(249,229,205)
#E3D1BB
(227,209,187)
#CDBDA9
(205,189,169)
#B7A997
(183,169,151)
#A19585
(161,149,133)
#8B8173
(139,129,115)
#756D61
(117,109,97)
#5F594F
(95,89,79)
#49453D
(73,69,61)
#33312B
(51,49,43)
#1D1D19
(29,29,25)
#000000
(0,0,0)

Tints of #F9E5CD

#F9E5CD
(249,229,205)
#F9E7D1
(249,231,209)
#F9E9D5
(249,233,213)
#F9EBD9
(249,235,217)
#F9EDDD
(249,237,221)
#F9EFE1
(249,239,225)
#F9F1E5
(249,241,229)
#F9F3E9
(249,243,233)
#F9F5ED
(249,245,237)
#F9F7F1
(249,247,241)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E5CD color. Also use rgb(249,229,205) instead hex code.

Text Font Color

.myTextColor { color: #F9E5CD; }

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

This text font color is #F9E5CD.


Background Color

.myBgColor { background-color: #F9E5CD; }

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

This div background color is #F9E5CD.


Border color

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

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

This div border color is #F9E5CD.


Opacity

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

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

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

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

This text has shadow with #F9E5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E5CD on black background.


Color preview on white background

This text has color #F9E5CD on white background.



Black color preview on #F9E5CD background

This text has black color on #F9E5CD background.


White color preview on #F9E5CD background

This text has white color on #F9E5CD background.