COLOR #FCF9E7

HEX: #FCF9E7
RGB: (252,249,231)

Renk bilgisi

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

RGB renk modeli

#FCF9E7 color RGB value is (252,249,231).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 249 of 255 = 98%
B 231 of 255 = 91%

252
249
231

R + G + B ~ 96%. #FCF9E7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 249 + 231 = 732 (100%)
R 252 of 732 ~ 34.43%
G 249 of 732 ~ 34.02%
B 231 of 732 ~ 31.56%

%34.43
%34.02
%31.56

CMYK RENK MODELİ

#FCF9E7 rengi CMYK tonu (0,1,8,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.19%
  • sarı tonu 8.33%
  • ana renk tonu 1.18%
CMYK:
(0,1,8,1)
C0M1Y8K1 
(0%,1%,8%,1%)
(0.00/0.01/0.08/0.01)	

CMYK yüzdeleri

%0
%1.19
%8.33
%1.18

Codes

Color #FCF9E7 in popluar color models

FCF9E7
RGB252249231
HSL51°77.78%94.71%
HSB/HSV51°8.33%98.82%
CMYK0.00%1.19%8.33%
1.18%

Color #FCF9E7 in popluar number systems.

HEXFCF9E7
Decimal252249231
Binary111111001111100111100111
Octal374371347

Shades and tints

Shades of #FCF9E7

#FCF9E7
(252,249,231)
#E6E3D2
(230,227,210)
#D0CDBD
(208,205,189)
#BAB7A8
(186,183,168)
#A4A193
(164,161,147)
#8E8B7E
(142,139,126)
#787569
(120,117,105)
#625F54
(98,95,84)
#4C493F
(76,73,63)
#36332A
(54,51,42)
#201D15
(32,29,21)
#000000
(0,0,0)

Tints of #FCF9E7

#FCF9E7
(252,249,231)
#FCF9E9
(252,249,233)
#FCF9EB
(252,249,235)
#FCF9ED
(252,249,237)
#FCF9EF
(252,249,239)
#FCF9F1
(252,249,241)
#FCF9F3
(252,249,243)
#FCF9F5
(252,249,245)
#FCF9F7
(252,249,247)
#FCF9F9
(252,249,249)
#FCF9FB
(252,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF9E7; }

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

This text font color is #FCF9E7.


Background Color

.myBgColor { background-color: #FCF9E7; }

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

This div background color is #FCF9E7.


Border color

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

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

This div border color is #FCF9E7.


Opacity

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

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

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

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

This text has shadow with #FCF9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF9E7 on black background.


Color preview on white background

This text has color #FCF9E7 on white background.



Black color preview on #FCF9E7 background

This text has black color on #FCF9E7 background.


White color preview on #FCF9E7 background

This text has white color on #FCF9E7 background.