COLOR #FCF6BC

HEX: #FCF6BC
RGB: (252,246,188)

Renk bilgisi

#FCF6BC contains mainly red and green colors. #FCF6BC ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#FCF6BC color RGB value is (252,246,188).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 246 of 255 = 96%
B 188 of 255 = 74%

252
246
188

R + G + B ~ 90%. #FCF6BC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 246 + 188 = 686 (100%)
R 252 of 686 ~ 36.73%
G 246 of 686 ~ 35.86%
B 188 of 686 ~ 27.41%

%36.73
%35.86
%27.41

CMYK RENK MODELİ

#FCF6BC rengi CMYK tonu (0,2,25,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.38%
  • sarı tonu 25.40%
  • ana renk tonu 1.18%
CMYK:
(0,2,25,1)
C0M2Y25K1 
(0%,2%,25%,1%)
(0.00/0.02/0.25/0.01)	

CMYK yüzdeleri

%0
%2.38
%25.4
%1.18

Codes

Color #FCF6BC in popluar color models

FCF6BC
RGB252246188
HSL54°91.43%86.27%
HSB/HSV54°25.40%98.82%
CMYK0.00%2.38%25.40%
1.18%

Color #FCF6BC in popluar number systems.

HEXFCF6BC
Decimal252246188
Binary111111001111011010111100
Octal374366274

Shades and tints

Shades of #FCF6BC

#FCF6BC
(252,246,188)
#E6E0AB
(230,224,171)
#D0CA9A
(208,202,154)
#BAB489
(186,180,137)
#A49E78
(164,158,120)
#8E8867
(142,136,103)
#787256
(120,114,86)
#625C45
(98,92,69)
#4C4634
(76,70,52)
#363023
(54,48,35)
#201A12
(32,26,18)
#000000
(0,0,0)

Tints of #FCF6BC

#FCF6BC
(252,246,188)
#FCF6C2
(252,246,194)
#FCF6C8
(252,246,200)
#FCF6CE
(252,246,206)
#FCF6D4
(252,246,212)
#FCF6DA
(252,246,218)
#FCF6E0
(252,246,224)
#FCF6E6
(252,246,230)
#FCF6EC
(252,246,236)
#FCF6F2
(252,246,242)
#FCF6F8
(252,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF6BC; }

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

This text font color is #FCF6BC.


Background Color

.myBgColor { background-color: #FCF6BC; }

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

This div background color is #FCF6BC.


Border color

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

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

This div border color is #FCF6BC.


Opacity

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

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

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

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

This text has shadow with #FCF6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF6BC on black background.


Color preview on white background

This text has color #FCF6BC on white background.



Black color preview on #FCF6BC background

This text has black color on #FCF6BC background.


White color preview on #FCF6BC background

This text has white color on #FCF6BC background.