COLOR #F4E3FD

HEX: #F4E3FD RGB: (244,227,253)

Color info

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

RGB color model

#F4E3FD color RGB value is (244,227,253).

RGB: (244,227,253) (96%, 89%, 99%)

RGB channels and saturation

R 244 of 255 = 96%
G 227 of 255 = 89%
B 253 of 255 = 99%

244
227
253

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

Portions of RGB colors in percentages

R + G + B = 244 + 227 + 253 = 724 (100%)
R 244 of 724 ~ 33.7%
G 227 of 724 ~ 31.35%
B 253 of 724 ~ 34.94'%

%33.7
%31.35
%34.94

CMYK color model

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

  • cyan value is 3.56%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (4,10,0,1)
C4M10Y0K1 (4%, 10%, 0%, 1%)
(0.04 / 0.10 / 0.00 / 0.01)

CMYK percentages

%3.56
%10.28
%0
%0.78

Codes

Color #F4E3FD in popluar color models

F4 E3 FD
RGB 244 227 253
HSL 279° 86.67% 94.12%
HSB/HSV 279° 10.28% 99.22%
CMYK 3.56% 10.28% 0.00%
0.78%

Color #F4E3FD in popluar number systems.

HEX F4 E3 FD
Decimal 244 227 253
Binary 11110100 11100011 11111101
Octal 364 343 375

Shades and tints

Shades of #F4E3FD

#F4E3FD
(244,227,253)
#DECFE6
(222,207,230)
#C8BBCF
(200,187,207)
#B2A7B8
(178,167,184)
#9C93A1
(156,147,161)
#867F8A
(134,127,138)
#706B73
(112,107,115)
#5A575C
(90,87,92)
#444345
(68,67,69)
#2E2F2E
(46,47,46)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #F4E3FD

#F4E3FD
(244,227,253)
#F5E5FD
(245,229,253)
#F6E7FD
(246,231,253)
#F7E9FD
(247,233,253)
#F8EBFD
(248,235,253)
#F9EDFD
(249,237,253)
#FAEFFD
(250,239,253)
#FBF1FD
(251,241,253)
#FCF3FD
(252,243,253)
#FDF5FD
(253,245,253)
#FEF7FD
(254,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E3FD color. Also use rgb(244,227,253) instead hex code.

Text Font Color

.myTextColor { color: #F4E3FD; }

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

This text font color is #F4E3FD.

Background Color

.myBgColor { background-color: #F4E3FD; }

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

This div background color is #F4E3FD.

Border color

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

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

This div border color is #F4E3FD.

Opacity

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

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

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

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

This text has shadow with #F4E3FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4E3FD.

Preview

Color preview on black background

This text has color #F4E3FD on black background.


Color preview on white background

This text has color #F4E3FD on white background.


Black color preview on #F4E3FD background

This text has black color on #F4E3FD background.


White color preview on #F4E3FD background

This text has white color on #F4E3FD background.


Related colors

Complementary color

Complementary color for #hex is #0B1C02.


I love getcolorcode.com

Triadic colors

1 #FDF4E3 and #E3FDF4 with #F4E3FD are triadic colors.

2 #FDE3F4 and #E3F4FD with #F4E3FD are triadic colors.