COLOR #F2FBCB

HEX: #F2FBCB RGB: (242,251,203)

Color info

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

RGB color model

#F2FBCB color RGB value is (242,251,203).

RGB: (242,251,203) (95%, 98%, 80%)

RGB channels and saturation

R 242 of 255 = 95%
G 251 of 255 = 98%
B 203 of 255 = 80%

242
251
203

R + G + B ~ 91%. #F2FBCB is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 251 + 203 = 696 (100%)
R 242 of 696 ~ 34.77%
G 251 of 696 ~ 36.06%
B 203 of 696 ~ 29.17'%

%34.77
%36.06
%29.17

CMYK color model

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

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 1.57%

CMYK: (4,0,19,2)
C4M0Y19K2 (4%, 0%, 19%, 2%)
(0.04 / 0.00 / 0.19 / 0.02)

CMYK percentages

%3.59
%0
%19.12
%1.57

Codes

Color #F2FBCB in popluar color models

F2 FB CB
RGB 242 251 203
HSL 71° 85.71% 89.02%
HSB/HSV 71° 19.12% 98.43%
CMYK 3.59% 0.00% 19.12%
1.57%

Color #F2FBCB in popluar number systems.

HEX F2 FB CB
Decimal 242 251 203
Binary 11110010 11111011 11001011
Octal 362 373 313

Shades and tints

Shades of #F2FBCB

#F2FBCB
(242,251,203)
#DCE5B9
(220,229,185)
#C6CFA7
(198,207,167)
#B0B995
(176,185,149)
#9AA383
(154,163,131)
#848D71
(132,141,113)
#6E775F
(110,119,95)
#58614D
(88,97,77)
#424B3B
(66,75,59)
#2C3529
(44,53,41)
#161F17
(22,31,23)
#000000
(0,0,0)

Tints of #F2FBCB

#F2FBCB
(242,251,203)
#F3FBCF
(243,251,207)
#F4FBD3
(244,251,211)
#F5FBD7
(245,251,215)
#F6FBDB
(246,251,219)
#F7FBDF
(247,251,223)
#F8FBE3
(248,251,227)
#F9FBE7
(249,251,231)
#FAFBEB
(250,251,235)
#FBFBEF
(251,251,239)
#FCFBF3
(252,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2FBCB color. Also use rgb(242,251,203) instead hex code.

Text Font Color

.myTextColor { color: #F2FBCB; }

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

This text font color is #F2FBCB.

Background Color

.myBgColor { background-color: #F2FBCB; }

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

This div background color is #F2FBCB.

Border color

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

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

This div border color is #F2FBCB.

Opacity

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

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

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

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

This text has shadow with #F2FBCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2FBCB.

Preview

Color preview on black background

This text has color #F2FBCB on black background.


Color preview on white background

This text has color #F2FBCB on white background.


Black color preview on #F2FBCB background

This text has black color on #F2FBCB background.


White color preview on #F2FBCB background

This text has white color on #F2FBCB background.


Related colors

Complementary color

Complementary color for #hex is #0D0434.


I love getcolorcode.com

Triadic colors

1 #CBF2FB and #FBCBF2 with #F2FBCB are triadic colors.

2 #CBFBF2 and #FBF2CB with #F2FBCB are triadic colors.