COLOR #FCF9EF

HEX: #FCF9EF
RGB: (252,249,239)

Renk bilgisi

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

RGB renk modeli

#FCF9EF color RGB value is (252,249,239).

  • kırmız ton 252;
  • yeşil ton 249;
  • mavi ton 239.
RGB:
(252,249,239)
(99%,98%,94%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 249 of 255 = 98%
B 239 of 255 = 94%

252
249
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 249 + 239 = 740 (100%)
R 252 of 740 ~ 34.05%
G 249 of 740 ~ 33.65%
B 239 of 740 ~ 32.3%

%34.05
%33.65
%32.3

CMYK RENK MODELİ

#FCF9EF rengi CMYK tonu (0,1,5,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.19%
  • sarı tonu 5.16%
  • ana renk tonu 1.18%
CMYK:
(0,1,5,1)
C0M1Y5K1 
(0%,1%,5%,1%)
(0.00/0.01/0.05/0.01)	

CMYK yüzdeleri

%0
%1.19
%5.16
%1.18

Codes

Color #FCF9EF in popluar color models

FCF9EF
RGB252249239
HSL46°68.42%96.27%
HSB/HSV46°5.16%98.82%
CMYK0.00%1.19%5.16%
1.18%

Color #FCF9EF in popluar number systems.

HEXFCF9EF
Decimal252249239
Binary111111001111100111101111
Octal374371357

Shades and tints

Shades of #FCF9EF

#FCF9EF
(252,249,239)
#E6E3DA
(230,227,218)
#D0CDC5
(208,205,197)
#BAB7B0
(186,183,176)
#A4A19B
(164,161,155)
#8E8B86
(142,139,134)
#787571
(120,117,113)
#625F5C
(98,95,92)
#4C4947
(76,73,71)
#363332
(54,51,50)
#201D1D
(32,29,29)
#000000
(0,0,0)

Tints of #FCF9EF

#FCF9EF
(252,249,239)
#FCF9F0
(252,249,240)
#FCF9F1
(252,249,241)
#FCF9F2
(252,249,242)
#FCF9F3
(252,249,243)
#FCF9F4
(252,249,244)
#FCF9F5
(252,249,245)
#FCF9F6
(252,249,246)
#FCF9F7
(252,249,247)
#FCF9F8
(252,249,248)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF9EF color. Also use rgb(252,249,239) instead hex code.

Text Font Color

.myTextColor { color: #FCF9EF; }

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

This text font color is #FCF9EF.


Background Color

.myBgColor { background-color: #FCF9EF; }

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

This div background color is #FCF9EF.


Border color

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

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

This div border color is #FCF9EF.


Opacity

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

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

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

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

This text has shadow with #FCF9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF9EF on black background.


Color preview on white background

This text has color #FCF9EF on white background.



Black color preview on #FCF9EF background

This text has black color on #FCF9EF background.


White color preview on #FCF9EF background

This text has white color on #FCF9EF background.