COLOR #FFF2B6

HEX: #FFF2B6 RGB: (255,242,182)

Color info

#FFF2B6 contains mainly red and green colors. Web safe color of #FFF2B6 is #FFFFCC (or #FFC).

RGB color model

#FFF2B6 color RGB value is (255,242,182).

RGB: (255,242,182) (100%, 95%, 71%)

RGB channels and saturation

R 255 of 255 = 100%
G 242 of 255 = 95%
B 182 of 255 = 71%

255
242
182

R + G + B ~ 89%. #FFF2B6 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 242 + 182 = 679 (100%)
R 255 of 679 ~ 37.56%
G 242 of 679 ~ 35.64%
B 182 of 679 ~ 26.8'%

%37.56
%35.64
%26.8

CMYK color model

#FFF2B6 color CMYK value is (0,5,29,0).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 28.63%
  • key color value is 0.00%

CMYK: (0,5,29,0)
C0M5Y29K0 (0%, 5%, 29%, 0%)
(0.00 / 0.05 / 0.29 / 0.00)

CMYK percentages

%0
%5.1
%28.63
%0

Codes

Color #FFF2B6 in popluar color models

FF F2 B6
RGB 255 242 182
HSL 49° 100.00% 85.69%
HSB/HSV 49° 28.63% 100.00%
CMYK 0.00% 5.10% 28.63%
0.00%

Color #FFF2B6 in popluar number systems.

HEX FF F2 B6
Decimal 255 242 182
Binary 11111111 11110010 10110110
Octal 377 362 266

Shades and tints

Shades of #FFF2B6

#FFF2B6
(255,242,182)
#E8DCA6
(232,220,166)
#D1C696
(209,198,150)
#BAB086
(186,176,134)
#A39A76
(163,154,118)
#8C8466
(140,132,102)
#756E56
(117,110,86)
#5E5846
(94,88,70)
#474236
(71,66,54)
#302C26
(48,44,38)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #FFF2B6

#FFF2B6
(255,242,182)
#FFF3BC
(255,243,188)
#FFF4C2
(255,244,194)
#FFF5C8
(255,245,200)
#FFF6CE
(255,246,206)
#FFF7D4
(255,247,212)
#FFF8DA
(255,248,218)
#FFF9E0
(255,249,224)
#FFFAE6
(255,250,230)
#FFFBEC
(255,251,236)
#FFFCF2
(255,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF2B6 color. Also use rgb(255,242,182) instead hex code.

Text Font Color

.myTextColor { color: #FFF2B6; }

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

This text font color is #FFF2B6.

Background Color

.myBgColor { background-color: #FFF2B6; }

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

This div background color is #FFF2B6.

Border color

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

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

This div border color is #FFF2B6.

Opacity

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

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

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

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

This text has shadow with #FFF2B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF2B6.

Preview

Color preview on black background

This text has color #FFF2B6 on black background.


Color preview on white background

This text has color #FFF2B6 on white background.


Black color preview on #FFF2B6 background

This text has black color on #FFF2B6 background.


White color preview on #FFF2B6 background

This text has white color on #FFF2B6 background.


Related colors

Complementary color

Complementary color for #hex is #000D49.


I love getcolorcode.com

Triadic colors

1 #B6FFF2 and #F2B6FF with #FFF2B6 are triadic colors.

2 #B6F2FF and #F2FFB6 with #FFF2B6 are triadic colors.