COLOR #F9E4D8

HEX: #F9E4D8
RGB: (249,228,216)

Renk bilgisi

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

RGB renk modeli

#F9E4D8 color RGB value is (249,228,216).

  • kırmız ton 249;
  • yeşil ton 228;
  • mavi ton 216.
RGB:
(249,228,216)
(98%,89%,85%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 228 of 255 = 89%
B 216 of 255 = 85%

249
228
216

R + G + B ~ 91%. #F9E4D8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 228 + 216 = 693 (100%)
R 249 of 693 ~ 35.93%
G 228 of 693 ~ 32.9%
B 216 of 693 ~ 31.17%

%35.93
%32.9
%31.17

CMYK RENK MODELİ

#F9E4D8 rengi CMYK tonu (0,8,13,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.43%
  • sarı tonu 13.25%
  • ana renk tonu 2.35%
CMYK:
(0,8,13,2)
C0M8Y13K2 
(0%,8%,13%,2%)
(0.00/0.08/0.13/0.02)	

CMYK yüzdeleri

%0
%8.43
%13.25
%2.35

Codes

Color #F9E4D8 in popluar color models

F9E4D8
RGB249228216
HSL22°73.33%91.18%
HSB/HSV22°13.25%97.65%
CMYK0.00%8.43%13.25%
2.35%

Color #F9E4D8 in popluar number systems.

HEXF9E4D8
Decimal249228216
Binary111110011110010011011000
Octal371344330

Shades and tints

Shades of #F9E4D8

#F9E4D8
(249,228,216)
#E3D0C5
(227,208,197)
#CDBCB2
(205,188,178)
#B7A89F
(183,168,159)
#A1948C
(161,148,140)
#8B8079
(139,128,121)
#756C66
(117,108,102)
#5F5853
(95,88,83)
#494440
(73,68,64)
#33302D
(51,48,45)
#1D1C1A
(29,28,26)
#000000
(0,0,0)

Tints of #F9E4D8

#F9E4D8
(249,228,216)
#F9E6DB
(249,230,219)
#F9E8DE
(249,232,222)
#F9EAE1
(249,234,225)
#F9ECE4
(249,236,228)
#F9EEE7
(249,238,231)
#F9F0EA
(249,240,234)
#F9F2ED
(249,242,237)
#F9F4F0
(249,244,240)
#F9F6F3
(249,246,243)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E4D8 color. Also use rgb(249,228,216) instead hex code.

Text Font Color

.myTextColor { color: #F9E4D8; }

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

This text font color is #F9E4D8.


Background Color

.myBgColor { background-color: #F9E4D8; }

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

This div background color is #F9E4D8.


Border color

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

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

This div border color is #F9E4D8.


Opacity

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

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

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

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

This text has shadow with #F9E4D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E4D8 on black background.


Color preview on white background

This text has color #F9E4D8 on white background.



Black color preview on #F9E4D8 background

This text has black color on #F9E4D8 background.


White color preview on #F9E4D8 background

This text has white color on #F9E4D8 background.