COLOR #F3FEEB

HEX: #F3FEEB
RGB: (243,254,235)

Color info

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

RGB color model

#F3FEEB color RGB value is (243,254,235).

  • red value is 243;
  • green value is 254;
  • blue value is 235.
RGB:
(243,254,235)
(95%,100%,92%)

RGB channels and saturation

R 243 of 255 = 95%
G 254 of 255 = 100%
B 235 of 255 = 92%

243
254
235

R + G + B ~ 96%. #F3FEEB is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 254 + 235 = 732 (100%)
R 243 of 732 ~ 33.2%
G 254 of 732 ~ 34.7%
B 235 of 732 ~ 32.1%

%33.2
%34.7
%32.1

CMYK color model

#F3FEEB color CMYK value is (4,0,7,0).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 0.39%
CMYK:
(4,0,7,0)
C4M0Y7K0 
(4%,0%,7%,0%)
(0.04/0.00/0.07/0.00)	

CMYK percentages

%4.33
%0
%7.48
%0.39

Codes

Color #F3FEEB in popluar color models

F3FEEB
RGB243254235
HSL95°90.48%95.88%
HSB/HSV95°7.48%99.61%
CMYK4.33%0.00%7.48%
0.39%

Color #F3FEEB in popluar number systems.

HEXF3FEEB
Decimal243254235
Binary111100111111111011101011
Octal363376353

Shades and tints

Shades of #F3FEEB

#F3FEEB
(243,254,235)
#DDE7D6
(221,231,214)
#C7D0C1
(199,208,193)
#B1B9AC
(177,185,172)
#9BA297
(155,162,151)
#858B82
(133,139,130)
#6F746D
(111,116,109)
#595D58
(89,93,88)
#434643
(67,70,67)
#2D2F2E
(45,47,46)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #F3FEEB

#F3FEEB
(243,254,235)
#F4FEEC
(244,254,236)
#F5FEED
(245,254,237)
#F6FEEE
(246,254,238)
#F7FEEF
(247,254,239)
#F8FEF0
(248,254,240)
#F9FEF1
(249,254,241)
#FAFEF2
(250,254,242)
#FBFEF3
(251,254,243)
#FCFEF4
(252,254,244)
#FDFEF5
(253,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3FEEB color. Also use rgb(243,254,235) instead hex code.

Text Font Color

.myTextColor { color: #F3FEEB; }

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

This text font color is #F3FEEB.


Background Color

.myBgColor { background-color: #F3FEEB; }

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

This div background color is #F3FEEB.


Border color

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

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

This div border color is #F3FEEB.


Opacity

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

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

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

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

This text has shadow with #F3FEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3FEEB on black background.


Color preview on white background

This text has color #F3FEEB on white background.



Black color preview on #F3FEEB background

This text has black color on #F3FEEB background.


White color preview on #F3FEEB background

This text has white color on #F3FEEB background.