COLOR #F4E6FC

HEX: #F4E6FC
RGB: (244,230,252)

Color info

#F4E6FC contains red, green and blue colors in about the same proportion. Web safe color of #F4E6FC is #FFCCFF (or #FCF).

RGB color model

#F4E6FC color RGB value is (244,230,252).

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

RGB channels and saturation

R 244 of 255 = 96%
G 230 of 255 = 90%
B 252 of 255 = 99%

244
230
252

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

Portions of RGB colors in percentages

R + G + B =
244 + 230 + 252 = 726 (100%)
R 244 of 726 ~ 33.61%
G 230 of 726 ~ 31.68%
B 252 of 726 ~ 34.71%

%33.61
%31.68
%34.71

CMYK color model

#F4E6FC color CMYK value is (3,9,0,1).

  • cyan value is 3.17%
  • magenta value is 8.73%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(3,9,0,1)
C3M9Y0K1 
(3%,9%,0%,1%)
(0.03/0.09/0.00/0.01)	

CMYK percentages

%3.17
%8.73
%0
%1.18

Codes

Color #F4E6FC in popluar color models

F4E6FC
RGB244230252
HSL278°78.57%94.51%
HSB/HSV278°8.73%98.82%
CMYK3.17%8.73%0.00%
1.18%

Color #F4E6FC in popluar number systems.

HEXF4E6FC
Decimal244230252
Binary111101001110011011111100
Octal364346374

Shades and tints

Shades of #F4E6FC

#F4E6FC
(244,230,252)
#DED2E6
(222,210,230)
#C8BED0
(200,190,208)
#B2AABA
(178,170,186)
#9C96A4
(156,150,164)
#86828E
(134,130,142)
#706E78
(112,110,120)
#5A5A62
(90,90,98)
#44464C
(68,70,76)
#2E3236
(46,50,54)
#181E20
(24,30,32)
#000000
(0,0,0)

Tints of #F4E6FC

#F4E6FC
(244,230,252)
#F5E8FC
(245,232,252)
#F6EAFC
(246,234,252)
#F7ECFC
(247,236,252)
#F8EEFC
(248,238,252)
#F9F0FC
(249,240,252)
#FAF2FC
(250,242,252)
#FBF4FC
(251,244,252)
#FCF6FC
(252,246,252)
#FDF8FC
(253,248,252)
#FEFAFC
(254,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4E6FC; }

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

This text font color is #F4E6FC.


Background Color

.myBgColor { background-color: #F4E6FC; }

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

This div background color is #F4E6FC.


Border color

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

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

This div border color is #F4E6FC.


Opacity

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

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

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

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

This text has shadow with #F4E6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E6FC on black background.


Color preview on white background

This text has color #F4E6FC on white background.



Black color preview on #F4E6FC background

This text has black color on #F4E6FC background.


White color preview on #F4E6FC background

This text has white color on #F4E6FC background.