COLOR #F6FABF

HEX: #F6FABF RGB: (246,250,191)

Color info

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

RGB color model

#F6FABF color RGB value is (246,250,191).

RGB: (246,250,191) (96%, 98%, 75%)

RGB channels and saturation

R 246 of 255 = 96%
G 250 of 255 = 98%
B 191 of 255 = 75%

246
250
191

R + G + B ~ 90%. #F6FABF is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 250 + 191 = 687 (100%)
R 246 of 687 ~ 35.81%
G 250 of 687 ~ 36.39%
B 191 of 687 ~ 27.8'%

%35.81
%36.39
%27.8

CMYK color model

#F6FABF color CMYK value is (2,0,24,2).

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 23.60%
  • key color value is 1.96%

CMYK: (2,0,24,2)
C2M0Y24K2 (2%, 0%, 24%, 2%)
(0.02 / 0.00 / 0.24 / 0.02)

CMYK percentages

%1.6
%0
%23.6
%1.96

Codes

Color #F6FABF in popluar color models

F6 FA BF
RGB 246 250 191
HSL 64° 85.51% 86.47%
HSB/HSV 64° 23.60% 98.04%
CMYK 1.60% 0.00% 23.60%
1.96%

Color #F6FABF in popluar number systems.

HEX F6 FA BF
Decimal 246 250 191
Binary 11110110 11111010 10111111
Octal 366 372 277

Shades and tints

Shades of #F6FABF

#F6FABF
(246,250,191)
#E0E4AE
(224,228,174)
#CACE9D
(202,206,157)
#B4B88C
(180,184,140)
#9EA27B
(158,162,123)
#888C6A
(136,140,106)
#727659
(114,118,89)
#5C6048
(92,96,72)
#464A37
(70,74,55)
#303426
(48,52,38)
#1A1E15
(26,30,21)
#000000
(0,0,0)

Tints of #F6FABF

#F6FABF
(246,250,191)
#F6FAC4
(246,250,196)
#F6FAC9
(246,250,201)
#F6FACE
(246,250,206)
#F6FAD3
(246,250,211)
#F6FAD8
(246,250,216)
#F6FADD
(246,250,221)
#F6FAE2
(246,250,226)
#F6FAE7
(246,250,231)
#F6FAEC
(246,250,236)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6FABF color. Also use rgb(246,250,191) instead hex code.

Text Font Color

.myTextColor { color: #F6FABF; }

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

This text font color is #F6FABF.

Background Color

.myBgColor { background-color: #F6FABF; }

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

This div background color is #F6FABF.

Border color

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

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

This div border color is #F6FABF.

Opacity

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

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

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

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

This text has shadow with #F6FABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6FABF.

Preview

Color preview on black background

This text has color #F6FABF on black background.


Color preview on white background

This text has color #F6FABF on white background.


Black color preview on #F6FABF background

This text has black color on #F6FABF background.


White color preview on #F6FABF background

This text has white color on #F6FABF background.


Related colors

Complementary color

Complementary color for #hex is #090540.


I love getcolorcode.com

Triadic colors

1 #BFF6FA and #FABFF6 with #F6FABF are triadic colors.

2 #BFFAF6 and #FAF6BF with #F6FABF are triadic colors.