COLOR #FFF6FB

HEX: #FFF6FB RGB: (255,246,251)

Color info

#FFF6FB contains red, green and blue colors in about the same proportion. Web safe color of #FFF6FB is #FFFFFF (or #FFF).

RGB color model

#FFF6FB color RGB value is (255,246,251).

RGB: (255,246,251) (100%, 96%, 98%)

RGB channels and saturation

R 255 of 255 = 100%
G 246 of 255 = 96%
B 251 of 255 = 98%

255
246
251

R + G + B ~ 98%. #FFF6FB is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 246 + 251 = 752 (100%)
R 255 of 752 ~ 33.91%
G 246 of 752 ~ 32.71%
B 251 of 752 ~ 33.38'%

%33.91
%32.71
%33.38

CMYK color model

#FFF6FB color CMYK value is (0,4,2,0).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 1.57%
  • key color value is 0.00%
CMYK: (0,4,2,0) C0M4Y2K0 (0%,4%,2%,0%) (0.00/0.04/0.02/0.00) 

CMYK percentages

%0
%3.53
%1.57
%0

Codes

Color #FFF6FB in popluar color models

FF F6 FB
RGB 255 246 251
HSL 327° 100.00% 98.24%
HSB/HSV 327° 3.53% 100.00%
CMYK 0.00% 3.53% 1.57%
0.00%

Color #FFF6FB in popluar number systems.

HEX FF F6 FB
Decimal 255 246 251
Binary 11111111 11110110 11111011
Octal 377 366 373

Shades and tints

Shades of #FFF6FB

#FFF6FB
(255,246,251)
#E8E0E5
(232,224,229)
#D1CACF
(209,202,207)
#BAB4B9
(186,180,185)
#A39EA3
(163,158,163)
#8C888D
(140,136,141)
#757277
(117,114,119)
#5E5C61
(94,92,97)
#47464B
(71,70,75)
#303035
(48,48,53)
#191A1F
(25,26,31)
#000000
(0,0,0)

CSS3 styles

Examples of css and html codes for elements with #FFF6FB color. Also use rgb(255,246,251) instead hex code.

Text Font Color

.myTextColor { color: #FFF6FB; }

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

This text font color is #FFF6FB.

Background Color

.myBgColor { background-color: #FFF6FB; }

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

This div background color is #FFF6FB.

Border color

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

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

This div border color is #FFF6FB.

Opacity

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

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

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

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

This text has shadow with #FFF6FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF6FB.

Preview

Color preview on black background

This text has color #FFF6FB on black background.


Color preview on white background

This text has color #FFF6FB on white background.


Black color preview on #FFF6FB background

This text has black color on #FFF6FB background.


White color preview on #FFF6FB background

This text has white color on #FFF6FB background.


Related colors

Complementary color

Complementary color for #hex is #000904.


I love getcolorcode.com

Triadic colors

1 #FBFFF6 and #F6FBFF with #FFF6FB are triadic colors.

2 #FBF6FF and #F6FFFB with #FFF6FB are triadic colors.