COLOR #FAE1AC

HEX: #FAE1AC
RGB: (250,225,172)

Renk bilgisi

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

RGB renk modeli

#FAE1AC color RGB value is (250,225,172).

  • kırmız ton 250;
  • yeşil ton 225;
  • mavi ton 172.
RGB:
(250,225,172)
(98%,88%,67%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 225 of 255 = 88%
B 172 of 255 = 67%

250
225
172

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

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 225 + 172 = 647 (100%)
R 250 of 647 ~ 38.64%
G 225 of 647 ~ 34.78%
B 172 of 647 ~ 26.58%

%38.64
%34.78
%26.58

CMYK RENK MODELİ

#FAE1AC rengi CMYK tonu (0,10,31,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.00%
  • sarı tonu 31.20%
  • ana renk tonu 1.96%
CMYK:
(0,10,31,2)
C0M10Y31K2 
(0%,10%,31%,2%)
(0.00/0.10/0.31/0.02)	

CMYK yüzdeleri

%0
%10
%31.2
%1.96

Codes

Color #FAE1AC in popluar color models

FAE1AC
RGB250225172
HSL41°88.64%82.75%
HSB/HSV41°31.20%98.04%
CMYK0.00%10.00%31.20%
1.96%

Color #FAE1AC in popluar number systems.

HEXFAE1AC
Decimal250225172
Binary111110101110000110101100
Octal372341254

Shades and tints

Shades of #FAE1AC

#FAE1AC
(250,225,172)
#E4CD9D
(228,205,157)
#CEB98E
(206,185,142)
#B8A57F
(184,165,127)
#A29170
(162,145,112)
#8C7D61
(140,125,97)
#766952
(118,105,82)
#605543
(96,85,67)
#4A4134
(74,65,52)
#342D25
(52,45,37)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #FAE1AC

#FAE1AC
(250,225,172)
#FAE3B3
(250,227,179)
#FAE5BA
(250,229,186)
#FAE7C1
(250,231,193)
#FAE9C8
(250,233,200)
#FAEBCF
(250,235,207)
#FAEDD6
(250,237,214)
#FAEFDD
(250,239,221)
#FAF1E4
(250,241,228)
#FAF3EB
(250,243,235)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE1AC color. Also use rgb(250,225,172) instead hex code.

Text Font Color

.myTextColor { color: #FAE1AC; }

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

This text font color is #FAE1AC.


Background Color

.myBgColor { background-color: #FAE1AC; }

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

This div background color is #FAE1AC.


Border color

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

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

This div border color is #FAE1AC.


Opacity

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

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

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

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

This text has shadow with #FAE1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE1AC on black background.


Color preview on white background

This text has color #FAE1AC on white background.



Black color preview on #FAE1AC background

This text has black color on #FAE1AC background.


White color preview on #FAE1AC background

This text has white color on #FAE1AC background.