COLOR #F4E6FF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

244
230
255

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

Portions of RGB colors in percentages

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

%33.47
%31.55
%34.98

CMYK color model

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

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

CMYK percentages

%4.31
%9.8
%0
%0

Codes

Color #F4E6FF in popluar color models

F4E6FF
RGB244230255
HSL274°100.00%95.10%
HSB/HSV274°9.80%100.00%
CMYK4.31%9.80%0.00%
0.00%

Color #F4E6FF in popluar number systems.

HEXF4E6FF
Decimal244230255
Binary111101001110011011111111
Octal364346377

Shades and tints

Shades of #F4E6FF

#F4E6FF
(244,230,255)
#DED2E8
(222,210,232)
#C8BED1
(200,190,209)
#B2AABA
(178,170,186)
#9C96A3
(156,150,163)
#86828C
(134,130,140)
#706E75
(112,110,117)
#5A5A5E
(90,90,94)
#444647
(68,70,71)
#2E3230
(46,50,48)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #F4E6FF

#F4E6FF
(244,230,255)
#F5E8FF
(245,232,255)
#F6EAFF
(246,234,255)
#F7ECFF
(247,236,255)
#F8EEFF
(248,238,255)
#F9F0FF
(249,240,255)
#FAF2FF
(250,242,255)
#FBF4FF
(251,244,255)
#FCF6FF
(252,246,255)
#FDF8FF
(253,248,255)
#FEFAFF
(254,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4E6FF; }

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

This text font color is #F4E6FF.


Background Color

.myBgColor { background-color: #F4E6FF; }

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

This div background color is #F4E6FF.


Border color

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

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

This div border color is #F4E6FF.


Opacity

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

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

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

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

This text has shadow with #F4E6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E6FF on black background.


Color preview on white background

This text has color #F4E6FF on white background.



Black color preview on #F4E6FF background

This text has black color on #F4E6FF background.


White color preview on #F4E6FF background

This text has white color on #F4E6FF background.