COLOR #FCF5B3

HEX: #FCF5B3
RGB: (252,245,179)

Renk bilgisi

#FCF5B3 contains mainly red and green colors. #FCF5B3 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#FCF5B3 color RGB value is (252,245,179).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 245 of 255 = 96%
B 179 of 255 = 70%

252
245
179

R + G + B ~ 88%. #FCF5B3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 245 + 179 = 676 (100%)
R 252 of 676 ~ 37.28%
G 245 of 676 ~ 36.24%
B 179 of 676 ~ 26.48%

%37.28
%36.24
%26.48

CMYK RENK MODELİ

#FCF5B3 rengi CMYK tonu (0,3,29,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.78%
  • sarı tonu 28.97%
  • ana renk tonu 1.18%
CMYK:
(0,3,29,1)
C0M3Y29K1 
(0%,3%,29%,1%)
(0.00/0.03/0.29/0.01)	

CMYK yüzdeleri

%0
%2.78
%28.97
%1.18

Codes

Color #FCF5B3 in popluar color models

FCF5B3
RGB252245179
HSL54°92.41%84.51%
HSB/HSV54°28.97%98.82%
CMYK0.00%2.78%28.97%
1.18%

Color #FCF5B3 in popluar number systems.

HEXFCF5B3
Decimal252245179
Binary111111001111010110110011
Octal374365263

Shades and tints

Shades of #FCF5B3

#FCF5B3
(252,245,179)
#E6DFA3
(230,223,163)
#D0C993
(208,201,147)
#BAB383
(186,179,131)
#A49D73
(164,157,115)
#8E8763
(142,135,99)
#787153
(120,113,83)
#625B43
(98,91,67)
#4C4533
(76,69,51)
#362F23
(54,47,35)
#201913
(32,25,19)
#000000
(0,0,0)

Tints of #FCF5B3

#FCF5B3
(252,245,179)
#FCF5B9
(252,245,185)
#FCF5BF
(252,245,191)
#FCF5C5
(252,245,197)
#FCF5CB
(252,245,203)
#FCF5D1
(252,245,209)
#FCF5D7
(252,245,215)
#FCF5DD
(252,245,221)
#FCF5E3
(252,245,227)
#FCF5E9
(252,245,233)
#FCF5EF
(252,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF5B3; }

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

This text font color is #FCF5B3.


Background Color

.myBgColor { background-color: #FCF5B3; }

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

This div background color is #FCF5B3.


Border color

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

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

This div border color is #FCF5B3.


Opacity

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

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

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

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

This text has shadow with #FCF5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF5B3 on black background.


Color preview on white background

This text has color #FCF5B3 on white background.



Black color preview on #FCF5B3 background

This text has black color on #FCF5B3 background.


White color preview on #FCF5B3 background

This text has white color on #FCF5B3 background.