COLOR #FCF6C8

HEX: #FCF6C8
RGB: (252,246,200)

Renk bilgisi

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

RGB renk modeli

#FCF6C8 color RGB value is (252,246,200).

  • kırmız ton 252;
  • yeşil ton 246;
  • mavi ton 200.
RGB:
(252,246,200)
(99%,96%,78%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 246 of 255 = 96%
B 200 of 255 = 78%

252
246
200

R + G + B ~ 91%. #FCF6C8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 246 + 200 = 698 (100%)
R 252 of 698 ~ 36.1%
G 246 of 698 ~ 35.24%
B 200 of 698 ~ 28.65%

%36.1
%35.24
%28.65

CMYK RENK MODELİ

#FCF6C8 rengi CMYK tonu (0,2,21,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.38%
  • sarı tonu 20.63%
  • ana renk tonu 1.18%
CMYK:
(0,2,21,1)
C0M2Y21K1 
(0%,2%,21%,1%)
(0.00/0.02/0.21/0.01)	

CMYK yüzdeleri

%0
%2.38
%20.63
%1.18

Codes

Color #FCF6C8 in popluar color models

FCF6C8
RGB252246200
HSL53°89.66%88.63%
HSB/HSV53°20.63%98.82%
CMYK0.00%2.38%20.63%
1.18%

Color #FCF6C8 in popluar number systems.

HEXFCF6C8
Decimal252246200
Binary111111001111011011001000
Octal374366310

Shades and tints

Shades of #FCF6C8

#FCF6C8
(252,246,200)
#E6E0B6
(230,224,182)
#D0CAA4
(208,202,164)
#BAB492
(186,180,146)
#A49E80
(164,158,128)
#8E886E
(142,136,110)
#78725C
(120,114,92)
#625C4A
(98,92,74)
#4C4638
(76,70,56)
#363026
(54,48,38)
#201A14
(32,26,20)
#000000
(0,0,0)

Tints of #FCF6C8

#FCF6C8
(252,246,200)
#FCF6CD
(252,246,205)
#FCF6D2
(252,246,210)
#FCF6D7
(252,246,215)
#FCF6DC
(252,246,220)
#FCF6E1
(252,246,225)
#FCF6E6
(252,246,230)
#FCF6EB
(252,246,235)
#FCF6F0
(252,246,240)
#FCF6F5
(252,246,245)
#FCF6FA
(252,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF6C8 color. Also use rgb(252,246,200) instead hex code.

Text Font Color

.myTextColor { color: #FCF6C8; }

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

This text font color is #FCF6C8.


Background Color

.myBgColor { background-color: #FCF6C8; }

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

This div background color is #FCF6C8.


Border color

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

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

This div border color is #FCF6C8.


Opacity

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

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

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

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

This text has shadow with #FCF6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF6C8 on black background.


Color preview on white background

This text has color #FCF6C8 on white background.



Black color preview on #FCF6C8 background

This text has black color on #FCF6C8 background.


White color preview on #FCF6C8 background

This text has white color on #FCF6C8 background.