COLOR #FBC995

HEX: #FBC995
RGB: (251,201,149)

Renk bilgisi

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

RGB renk modeli

#FBC995 color RGB value is (251,201,149).

  • kırmız ton 251;
  • yeşil ton 201;
  • mavi ton 149.
RGB:
(251,201,149)
(98%,79%,58%)

RGB bağlantıları ve doygunluk

R 251 of 255 = 98%
G 201 of 255 = 79%
B 149 of 255 = 58%

251
201
149

R + G + B ~ 78%. #FBC995 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
251 + 201 + 149 = 601 (100%)
R 251 of 601 ~ 41.76%
G 201 of 601 ~ 33.44%
B 149 of 601 ~ 24.79%

%41.76
%33.44
%24.79

CMYK RENK MODELİ

#FBC995 rengi CMYK tonu (0,20,41,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.92%
  • sarı tonu 40.64%
  • ana renk tonu 1.57%
CMYK:
(0,20,41,2)
C0M20Y41K2 
(0%,20%,41%,2%)
(0.00/0.20/0.41/0.02)	

CMYK yüzdeleri

%0
%19.92
%40.64
%1.57

Codes

Color #FBC995 in popluar color models

FBC995
RGB251201149
HSL31°92.73%78.43%
HSB/HSV31°40.64%98.43%
CMYK0.00%19.92%40.64%
1.57%

Color #FBC995 in popluar number systems.

HEXFBC995
Decimal251201149
Binary111110111100100110010101
Octal373311225

Shades and tints

Shades of #FBC995

#FBC995
(251,201,149)
#E5B788
(229,183,136)
#CFA57B
(207,165,123)
#B9936E
(185,147,110)
#A38161
(163,129,97)
#8D6F54
(141,111,84)
#775D47
(119,93,71)
#614B3A
(97,75,58)
#4B392D
(75,57,45)
#352720
(53,39,32)
#1F1513
(31,21,19)
#000000
(0,0,0)

Tints of #FBC995

#FBC995
(251,201,149)
#FBCD9E
(251,205,158)
#FBD1A7
(251,209,167)
#FBD5B0
(251,213,176)
#FBD9B9
(251,217,185)
#FBDDC2
(251,221,194)
#FBE1CB
(251,225,203)
#FBE5D4
(251,229,212)
#FBE9DD
(251,233,221)
#FBEDE6
(251,237,230)
#FBF1EF
(251,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC995 color. Also use rgb(251,201,149) instead hex code.

Text Font Color

.myTextColor { color: #FBC995; }

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

This text font color is #FBC995.


Background Color

.myBgColor { background-color: #FBC995; }

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

This div background color is #FBC995.


Border color

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

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

This div border color is #FBC995.


Opacity

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

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

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

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

This text has shadow with #FBC995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC995 on black background.


Color preview on white background

This text has color #FBC995 on white background.



Black color preview on #FBC995 background

This text has black color on #FBC995 background.


White color preview on #FBC995 background

This text has white color on #FBC995 background.