COLOR #F6FDDB

HEX: #F6FDDB RGB: (246,253,219)

Color info

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

RGB color model

#F6FDDB color RGB value is (246,253,219).

RGB: (246,253,219) (96%, 99%, 86%)

RGB channels and saturation

R 246 of 255 = 96%
G 253 of 255 = 99%
B 219 of 255 = 86%

246
253
219

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

Portions of RGB colors in percentages

R + G + B = 246 + 253 + 219 = 718 (100%)
R 246 of 718 ~ 34.26%
G 253 of 718 ~ 35.24%
B 219 of 718 ~ 30.5'%

%34.26
%35.24
%30.5

CMYK color model

#F6FDDB color CMYK value is (3,0,13,1).

  • cyan value is 2.77%
  • magenta value is 0.00%
  • yellow value is 13.44%
  • key color value is 0.78%

CMYK: (3,0,13,1)
C3M0Y13K1 (3%, 0%, 13%, 1%)
(0.03 / 0.00 / 0.13 / 0.01)

CMYK percentages

%2.77
%0
%13.44
%0.78

Codes

Color #F6FDDB in popluar color models

F6 FD DB
RGB 246 253 219
HSL 72° 89.47% 92.55%
HSB/HSV 72° 13.44% 99.22%
CMYK 2.77% 0.00% 13.44%
0.78%

Color #F6FDDB in popluar number systems.

HEX F6 FD DB
Decimal 246 253 219
Binary 11110110 11111101 11011011
Octal 366 375 333

Shades and tints

Shades of #F6FDDB

#F6FDDB
(246,253,219)
#E0E6C8
(224,230,200)
#CACFB5
(202,207,181)
#B4B8A2
(180,184,162)
#9EA18F
(158,161,143)
#888A7C
(136,138,124)
#727369
(114,115,105)
#5C5C56
(92,92,86)
#464543
(70,69,67)
#302E30
(48,46,48)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #F6FDDB

#F6FDDB
(246,253,219)
#F6FDDE
(246,253,222)
#F6FDE1
(246,253,225)
#F6FDE4
(246,253,228)
#F6FDE7
(246,253,231)
#F6FDEA
(246,253,234)
#F6FDED
(246,253,237)
#F6FDF0
(246,253,240)
#F6FDF3
(246,253,243)
#F6FDF6
(246,253,246)
#F6FDF9
(246,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6FDDB color. Also use rgb(246,253,219) instead hex code.

Text Font Color

.myTextColor { color: #F6FDDB; }

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

This text font color is #F6FDDB.

Background Color

.myBgColor { background-color: #F6FDDB; }

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

This div background color is #F6FDDB.

Border color

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

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

This div border color is #F6FDDB.

Opacity

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

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

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

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

This text has shadow with #F6FDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6FDDB.

Preview

Color preview on black background

This text has color #F6FDDB on black background.


Color preview on white background

This text has color #F6FDDB on white background.


Black color preview on #F6FDDB background

This text has black color on #F6FDDB background.


White color preview on #F6FDDB background

This text has white color on #F6FDDB background.


Related colors

Complementary color

Complementary color for #hex is #090224.


I love getcolorcode.com

Triadic colors

1 #DBF6FD and #FDDBF6 with #F6FDDB are triadic colors.

2 #DBFDF6 and #FDF6DB with #F6FDDB are triadic colors.