COLOR #FCF9D4

HEX: #FCF9D4
RGB: (252,249,212)

Renk bilgisi

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

RGB renk modeli

#FCF9D4 color RGB value is (252,249,212).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 249 of 255 = 98%
B 212 of 255 = 83%

252
249
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 249 + 212 = 713 (100%)
R 252 of 713 ~ 35.34%
G 249 of 713 ~ 34.92%
B 212 of 713 ~ 29.73%

%35.34
%34.92
%29.73

CMYK RENK MODELİ

#FCF9D4 rengi CMYK tonu (0,1,16,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.19%
  • sarı tonu 15.87%
  • ana renk tonu 1.18%
CMYK:
(0,1,16,1)
C0M1Y16K1 
(0%,1%,16%,1%)
(0.00/0.01/0.16/0.01)	

CMYK yüzdeleri

%0
%1.19
%15.87
%1.18

Codes

Color #FCF9D4 in popluar color models

FCF9D4
RGB252249212
HSL56°86.96%90.98%
HSB/HSV56°15.87%98.82%
CMYK0.00%1.19%15.87%
1.18%

Color #FCF9D4 in popluar number systems.

HEXFCF9D4
Decimal252249212
Binary111111001111100111010100
Octal374371324

Shades and tints

Shades of #FCF9D4

#FCF9D4
(252,249,212)
#E6E3C1
(230,227,193)
#D0CDAE
(208,205,174)
#BAB79B
(186,183,155)
#A4A188
(164,161,136)
#8E8B75
(142,139,117)
#787562
(120,117,98)
#625F4F
(98,95,79)
#4C493C
(76,73,60)
#363329
(54,51,41)
#201D16
(32,29,22)
#000000
(0,0,0)

Tints of #FCF9D4

#FCF9D4
(252,249,212)
#FCF9D7
(252,249,215)
#FCF9DA
(252,249,218)
#FCF9DD
(252,249,221)
#FCF9E0
(252,249,224)
#FCF9E3
(252,249,227)
#FCF9E6
(252,249,230)
#FCF9E9
(252,249,233)
#FCF9EC
(252,249,236)
#FCF9EF
(252,249,239)
#FCF9F2
(252,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF9D4; }

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

This text font color is #FCF9D4.


Background Color

.myBgColor { background-color: #FCF9D4; }

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

This div background color is #FCF9D4.


Border color

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

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

This div border color is #FCF9D4.


Opacity

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

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

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

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

This text has shadow with #FCF9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF9D4 on black background.


Color preview on white background

This text has color #FCF9D4 on white background.



Black color preview on #FCF9D4 background

This text has black color on #FCF9D4 background.


White color preview on #FCF9D4 background

This text has white color on #FCF9D4 background.