COLOR #F9FFDA

HEX: #F9FFDA RGB: (249,255,218)

Color info

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

RGB color model

#F9FFDA color RGB value is (249,255,218).

RGB: (249,255,218) (98%, 100%, 85%)

RGB channels and saturation

R 249 of 255 = 98%
G 255 of 255 = 100%
B 218 of 255 = 85%

249
255
218

R + G + B ~ 94%. #F9FFDA is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 255 + 218 = 722 (100%)
R 249 of 722 ~ 34.49%
G 255 of 722 ~ 35.32%
B 218 of 722 ~ 30.19'%

%34.49
%35.32
%30.19

CMYK color model

#F9FFDA color CMYK value is (2,0,15,0).

  • cyan value is 2.35%
  • magenta value is 0.00%
  • yellow value is 14.51%
  • key color value is 0.00%
CMYK: (2,0,15,0) C2M0Y15K0 (2%,0%,15%,0%) (0.02/0.00/0.15/0.00) 

CMYK percentages

%2.35
%0
%14.51
%0

Codes

Color #F9FFDA in popluar color models

F9 FF DA
RGB 249 255 218
HSL 70° 100.00% 92.75%
HSB/HSV 70° 14.51% 100.00%
CMYK 2.35% 0.00% 14.51%
0.00%

Color #F9FFDA in popluar number systems.

HEX F9 FF DA
Decimal 249 255 218
Binary 11111001 11111111 11011010
Octal 371 377 332

Shades and tints

Shades of #F9FFDA

#F9FFDA
(249,255,218)
#E3E8C7
(227,232,199)
#CDD1B4
(205,209,180)
#B7BAA1
(183,186,161)
#A1A38E
(161,163,142)
#8B8C7B
(139,140,123)
#757568
(117,117,104)
#5F5E55
(95,94,85)
#494742
(73,71,66)
#33302F
(51,48,47)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #F9FFDA

#F9FFDA
(249,255,218)
#F9FFDD
(249,255,221)
#F9FFE0
(249,255,224)
#F9FFE3
(249,255,227)
#F9FFE6
(249,255,230)
#F9FFE9
(249,255,233)
#F9FFEC
(249,255,236)
#F9FFEF
(249,255,239)
#F9FFF2
(249,255,242)
#F9FFF5
(249,255,245)
#F9FFF8
(249,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FFDA; }

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

This text font color is #F9FFDA.

Background Color

.myBgColor { background-color: #F9FFDA; }

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

This div background color is #F9FFDA.

Border color

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

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

This div border color is #F9FFDA.

Opacity

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

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

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

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

This text has shadow with #F9FFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FFDA.

Preview

Color preview on black background

This text has color #F9FFDA on black background.


Color preview on white background

This text has color #F9FFDA on white background.


Black color preview on #F9FFDA background

This text has black color on #F9FFDA background.


White color preview on #F9FFDA background

This text has white color on #F9FFDA background.


Related colors

Complementary color

Complementary color for #hex is #060025.


I love getcolorcode.com

Triadic colors

1 #DAF9FF and #FFDAF9 with #F9FFDA are triadic colors.

2 #DAFFF9 and #FFF9DA with #F9FFDA are triadic colors.