COLOR #FCF9E5

HEX: #FCF9E5
RGB: (252,249,229)

Renk bilgisi

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

RGB renk modeli

#FCF9E5 color RGB value is (252,249,229).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 249 of 255 = 98%
B 229 of 255 = 90%

252
249
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 249 + 229 = 730 (100%)
R 252 of 730 ~ 34.52%
G 249 of 730 ~ 34.11%
B 229 of 730 ~ 31.37%

%34.52
%34.11
%31.37

CMYK RENK MODELİ

#FCF9E5 rengi CMYK tonu (0,1,9,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.19%
  • sarı tonu 9.13%
  • ana renk tonu 1.18%
CMYK:
(0,1,9,1)
C0M1Y9K1 
(0%,1%,9%,1%)
(0.00/0.01/0.09/0.01)	

CMYK yüzdeleri

%0
%1.19
%9.13
%1.18

Codes

Color #FCF9E5 in popluar color models

FCF9E5
RGB252249229
HSL52°79.31%94.31%
HSB/HSV52°9.13%98.82%
CMYK0.00%1.19%9.13%
1.18%

Color #FCF9E5 in popluar number systems.

HEXFCF9E5
Decimal252249229
Binary111111001111100111100101
Octal374371345

Shades and tints

Shades of #FCF9E5

#FCF9E5
(252,249,229)
#E6E3D1
(230,227,209)
#D0CDBD
(208,205,189)
#BAB7A9
(186,183,169)
#A4A195
(164,161,149)
#8E8B81
(142,139,129)
#78756D
(120,117,109)
#625F59
(98,95,89)
#4C4945
(76,73,69)
#363331
(54,51,49)
#201D1D
(32,29,29)
#000000
(0,0,0)

Tints of #FCF9E5

#FCF9E5
(252,249,229)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF9E5; }

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

This text font color is #FCF9E5.


Background Color

.myBgColor { background-color: #FCF9E5; }

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

This div background color is #FCF9E5.


Border color

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

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

This div border color is #FCF9E5.


Opacity

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

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

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

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

This text has shadow with #FCF9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF9E5 on black background.


Color preview on white background

This text has color #FCF9E5 on white background.



Black color preview on #FCF9E5 background

This text has black color on #FCF9E5 background.


White color preview on #FCF9E5 background

This text has white color on #FCF9E5 background.