COLOR #F2FCBD

HEX: #F2FCBD
RGB: (242,252,189)

Color info

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

RGB color model

#F2FCBD color RGB value is (242,252,189).

  • red value is 242;
  • green value is 252;
  • blue value is 189.
RGB:
(242,252,189)
(95%,99%,74%)

RGB channels and saturation

R 242 of 255 = 95%
G 252 of 255 = 99%
B 189 of 255 = 74%

242
252
189

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

Portions of RGB colors in percentages

R + G + B =
242 + 252 + 189 = 683 (100%)
R 242 of 683 ~ 35.43%
G 252 of 683 ~ 36.9%
B 189 of 683 ~ 27.67%

%35.43
%36.9
%27.67

CMYK color model

#F2FCBD color CMYK value is (4,0,25,1).

  • cyan value is 3.97%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 1.18%
CMYK:
(4,0,25,1)
C4M0Y25K1 
(4%,0%,25%,1%)
(0.04/0.00/0.25/0.01)	

CMYK percentages

%3.97
%0
%25
%1.18

Codes

Color #F2FCBD in popluar color models

F2FCBD
RGB242252189
HSL70°91.30%86.47%
HSB/HSV70°25.00%98.82%
CMYK3.97%0.00%25.00%
1.18%

Color #F2FCBD in popluar number systems.

HEXF2FCBD
Decimal242252189
Binary111100101111110010111101
Octal362374275

Shades and tints

Shades of #F2FCBD

#F2FCBD
(242,252,189)
#DCE6AC
(220,230,172)
#C6D09B
(198,208,155)
#B0BA8A
(176,186,138)
#9AA479
(154,164,121)
#848E68
(132,142,104)
#6E7857
(110,120,87)
#586246
(88,98,70)
#424C35
(66,76,53)
#2C3624
(44,54,36)
#162013
(22,32,19)
#000000
(0,0,0)

Tints of #F2FCBD

#F2FCBD
(242,252,189)
#F3FCC3
(243,252,195)
#F4FCC9
(244,252,201)
#F5FCCF
(245,252,207)
#F6FCD5
(246,252,213)
#F7FCDB
(247,252,219)
#F8FCE1
(248,252,225)
#F9FCE7
(249,252,231)
#FAFCED
(250,252,237)
#FBFCF3
(251,252,243)
#FCFCF9
(252,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2FCBD color. Also use rgb(242,252,189) instead hex code.

Text Font Color

.myTextColor { color: #F2FCBD; }

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

This text font color is #F2FCBD.


Background Color

.myBgColor { background-color: #F2FCBD; }

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

This div background color is #F2FCBD.


Border color

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

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

This div border color is #F2FCBD.


Opacity

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

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

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

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

This text has shadow with #F2FCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FCBD on black background.


Color preview on white background

This text has color #F2FCBD on white background.



Black color preview on #F2FCBD background

This text has black color on #F2FCBD background.


White color preview on #F2FCBD background

This text has white color on #F2FCBD background.