COLOR #F4FFE6

HEX: #F4FFE6
RGB: (244,255,230)

Color info

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

RGB color model

#F4FFE6 color RGB value is (244,255,230).

  • red value is 244;
  • green value is 255;
  • blue value is 230.
RGB:
(244,255,230)
(96%,100%,90%)

RGB channels and saturation

R 244 of 255 = 96%
G 255 of 255 = 100%
B 230 of 255 = 90%

244
255
230

R + G + B ~ 95%. #F4FFE6 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 255 + 230 = 729 (100%)
R 244 of 729 ~ 33.47%
G 255 of 729 ~ 34.98%
B 230 of 729 ~ 31.55%

%33.47
%34.98
%31.55

CMYK color model

#F4FFE6 color CMYK value is (4,0,10,0).

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(4,0,10,0)
C4M0Y10K0 
(4%,0%,10%,0%)
(0.04/0.00/0.10/0.00)	

CMYK percentages

%4.31
%0
%9.8
%0

Codes

Color #F4FFE6 in popluar color models

F4FFE6
RGB244255230
HSL86°100.00%95.10%
HSB/HSV86°9.80%100.00%
CMYK4.31%0.00%9.80%
0.00%

Color #F4FFE6 in popluar number systems.

HEXF4FFE6
Decimal244255230
Binary111101001111111111100110
Octal364377346

Shades and tints

Shades of #F4FFE6

#F4FFE6
(244,255,230)
#DEE8D2
(222,232,210)
#C8D1BE
(200,209,190)
#B2BAAA
(178,186,170)
#9CA396
(156,163,150)
#868C82
(134,140,130)
#70756E
(112,117,110)
#5A5E5A
(90,94,90)
#444746
(68,71,70)
#2E3032
(46,48,50)
#18191E
(24,25,30)
#000000
(0,0,0)

Tints of #F4FFE6

#F4FFE6
(244,255,230)
#F5FFE8
(245,255,232)
#F6FFEA
(246,255,234)
#F7FFEC
(247,255,236)
#F8FFEE
(248,255,238)
#F9FFF0
(249,255,240)
#FAFFF2
(250,255,242)
#FBFFF4
(251,255,244)
#FCFFF6
(252,255,246)
#FDFFF8
(253,255,248)
#FEFFFA
(254,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4FFE6 color. Also use rgb(244,255,230) instead hex code.

Text Font Color

.myTextColor { color: #F4FFE6; }

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

This text font color is #F4FFE6.


Background Color

.myBgColor { background-color: #F4FFE6; }

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

This div background color is #F4FFE6.


Border color

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

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

This div border color is #F4FFE6.


Opacity

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

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

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

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

This text has shadow with #F4FFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4FFE6 on black background.


Color preview on white background

This text has color #F4FFE6 on white background.



Black color preview on #F4FFE6 background

This text has black color on #F4FFE6 background.


White color preview on #F4FFE6 background

This text has white color on #F4FFE6 background.