COLOR #FCF5EE

HEX: #FCF5EE
RGB: (252,245,238)

Renk bilgisi

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

RGB renk modeli

#FCF5EE color RGB value is (252,245,238).

  • kırmız ton 252;
  • yeşil ton 245;
  • mavi ton 238.
RGB:
(252,245,238)
(99%,96%,93%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 245 of 255 = 96%
B 238 of 255 = 93%

252
245
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 245 + 238 = 735 (100%)
R 252 of 735 ~ 34.29%
G 245 of 735 ~ 33.33%
B 238 of 735 ~ 32.38%

%34.29
%33.33
%32.38

CMYK RENK MODELİ

#FCF5EE rengi CMYK tonu (0,3,6,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.78%
  • sarı tonu 5.56%
  • ana renk tonu 1.18%
CMYK:
(0,3,6,1)
C0M3Y6K1 
(0%,3%,6%,1%)
(0.00/0.03/0.06/0.01)	

CMYK yüzdeleri

%0
%2.78
%5.56
%1.18

Codes

Color #FCF5EE in popluar color models

FCF5EE
RGB252245238
HSL30°70.00%96.08%
HSB/HSV30°5.56%98.82%
CMYK0.00%2.78%5.56%
1.18%

Color #FCF5EE in popluar number systems.

HEXFCF5EE
Decimal252245238
Binary111111001111010111101110
Octal374365356

Shades and tints

Shades of #FCF5EE

#FCF5EE
(252,245,238)
#E6DFD9
(230,223,217)
#D0C9C4
(208,201,196)
#BAB3AF
(186,179,175)
#A49D9A
(164,157,154)
#8E8785
(142,135,133)
#787170
(120,113,112)
#625B5B
(98,91,91)
#4C4546
(76,69,70)
#362F31
(54,47,49)
#20191C
(32,25,28)
#000000
(0,0,0)

Tints of #FCF5EE

#FCF5EE
(252,245,238)
#FCF5EF
(252,245,239)
#FCF5F0
(252,245,240)
#FCF5F1
(252,245,241)
#FCF5F2
(252,245,242)
#FCF5F3
(252,245,243)
#FCF5F4
(252,245,244)
#FCF5F5
(252,245,245)
#FCF5F6
(252,245,246)
#FCF5F7
(252,245,247)
#FCF5F8
(252,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF5EE color. Also use rgb(252,245,238) instead hex code.

Text Font Color

.myTextColor { color: #FCF5EE; }

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

This text font color is #FCF5EE.


Background Color

.myBgColor { background-color: #FCF5EE; }

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

This div background color is #FCF5EE.


Border color

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

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

This div border color is #FCF5EE.


Opacity

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

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

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

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

This text has shadow with #FCF5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF5EE on black background.


Color preview on white background

This text has color #FCF5EE on white background.



Black color preview on #FCF5EE background

This text has black color on #FCF5EE background.


White color preview on #FCF5EE background

This text has white color on #FCF5EE background.