COLOR #FAB196

HEX: #FAB196
RGB: (250,177,150)

Renk bilgisi

#FAB196 contains mainly red color. #FAB196 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#FAB196 color RGB value is (250,177,150).

  • kırmız ton 250;
  • yeşil ton 177;
  • mavi ton 150.
RGB:
(250,177,150)
(98%,69%,59%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 177 of 255 = 69%
B 150 of 255 = 59%

250
177
150

R + G + B ~ 75%. #FAB196 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 177 + 150 = 577 (100%)
R 250 of 577 ~ 43.33%
G 177 of 577 ~ 30.68%
B 150 of 577 ~ 26%

%43.33
%30.68
%26

CMYK RENK MODELİ

#FAB196 rengi CMYK tonu (0,29,40,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.20%
  • sarı tonu 40.00%
  • ana renk tonu 1.96%
CMYK:
(0,29,40,2)
C0M29Y40K2 
(0%,29%,40%,2%)
(0.00/0.29/0.40/0.02)	

CMYK yüzdeleri

%0
%29.2
%40
%1.96

Codes

Color #FAB196 in popluar color models

FAB196
RGB250177150
HSL16°90.91%78.43%
HSB/HSV16°40.00%98.04%
CMYK0.00%29.20%40.00%
1.96%

Color #FAB196 in popluar number systems.

HEXFAB196
Decimal250177150
Binary111110101011000110010110
Octal372261226

Shades and tints

Shades of #FAB196

#FAB196
(250,177,150)
#E4A189
(228,161,137)
#CE917C
(206,145,124)
#B8816F
(184,129,111)
#A27162
(162,113,98)
#8C6155
(140,97,85)
#765148
(118,81,72)
#60413B
(96,65,59)
#4A312E
(74,49,46)
#342121
(52,33,33)
#1E1114
(30,17,20)
#000000
(0,0,0)

Tints of #FAB196

#FAB196
(250,177,150)
#FAB89F
(250,184,159)
#FABFA8
(250,191,168)
#FAC6B1
(250,198,177)
#FACDBA
(250,205,186)
#FAD4C3
(250,212,195)
#FADBCC
(250,219,204)
#FAE2D5
(250,226,213)
#FAE9DE
(250,233,222)
#FAF0E7
(250,240,231)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB196 color. Also use rgb(250,177,150) instead hex code.

Text Font Color

.myTextColor { color: #FAB196; }

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

This text font color is #FAB196.


Background Color

.myBgColor { background-color: #FAB196; }

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

This div background color is #FAB196.


Border color

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

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

This div border color is #FAB196.


Opacity

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

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

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

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

This text has shadow with #FAB196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB196 on black background.


Color preview on white background

This text has color #FAB196 on white background.



Black color preview on #FAB196 background

This text has black color on #FAB196 background.


White color preview on #FAB196 background

This text has white color on #FAB196 background.