COLOR #FACE87

HEX: #FACE87
RGB: (250,206,135)

Renk bilgisi

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

RGB renk modeli

#FACE87 color RGB value is (250,206,135).

  • kırmız ton 250;
  • yeşil ton 206;
  • mavi ton 135.
RGB:
(250,206,135)
(98%,81%,53%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 206 of 255 = 81%
B 135 of 255 = 53%

250
206
135

R + G + B ~ 77%. #FACE87 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 206 + 135 = 591 (100%)
R 250 of 591 ~ 42.3%
G 206 of 591 ~ 34.86%
B 135 of 591 ~ 22.84%

%42.3
%34.86
%22.84

CMYK RENK MODELİ

#FACE87 rengi CMYK tonu (0,18,46,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.60%
  • sarı tonu 46.00%
  • ana renk tonu 1.96%
CMYK:
(0,18,46,2)
C0M18Y46K2 
(0%,18%,46%,2%)
(0.00/0.18/0.46/0.02)	

CMYK yüzdeleri

%0
%17.6
%46
%1.96

Codes

Color #FACE87 in popluar color models

FACE87
RGB250206135
HSL37°92.00%75.49%
HSB/HSV37°46.00%98.04%
CMYK0.00%17.60%46.00%
1.96%

Color #FACE87 in popluar number systems.

HEXFACE87
Decimal250206135
Binary111110101100111010000111
Octal372316207

Shades and tints

Shades of #FACE87

#FACE87
(250,206,135)
#E4BC7B
(228,188,123)
#CEAA6F
(206,170,111)
#B89863
(184,152,99)
#A28657
(162,134,87)
#8C744B
(140,116,75)
#76623F
(118,98,63)
#605033
(96,80,51)
#4A3E27
(74,62,39)
#342C1B
(52,44,27)
#1E1A0F
(30,26,15)
#000000
(0,0,0)

Tints of #FACE87

#FACE87
(250,206,135)
#FAD291
(250,210,145)
#FAD69B
(250,214,155)
#FADAA5
(250,218,165)
#FADEAF
(250,222,175)
#FAE2B9
(250,226,185)
#FAE6C3
(250,230,195)
#FAEACD
(250,234,205)
#FAEED7
(250,238,215)
#FAF2E1
(250,242,225)
#FAF6EB
(250,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACE87 color. Also use rgb(250,206,135) instead hex code.

Text Font Color

.myTextColor { color: #FACE87; }

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

This text font color is #FACE87.


Background Color

.myBgColor { background-color: #FACE87; }

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

This div background color is #FACE87.


Border color

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

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

This div border color is #FACE87.


Opacity

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

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

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

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

This text has shadow with #FACE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACE87 on black background.


Color preview on white background

This text has color #FACE87 on white background.



Black color preview on #FACE87 background

This text has black color on #FACE87 background.


White color preview on #FACE87 background

This text has white color on #FACE87 background.