COLOR #FCEB9E

HEX: #FCEB9E
RGB: (252,235,158)

Renk bilgisi

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

RGB renk modeli

#FCEB9E color RGB value is (252,235,158).

  • kırmız ton 252;
  • yeşil ton 235;
  • mavi ton 158.
RGB:
(252,235,158)
(99%,92%,62%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 235 of 255 = 92%
B 158 of 255 = 62%

252
235
158

R + G + B ~ 84%. #FCEB9E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 235 + 158 = 645 (100%)
R 252 of 645 ~ 39.07%
G 235 of 645 ~ 36.43%
B 158 of 645 ~ 24.5%

%39.07
%36.43
%24.5

CMYK RENK MODELİ

#FCEB9E rengi CMYK tonu (0,7,37,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.75%
  • sarı tonu 37.30%
  • ana renk tonu 1.18%
CMYK:
(0,7,37,1)
C0M7Y37K1 
(0%,7%,37%,1%)
(0.00/0.07/0.37/0.01)	

CMYK yüzdeleri

%0
%6.75
%37.3
%1.18

Codes

Color #FCEB9E in popluar color models

FCEB9E
RGB252235158
HSL49°94.00%80.39%
HSB/HSV49°37.30%98.82%
CMYK0.00%6.75%37.30%
1.18%

Color #FCEB9E in popluar number systems.

HEXFCEB9E
Decimal252235158
Binary111111001110101110011110
Octal374353236

Shades and tints

Shades of #FCEB9E

#FCEB9E
(252,235,158)
#E6D690
(230,214,144)
#D0C182
(208,193,130)
#BAAC74
(186,172,116)
#A49766
(164,151,102)
#8E8258
(142,130,88)
#786D4A
(120,109,74)
#62583C
(98,88,60)
#4C432E
(76,67,46)
#362E20
(54,46,32)
#201912
(32,25,18)
#000000
(0,0,0)

Tints of #FCEB9E

#FCEB9E
(252,235,158)
#FCECA6
(252,236,166)
#FCEDAE
(252,237,174)
#FCEEB6
(252,238,182)
#FCEFBE
(252,239,190)
#FCF0C6
(252,240,198)
#FCF1CE
(252,241,206)
#FCF2D6
(252,242,214)
#FCF3DE
(252,243,222)
#FCF4E6
(252,244,230)
#FCF5EE
(252,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCEB9E color. Also use rgb(252,235,158) instead hex code.

Text Font Color

.myTextColor { color: #FCEB9E; }

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

This text font color is #FCEB9E.


Background Color

.myBgColor { background-color: #FCEB9E; }

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

This div background color is #FCEB9E.


Border color

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

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

This div border color is #FCEB9E.


Opacity

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

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

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

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

This text has shadow with #FCEB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEB9E on black background.


Color preview on white background

This text has color #FCEB9E on white background.



Black color preview on #FCEB9E background

This text has black color on #FCEB9E background.


White color preview on #FCEB9E background

This text has white color on #FCEB9E background.