COLOR #FCE6AF

HEX: #FCE6AF
RGB: (252,230,175)

Renk bilgisi

#FCE6AF contains mainly red and green colors. #FCE6AF ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#FCE6AF color RGB value is (252,230,175).

  • kırmız ton 252;
  • yeşil ton 230;
  • mavi ton 175.
RGB:
(252,230,175)
(99%,90%,69%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 230 of 255 = 90%
B 175 of 255 = 69%

252
230
175

R + G + B ~ 86%. #FCE6AF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 230 + 175 = 657 (100%)
R 252 of 657 ~ 38.36%
G 230 of 657 ~ 35.01%
B 175 of 657 ~ 26.64%

%38.36
%35.01
%26.64

CMYK RENK MODELİ

#FCE6AF rengi CMYK tonu (0,9,31,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.73%
  • sarı tonu 30.56%
  • ana renk tonu 1.18%
CMYK:
(0,9,31,1)
C0M9Y31K1 
(0%,9%,31%,1%)
(0.00/0.09/0.31/0.01)	

CMYK yüzdeleri

%0
%8.73
%30.56
%1.18

Codes

Color #FCE6AF in popluar color models

FCE6AF
RGB252230175
HSL43°92.77%83.73%
HSB/HSV43°30.56%98.82%
CMYK0.00%8.73%30.56%
1.18%

Color #FCE6AF in popluar number systems.

HEXFCE6AF
Decimal252230175
Binary111111001110011010101111
Octal374346257

Shades and tints

Shades of #FCE6AF

#FCE6AF
(252,230,175)
#E6D2A0
(230,210,160)
#D0BE91
(208,190,145)
#BAAA82
(186,170,130)
#A49673
(164,150,115)
#8E8264
(142,130,100)
#786E55
(120,110,85)
#625A46
(98,90,70)
#4C4637
(76,70,55)
#363228
(54,50,40)
#201E19
(32,30,25)
#000000
(0,0,0)

Tints of #FCE6AF

#FCE6AF
(252,230,175)
#FCE8B6
(252,232,182)
#FCEABD
(252,234,189)
#FCECC4
(252,236,196)
#FCEECB
(252,238,203)
#FCF0D2
(252,240,210)
#FCF2D9
(252,242,217)
#FCF4E0
(252,244,224)
#FCF6E7
(252,246,231)
#FCF8EE
(252,248,238)
#FCFAF5
(252,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE6AF color. Also use rgb(252,230,175) instead hex code.

Text Font Color

.myTextColor { color: #FCE6AF; }

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

This text font color is #FCE6AF.


Background Color

.myBgColor { background-color: #FCE6AF; }

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

This div background color is #FCE6AF.


Border color

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

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

This div border color is #FCE6AF.


Opacity

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

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

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

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

This text has shadow with #FCE6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE6AF on black background.


Color preview on white background

This text has color #FCE6AF on white background.



Black color preview on #FCE6AF background

This text has black color on #FCE6AF background.


White color preview on #FCE6AF background

This text has white color on #FCE6AF background.