COLOR #FCF9E2

HEX: #FCF9E2
RGB: (252,249,226)

Renk bilgisi

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

RGB renk modeli

#FCF9E2 color RGB value is (252,249,226).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 249 of 255 = 98%
B 226 of 255 = 89%

252
249
226

R + G + B ~ 95%. #FCF9E2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 249 + 226 = 727 (100%)
R 252 of 727 ~ 34.66%
G 249 of 727 ~ 34.25%
B 226 of 727 ~ 31.09%

%34.66
%34.25
%31.09

CMYK RENK MODELİ

#FCF9E2 rengi CMYK tonu (0,1,10,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.19%
  • sarı tonu 10.32%
  • ana renk tonu 1.18%
CMYK:
(0,1,10,1)
C0M1Y10K1 
(0%,1%,10%,1%)
(0.00/0.01/0.10/0.01)	

CMYK yüzdeleri

%0
%1.19
%10.32
%1.18

Codes

Color #FCF9E2 in popluar color models

FCF9E2
RGB252249226
HSL53°81.25%93.73%
HSB/HSV53°10.32%98.82%
CMYK0.00%1.19%10.32%
1.18%

Color #FCF9E2 in popluar number systems.

HEXFCF9E2
Decimal252249226
Binary111111001111100111100010
Octal374371342

Shades and tints

Shades of #FCF9E2

#FCF9E2
(252,249,226)
#E6E3CE
(230,227,206)
#D0CDBA
(208,205,186)
#BAB7A6
(186,183,166)
#A4A192
(164,161,146)
#8E8B7E
(142,139,126)
#78756A
(120,117,106)
#625F56
(98,95,86)
#4C4942
(76,73,66)
#36332E
(54,51,46)
#201D1A
(32,29,26)
#000000
(0,0,0)

Tints of #FCF9E2

#FCF9E2
(252,249,226)
#FCF9E4
(252,249,228)
#FCF9E6
(252,249,230)
#FCF9E8
(252,249,232)
#FCF9EA
(252,249,234)
#FCF9EC
(252,249,236)
#FCF9EE
(252,249,238)
#FCF9F0
(252,249,240)
#FCF9F2
(252,249,242)
#FCF9F4
(252,249,244)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF9E2; }

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

This text font color is #FCF9E2.


Background Color

.myBgColor { background-color: #FCF9E2; }

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

This div background color is #FCF9E2.


Border color

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

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

This div border color is #FCF9E2.


Opacity

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

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

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

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

This text has shadow with #FCF9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF9E2 on black background.


Color preview on white background

This text has color #FCF9E2 on white background.



Black color preview on #FCF9E2 background

This text has black color on #FCF9E2 background.


White color preview on #FCF9E2 background

This text has white color on #FCF9E2 background.