COLOR #F3FAB2

HEX: #F3FAB2
RGB: (243,250,178)

Color info

#F3FAB2 contains mainly red and green colors. Web safe color of #F3FAB2 is #FFFF99 (or #FF9).

RGB color model

#F3FAB2 color RGB value is (243,250,178).

  • red value is 243;
  • green value is 250;
  • blue value is 178.
RGB:
(243,250,178)
(95%,98%,70%)

RGB channels and saturation

R 243 of 255 = 95%
G 250 of 255 = 98%
B 178 of 255 = 70%

243
250
178

R + G + B ~ 88%. #F3FAB2 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 250 + 178 = 671 (100%)
R 243 of 671 ~ 36.21%
G 250 of 671 ~ 37.26%
B 178 of 671 ~ 26.53%

%36.21
%37.26
%26.53

CMYK color model

#F3FAB2 color CMYK value is (3,0,29,2).

  • cyan value is 2.80%
  • magenta value is 0.00%
  • yellow value is 28.80%
  • key color value is 1.96%
CMYK:
(3,0,29,2)
C3M0Y29K2 
(3%,0%,29%,2%)
(0.03/0.00/0.29/0.02)	

CMYK percentages

%2.8
%0
%28.8
%1.96

Codes

Color #F3FAB2 in popluar color models

F3FAB2
RGB243250178
HSL66°87.80%83.92%
HSB/HSV66°28.80%98.04%
CMYK2.80%0.00%28.80%
1.96%

Color #F3FAB2 in popluar number systems.

HEXF3FAB2
Decimal243250178
Binary111100111111101010110010
Octal363372262

Shades and tints

Shades of #F3FAB2

#F3FAB2
(243,250,178)
#DDE4A2
(221,228,162)
#C7CE92
(199,206,146)
#B1B882
(177,184,130)
#9BA272
(155,162,114)
#858C62
(133,140,98)
#6F7652
(111,118,82)
#596042
(89,96,66)
#434A32
(67,74,50)
#2D3422
(45,52,34)
#171E12
(23,30,18)
#000000
(0,0,0)

Tints of #F3FAB2

#F3FAB2
(243,250,178)
#F4FAB9
(244,250,185)
#F5FAC0
(245,250,192)
#F6FAC7
(246,250,199)
#F7FACE
(247,250,206)
#F8FAD5
(248,250,213)
#F9FADC
(249,250,220)
#FAFAE3
(250,250,227)
#FBFAEA
(251,250,234)
#FCFAF1
(252,250,241)
#FDFAF8
(253,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3FAB2 color. Also use rgb(243,250,178) instead hex code.

Text Font Color

.myTextColor { color: #F3FAB2; }

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

This text font color is #F3FAB2.


Background Color

.myBgColor { background-color: #F3FAB2; }

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

This div background color is #F3FAB2.


Border color

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

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

This div border color is #F3FAB2.


Opacity

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

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

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

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

This text has shadow with #F3FAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3FAB2 on black background.


Color preview on white background

This text has color #F3FAB2 on white background.



Black color preview on #F3FAB2 background

This text has black color on #F3FAB2 background.


White color preview on #F3FAB2 background

This text has white color on #F3FAB2 background.