COLOR #FAC5AD

HEX: #FAC5AD
RGB: (250,197,173)

Renk bilgisi

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

RGB renk modeli

#FAC5AD color RGB value is (250,197,173).

  • kırmız ton 250;
  • yeşil ton 197;
  • mavi ton 173.
RGB:
(250,197,173)
(98%,77%,68%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 197 of 255 = 77%
B 173 of 255 = 68%

250
197
173

R + G + B ~ 81%. #FAC5AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 197 + 173 = 620 (100%)
R 250 of 620 ~ 40.32%
G 197 of 620 ~ 31.77%
B 173 of 620 ~ 27.9%

%40.32
%31.77
%27.9

CMYK RENK MODELİ

#FAC5AD rengi CMYK tonu (0,21,31,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.20%
  • sarı tonu 30.80%
  • ana renk tonu 1.96%
CMYK:
(0,21,31,2)
C0M21Y31K2 
(0%,21%,31%,2%)
(0.00/0.21/0.31/0.02)	

CMYK yüzdeleri

%0
%21.2
%30.8
%1.96

Codes

Color #FAC5AD in popluar color models

FAC5AD
RGB250197173
HSL19°88.51%82.94%
HSB/HSV19°30.80%98.04%
CMYK0.00%21.20%30.80%
1.96%

Color #FAC5AD in popluar number systems.

HEXFAC5AD
Decimal250197173
Binary111110101100010110101101
Octal372305255

Shades and tints

Shades of #FAC5AD

#FAC5AD
(250,197,173)
#E4B49E
(228,180,158)
#CEA38F
(206,163,143)
#B89280
(184,146,128)
#A28171
(162,129,113)
#8C7062
(140,112,98)
#765F53
(118,95,83)
#604E44
(96,78,68)
#4A3D35
(74,61,53)
#342C26
(52,44,38)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #FAC5AD

#FAC5AD
(250,197,173)
#FACAB4
(250,202,180)
#FACFBB
(250,207,187)
#FAD4C2
(250,212,194)
#FAD9C9
(250,217,201)
#FADED0
(250,222,208)
#FAE3D7
(250,227,215)
#FAE8DE
(250,232,222)
#FAEDE5
(250,237,229)
#FAF2EC
(250,242,236)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC5AD color. Also use rgb(250,197,173) instead hex code.

Text Font Color

.myTextColor { color: #FAC5AD; }

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

This text font color is #FAC5AD.


Background Color

.myBgColor { background-color: #FAC5AD; }

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

This div background color is #FAC5AD.


Border color

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

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

This div border color is #FAC5AD.


Opacity

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

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

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

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

This text has shadow with #FAC5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC5AD on black background.


Color preview on white background

This text has color #FAC5AD on white background.



Black color preview on #FAC5AD background

This text has black color on #FAC5AD background.


White color preview on #FAC5AD background

This text has white color on #FAC5AD background.