COLOR #FCF9EA

HEX: #FCF9EA
RGB: (252,249,234)

Renk bilgisi

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

RGB renk modeli

#FCF9EA color RGB value is (252,249,234).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 249 of 255 = 98%
B 234 of 255 = 92%

252
249
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 249 + 234 = 735 (100%)
R 252 of 735 ~ 34.29%
G 249 of 735 ~ 33.88%
B 234 of 735 ~ 31.84%

%34.29
%33.88
%31.84

CMYK RENK MODELİ

#FCF9EA rengi CMYK tonu (0,1,7,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.19%
  • sarı tonu 7.14%
  • ana renk tonu 1.18%
CMYK:
(0,1,7,1)
C0M1Y7K1 
(0%,1%,7%,1%)
(0.00/0.01/0.07/0.01)	

CMYK yüzdeleri

%0
%1.19
%7.14
%1.18

Codes

Color #FCF9EA in popluar color models

FCF9EA
RGB252249234
HSL50°75.00%95.29%
HSB/HSV50°7.14%98.82%
CMYK0.00%1.19%7.14%
1.18%

Color #FCF9EA in popluar number systems.

HEXFCF9EA
Decimal252249234
Binary111111001111100111101010
Octal374371352

Shades and tints

Shades of #FCF9EA

#FCF9EA
(252,249,234)
#E6E3D5
(230,227,213)
#D0CDC0
(208,205,192)
#BAB7AB
(186,183,171)
#A4A196
(164,161,150)
#8E8B81
(142,139,129)
#78756C
(120,117,108)
#625F57
(98,95,87)
#4C4942
(76,73,66)
#36332D
(54,51,45)
#201D18
(32,29,24)
#000000
(0,0,0)

Tints of #FCF9EA

#FCF9EA
(252,249,234)
#FCF9EB
(252,249,235)
#FCF9EC
(252,249,236)
#FCF9ED
(252,249,237)
#FCF9EE
(252,249,238)
#FCF9EF
(252,249,239)
#FCF9F0
(252,249,240)
#FCF9F1
(252,249,241)
#FCF9F2
(252,249,242)
#FCF9F3
(252,249,243)
#FCF9F4
(252,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF9EA; }

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

This text font color is #FCF9EA.


Background Color

.myBgColor { background-color: #FCF9EA; }

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

This div background color is #FCF9EA.


Border color

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

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

This div border color is #FCF9EA.


Opacity

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

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

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

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

This text has shadow with #FCF9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF9EA on black background.


Color preview on white background

This text has color #FCF9EA on white background.



Black color preview on #FCF9EA background

This text has black color on #FCF9EA background.


White color preview on #FCF9EA background

This text has white color on #FCF9EA background.