COLOR #FFF9E6

HEX: #FFF9E6 RGB: (255,249,230)

Color info

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

RGB color model

#FFF9E6 color RGB value is (255,249,230).

RGB: (255,249,230) (100%, 98%, 90%)

RGB channels and saturation

R 255 of 255 = 100%
G 249 of 255 = 98%
B 230 of 255 = 90%

255
249
230

R + G + B ~ 96%. #FFF9E6 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 249 + 230 = 734 (100%)
R 255 of 734 ~ 34.74%
G 249 of 734 ~ 33.92%
B 230 of 734 ~ 31.34'%

%34.74
%33.92
%31.34

CMYK color model

#FFF9E6 color CMYK value is (0,2,10,0).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 9.80%
  • key color value is 0.00%

CMYK: (0,2,10,0)
C0M2Y10K0 (0%, 2%, 10%, 0%)
(0.00 / 0.02 / 0.10 / 0.00)

CMYK percentages

%0
%2.35
%9.8
%0

Codes

Color #FFF9E6 in popluar color models

FF F9 E6
RGB 255 249 230
HSL 46° 100.00% 95.10%
HSB/HSV 46° 9.80% 100.00%
CMYK 0.00% 2.35% 9.80%
0.00%

Color #FFF9E6 in popluar number systems.

HEX FF F9 E6
Decimal 255 249 230
Binary 11111111 11111001 11100110
Octal 377 371 346

Shades and tints

Shades of #FFF9E6

#FFF9E6
(255,249,230)
#E8E3D2
(232,227,210)
#D1CDBE
(209,205,190)
#BAB7AA
(186,183,170)
#A3A196
(163,161,150)
#8C8B82
(140,139,130)
#75756E
(117,117,110)
#5E5F5A
(94,95,90)
#474946
(71,73,70)
#303332
(48,51,50)
#191D1E
(25,29,30)
#000000
(0,0,0)

Tints of #FFF9E6

#FFF9E6
(255,249,230)
#FFF9E8
(255,249,232)
#FFF9EA
(255,249,234)
#FFF9EC
(255,249,236)
#FFF9EE
(255,249,238)
#FFF9F0
(255,249,240)
#FFF9F2
(255,249,242)
#FFF9F4
(255,249,244)
#FFF9F6
(255,249,246)
#FFF9F8
(255,249,248)
#FFF9FA
(255,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF9E6; }

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

This text font color is #FFF9E6.

Background Color

.myBgColor { background-color: #FFF9E6; }

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

This div background color is #FFF9E6.

Border color

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

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

This div border color is #FFF9E6.

Opacity

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

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

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

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

This text has shadow with #FFF9E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF9E6.

Preview

Color preview on black background

This text has color #FFF9E6 on black background.


Color preview on white background

This text has color #FFF9E6 on white background.


Black color preview on #FFF9E6 background

This text has black color on #FFF9E6 background.


White color preview on #FFF9E6 background

This text has white color on #FFF9E6 background.


Related colors

Complementary color

Complementary color for #hex is #000619.


I love getcolorcode.com

Triadic colors

1 #E6FFF9 and #F9E6FF with #FFF9E6 are triadic colors.

2 #E6F9FF and #F9FFE6 with #FFF9E6 are triadic colors.