COLOR #FFF4C9

HEX: #FFF4C9 RGB: (255,244,201)

Color info

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

RGB color model

#FFF4C9 color RGB value is (255,244,201).

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

RGB channels and saturation

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

255
244
201

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

Portions of RGB colors in percentages

R + G + B = 255 + 244 + 201 = 700 (100%)
R 255 of 700 ~ 36.43%
G 244 of 700 ~ 34.86%
B 201 of 700 ~ 28.71'%

%36.43
%34.86
%28.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.31%
  • 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
%4.31
%21.18
%0

Codes

Color #FFF4C9 in popluar color models

FF F4 C9
RGB 255 244 201
HSL 48° 100.00% 89.41%
HSB/HSV 48° 21.18% 100.00%
CMYK 0.00% 4.31% 21.18%
0.00%

Color #FFF4C9 in popluar number systems.

HEX FF F4 C9
Decimal 255 244 201
Binary 11111111 11110100 11001001
Octal 377 364 311

Shades and tints

Shades of #FFF4C9

#FFF4C9
(255,244,201)
#E8DEB7
(232,222,183)
#D1C8A5
(209,200,165)
#BAB293
(186,178,147)
#A39C81
(163,156,129)
#8C866F
(140,134,111)
#75705D
(117,112,93)
#5E5A4B
(94,90,75)
#474439
(71,68,57)
#302E27
(48,46,39)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #FFF4C9

#FFF4C9
(255,244,201)
#FFF5CD
(255,245,205)
#FFF6D1
(255,246,209)
#FFF7D5
(255,247,213)
#FFF8D9
(255,248,217)
#FFF9DD
(255,249,221)
#FFFAE1
(255,250,225)
#FFFBE5
(255,251,229)
#FFFCE9
(255,252,233)
#FFFDED
(255,253,237)
#FFFEF1
(255,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF4C9; }

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

This text font color is #FFF4C9.

Background Color

.myBgColor { background-color: #FFF4C9; }

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

This div background color is #FFF4C9.

Border color

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

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

This div border color is #FFF4C9.

Opacity

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

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

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

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

This text has shadow with #FFF4C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF4C9.

Preview

Color preview on black background

This text has color #FFF4C9 on black background.


Color preview on white background

This text has color #FFF4C9 on white background.


Black color preview on #FFF4C9 background

This text has black color on #FFF4C9 background.


White color preview on #FFF4C9 background

This text has white color on #FFF4C9 background.


Related colors

Complementary color

Complementary color for #hex is #000B36.


I love getcolorcode.com

Triadic colors

1 #C9FFF4 and #F4C9FF with #FFF4C9 are triadic colors.

2 #C9F4FF and #F4FFC9 with #FFF4C9 are triadic colors.