COLOR #FCF9D8

HEX: #FCF9D8
RGB: (252,249,216)

Renk bilgisi

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

RGB renk modeli

#FCF9D8 color RGB value is (252,249,216).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 249 of 255 = 98%
B 216 of 255 = 85%

252
249
216

R + G + B ~ 94%. #FCF9D8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 249 + 216 = 717 (100%)
R 252 of 717 ~ 35.15%
G 249 of 717 ~ 34.73%
B 216 of 717 ~ 30.13%

%35.15
%34.73
%30.13

CMYK RENK MODELİ

#FCF9D8 rengi CMYK tonu (0,1,14,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.19%
  • sarı tonu 14.29%
  • ana renk tonu 1.18%
CMYK:
(0,1,14,1)
C0M1Y14K1 
(0%,1%,14%,1%)
(0.00/0.01/0.14/0.01)	

CMYK yüzdeleri

%0
%1.19
%14.29
%1.18

Codes

Color #FCF9D8 in popluar color models

FCF9D8
RGB252249216
HSL55°85.71%91.76%
HSB/HSV55°14.29%98.82%
CMYK0.00%1.19%14.29%
1.18%

Color #FCF9D8 in popluar number systems.

HEXFCF9D8
Decimal252249216
Binary111111001111100111011000
Octal374371330

Shades and tints

Shades of #FCF9D8

#FCF9D8
(252,249,216)
#E6E3C5
(230,227,197)
#D0CDB2
(208,205,178)
#BAB79F
(186,183,159)
#A4A18C
(164,161,140)
#8E8B79
(142,139,121)
#787566
(120,117,102)
#625F53
(98,95,83)
#4C4940
(76,73,64)
#36332D
(54,51,45)
#201D1A
(32,29,26)
#000000
(0,0,0)

Tints of #FCF9D8

#FCF9D8
(252,249,216)
#FCF9DB
(252,249,219)
#FCF9DE
(252,249,222)
#FCF9E1
(252,249,225)
#FCF9E4
(252,249,228)
#FCF9E7
(252,249,231)
#FCF9EA
(252,249,234)
#FCF9ED
(252,249,237)
#FCF9F0
(252,249,240)
#FCF9F3
(252,249,243)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF9D8; }

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

This text font color is #FCF9D8.


Background Color

.myBgColor { background-color: #FCF9D8; }

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

This div background color is #FCF9D8.


Border color

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

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

This div border color is #FCF9D8.


Opacity

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

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

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

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

This text has shadow with #FCF9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF9D8 on black background.


Color preview on white background

This text has color #FCF9D8 on white background.



Black color preview on #FCF9D8 background

This text has black color on #FCF9D8 background.


White color preview on #FCF9D8 background

This text has white color on #FCF9D8 background.