COLOR #FCC695

HEX: #FCC695
RGB: (252,198,149)

Renk bilgisi

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

RGB renk modeli

#FCC695 color RGB value is (252,198,149).

  • kırmız ton 252;
  • yeşil ton 198;
  • mavi ton 149.
RGB:
(252,198,149)
(99%,78%,58%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 198 of 255 = 78%
B 149 of 255 = 58%

252
198
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 198 + 149 = 599 (100%)
R 252 of 599 ~ 42.07%
G 198 of 599 ~ 33.06%
B 149 of 599 ~ 24.87%

%42.07
%33.06
%24.87

CMYK RENK MODELİ

#FCC695 rengi CMYK tonu (0,21,41,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.43%
  • sarı tonu 40.87%
  • ana renk tonu 1.18%
CMYK:
(0,21,41,1)
C0M21Y41K1 
(0%,21%,41%,1%)
(0.00/0.21/0.41/0.01)	

CMYK yüzdeleri

%0
%21.43
%40.87
%1.18

Codes

Color #FCC695 in popluar color models

FCC695
RGB252198149
HSL29°94.50%78.63%
HSB/HSV29°40.87%98.82%
CMYK0.00%21.43%40.87%
1.18%

Color #FCC695 in popluar number systems.

HEXFCC695
Decimal252198149
Binary111111001100011010010101
Octal374306225

Shades and tints

Shades of #FCC695

#FCC695
(252,198,149)
#E6B488
(230,180,136)
#D0A27B
(208,162,123)
#BA906E
(186,144,110)
#A47E61
(164,126,97)
#8E6C54
(142,108,84)
#785A47
(120,90,71)
#62483A
(98,72,58)
#4C362D
(76,54,45)
#362420
(54,36,32)
#201213
(32,18,19)
#000000
(0,0,0)

Tints of #FCC695

#FCC695
(252,198,149)
#FCCB9E
(252,203,158)
#FCD0A7
(252,208,167)
#FCD5B0
(252,213,176)
#FCDAB9
(252,218,185)
#FCDFC2
(252,223,194)
#FCE4CB
(252,228,203)
#FCE9D4
(252,233,212)
#FCEEDD
(252,238,221)
#FCF3E6
(252,243,230)
#FCF8EF
(252,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC695 color. Also use rgb(252,198,149) instead hex code.

Text Font Color

.myTextColor { color: #FCC695; }

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

This text font color is #FCC695.


Background Color

.myBgColor { background-color: #FCC695; }

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

This div background color is #FCC695.


Border color

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

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

This div border color is #FCC695.


Opacity

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

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

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

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

This text has shadow with #FCC695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC695 on black background.


Color preview on white background

This text has color #FCC695 on white background.



Black color preview on #FCC695 background

This text has black color on #FCC695 background.


White color preview on #FCC695 background

This text has white color on #FCC695 background.