COLOR #FFF5C9

HEX: #FFF5C9 RGB: (255,245,201)

Color info

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

RGB color model

#FFF5C9 color RGB value is (255,245,201).

RGB: (255,245,201) (100%, 96%, 79%)

RGB channels and saturation

R 255 of 255 = 100%
G 245 of 255 = 96%
B 201 of 255 = 79%

255
245
201

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

Portions of RGB colors in percentages

R + G + B = 255 + 245 + 201 = 701 (100%)
R 255 of 701 ~ 36.38%
G 245 of 701 ~ 34.95%
B 201 of 701 ~ 28.67'%

%36.38
%34.95
%28.67

CMYK color model

#FFF5C9 color CMYK value is (0,4,21,0).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 21.18%
  • key color value is 0.00%
CMYK: (0,4,21,0) C0M4Y21K0 (0%,4%,21%,0%) (0.00/0.04/0.21/0.00) 

CMYK percentages

%0
%3.92
%21.18
%0

Codes

Color #FFF5C9 in popluar color models

FF F5 C9
RGB 255 245 201
HSL 49° 100.00% 89.41%
HSB/HSV 49° 21.18% 100.00%
CMYK 0.00% 3.92% 21.18%
0.00%

Color #FFF5C9 in popluar number systems.

HEX FF F5 C9
Decimal 255 245 201
Binary 11111111 11110101 11001001
Octal 377 365 311

Shades and tints

Shades of #FFF5C9

#FFF5C9
(255,245,201)
#E8DFB7
(232,223,183)
#D1C9A5
(209,201,165)
#BAB393
(186,179,147)
#A39D81
(163,157,129)
#8C876F
(140,135,111)
#75715D
(117,113,93)
#5E5B4B
(94,91,75)
#474539
(71,69,57)
#302F27
(48,47,39)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #FFF5C9

#FFF5C9
(255,245,201)
#FFF5CD
(255,245,205)
#FFF5D1
(255,245,209)
#FFF5D5
(255,245,213)
#FFF5D9
(255,245,217)
#FFF5DD
(255,245,221)
#FFF5E1
(255,245,225)
#FFF5E5
(255,245,229)
#FFF5E9
(255,245,233)
#FFF5ED
(255,245,237)
#FFF5F1
(255,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF5C9 color. Also use rgb(255,245,201) instead hex code.

Text Font Color

.myTextColor { color: #FFF5C9; }

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

This text font color is #FFF5C9.

Background Color

.myBgColor { background-color: #FFF5C9; }

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

This div background color is #FFF5C9.

Border color

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

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

This div border color is #FFF5C9.

Opacity

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

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

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

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

This text has shadow with #FFF5C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF5C9.

Preview

Color preview on black background

This text has color #FFF5C9 on black background.


Color preview on white background

This text has color #FFF5C9 on white background.


Black color preview on #FFF5C9 background

This text has black color on #FFF5C9 background.


White color preview on #FFF5C9 background

This text has white color on #FFF5C9 background.


Related colors

Complementary color

Complementary color for #hex is #000A36.


I love getcolorcode.com

Triadic colors

1 #C9FFF5 and #F5C9FF with #FFF5C9 are triadic colors.

2 #C9F5FF and #F5FFC9 with #FFF5C9 are triadic colors.