COLOR #FAE5A5

HEX: #FAE5A5
RGB: (250,229,165)

Renk bilgisi

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

RGB renk modeli

#FAE5A5 color RGB value is (250,229,165).

  • kırmız ton 250;
  • yeşil ton 229;
  • mavi ton 165.
RGB:
(250,229,165)
(98%,90%,65%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 229 of 255 = 90%
B 165 of 255 = 65%

250
229
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 229 + 165 = 644 (100%)
R 250 of 644 ~ 38.82%
G 229 of 644 ~ 35.56%
B 165 of 644 ~ 25.62%

%38.82
%35.56
%25.62

CMYK RENK MODELİ

#FAE5A5 rengi CMYK tonu (0,8,34,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.40%
  • sarı tonu 34.00%
  • ana renk tonu 1.96%
CMYK:
(0,8,34,2)
C0M8Y34K2 
(0%,8%,34%,2%)
(0.00/0.08/0.34/0.02)	

CMYK yüzdeleri

%0
%8.4
%34
%1.96

Codes

Color #FAE5A5 in popluar color models

FAE5A5
RGB250229165
HSL45°89.47%81.37%
HSB/HSV45°34.00%98.04%
CMYK0.00%8.40%34.00%
1.96%

Color #FAE5A5 in popluar number systems.

HEXFAE5A5
Decimal250229165
Binary111110101110010110100101
Octal372345245

Shades and tints

Shades of #FAE5A5

#FAE5A5
(250,229,165)
#E4D196
(228,209,150)
#CEBD87
(206,189,135)
#B8A978
(184,169,120)
#A29569
(162,149,105)
#8C815A
(140,129,90)
#766D4B
(118,109,75)
#60593C
(96,89,60)
#4A452D
(74,69,45)
#34311E
(52,49,30)
#1E1D0F
(30,29,15)
#000000
(0,0,0)

Tints of #FAE5A5

#FAE5A5
(250,229,165)
#FAE7AD
(250,231,173)
#FAE9B5
(250,233,181)
#FAEBBD
(250,235,189)
#FAEDC5
(250,237,197)
#FAEFCD
(250,239,205)
#FAF1D5
(250,241,213)
#FAF3DD
(250,243,221)
#FAF5E5
(250,245,229)
#FAF7ED
(250,247,237)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE5A5 color. Also use rgb(250,229,165) instead hex code.

Text Font Color

.myTextColor { color: #FAE5A5; }

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

This text font color is #FAE5A5.


Background Color

.myBgColor { background-color: #FAE5A5; }

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

This div background color is #FAE5A5.


Border color

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

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

This div border color is #FAE5A5.


Opacity

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

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

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

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

This text has shadow with #FAE5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE5A5 on black background.


Color preview on white background

This text has color #FAE5A5 on white background.



Black color preview on #FAE5A5 background

This text has black color on #FAE5A5 background.


White color preview on #FAE5A5 background

This text has white color on #FAE5A5 background.