COLOR #F3CC98

HEX: #F3CC98
RGB: (243,204,152)

Color info

#F3CC98 contains mainly red and green colors. Web safe color of #F3CC98 is #FFCC99 (or #FC9).

RGB color model

#F3CC98 color RGB value is (243,204,152).

  • red value is 243;
  • green value is 204;
  • blue value is 152.
RGB:
(243,204,152)
(95%,80%,60%)

RGB channels and saturation

R 243 of 255 = 95%
G 204 of 255 = 80%
B 152 of 255 = 60%

243
204
152

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

Portions of RGB colors in percentages

R + G + B =
243 + 204 + 152 = 599 (100%)
R 243 of 599 ~ 40.57%
G 204 of 599 ~ 34.06%
B 152 of 599 ~ 25.38%

%40.57
%34.06
%25.38

CMYK color model

#F3CC98 color CMYK value is (0,16,37,5).

  • cyan value is 0.00%
  • magenta value is 16.05%
  • yellow value is 37.45%
  • key color value is 4.71%
CMYK:
(0,16,37,5)
C0M16Y37K5 
(0%,16%,37%,5%)
(0.00/0.16/0.37/0.05)	

CMYK percentages

%0
%16.05
%37.45
%4.71

Codes

Color #F3CC98 in popluar color models

F3CC98
RGB243204152
HSL34°79.13%77.45%
HSB/HSV34°37.45%95.29%
CMYK0.00%16.05%37.45%
4.71%

Color #F3CC98 in popluar number systems.

HEXF3CC98
Decimal243204152
Binary111100111100110010011000
Octal363314230

Shades and tints

Shades of #F3CC98

#F3CC98
(243,204,152)
#DDBA8B
(221,186,139)
#C7A87E
(199,168,126)
#B19671
(177,150,113)
#9B8464
(155,132,100)
#857257
(133,114,87)
#6F604A
(111,96,74)
#594E3D
(89,78,61)
#433C30
(67,60,48)
#2D2A23
(45,42,35)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #F3CC98

#F3CC98
(243,204,152)
#F4D0A1
(244,208,161)
#F5D4AA
(245,212,170)
#F6D8B3
(246,216,179)
#F7DCBC
(247,220,188)
#F8E0C5
(248,224,197)
#F9E4CE
(249,228,206)
#FAE8D7
(250,232,215)
#FBECE0
(251,236,224)
#FCF0E9
(252,240,233)
#FDF4F2
(253,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3CC98 color. Also use rgb(243,204,152) instead hex code.

Text Font Color

.myTextColor { color: #F3CC98; }

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

This text font color is #F3CC98.


Background Color

.myBgColor { background-color: #F3CC98; }

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

This div background color is #F3CC98.


Border color

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

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

This div border color is #F3CC98.


Opacity

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

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

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

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

This text has shadow with #F3CC98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CC98 on black background.


Color preview on white background

This text has color #F3CC98 on white background.



Black color preview on #F3CC98 background

This text has black color on #F3CC98 background.


White color preview on #F3CC98 background

This text has white color on #F3CC98 background.