COLOR #FFF9C5

HEX: #FFF9C5 RGB: (255,249,197)

Color info

#FFF9C5 contains red, green and blue colors in about the same proportion. Web safe color of #FFF9C5 is #FFFFCC (or #FFC).

RGB color model

#FFF9C5 color RGB value is (255,249,197).

RGB: (255,249,197) (100%, 98%, 77%)

RGB channels and saturation

R 255 of 255 = 100%
G 249 of 255 = 98%
B 197 of 255 = 77%

255
249
197

R + G + B ~ 92%. #FFF9C5 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 249 + 197 = 701 (100%)
R 255 of 701 ~ 36.38%
G 249 of 701 ~ 35.52%
B 197 of 701 ~ 28.1'%

%36.38
%35.52
%28.1

CMYK color model

#FFF9C5 color CMYK value is (0,2,23,0).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 22.75%
  • key color value is 0.00%
CMYK: (0,2,23,0) C0M2Y23K0 (0%,2%,23%,0%) (0.00/0.02/0.23/0.00) 

CMYK percentages

%0
%2.35
%22.75
%0

Codes

Color #FFF9C5 in popluar color models

FF F9 C5
RGB 255 249 197
HSL 54° 100.00% 88.63%
HSB/HSV 54° 22.75% 100.00%
CMYK 0.00% 2.35% 22.75%
0.00%

Color #FFF9C5 in popluar number systems.

HEX FF F9 C5
Decimal 255 249 197
Binary 11111111 11111001 11000101
Octal 377 371 305

Shades and tints

Shades of #FFF9C5

#FFF9C5
(255,249,197)
#E8E3B4
(232,227,180)
#D1CDA3
(209,205,163)
#BAB792
(186,183,146)
#A3A181
(163,161,129)
#8C8B70
(140,139,112)
#75755F
(117,117,95)
#5E5F4E
(94,95,78)
#47493D
(71,73,61)
#30332C
(48,51,44)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #FFF9C5

#FFF9C5
(255,249,197)
#FFF9CA
(255,249,202)
#FFF9CF
(255,249,207)
#FFF9D4
(255,249,212)
#FFF9D9
(255,249,217)
#FFF9DE
(255,249,222)
#FFF9E3
(255,249,227)
#FFF9E8
(255,249,232)
#FFF9ED
(255,249,237)
#FFF9F2
(255,249,242)
#FFF9F7
(255,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF9C5 color. Also use rgb(255,249,197) instead hex code.

Text Font Color

.myTextColor { color: #FFF9C5; }

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

This text font color is #FFF9C5.

Background Color

.myBgColor { background-color: #FFF9C5; }

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

This div background color is #FFF9C5.

Border color

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

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

This div border color is #FFF9C5.

Opacity

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

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

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

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

This text has shadow with #FFF9C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF9C5.

Preview

Color preview on black background

This text has color #FFF9C5 on black background.


Color preview on white background

This text has color #FFF9C5 on white background.


Black color preview on #FFF9C5 background

This text has black color on #FFF9C5 background.


White color preview on #FFF9C5 background

This text has white color on #FFF9C5 background.


Related colors

Complementary color

Complementary color for #hex is #00063A.


I love getcolorcode.com

Triadic colors

1 #C5FFF9 and #F9C5FF with #FFF9C5 are triadic colors.

2 #C5F9FF and #F9FFC5 with #FFF9C5 are triadic colors.