COLOR #F4E4FB

HEX: #F4E4FB RGB: (244,228,251)

Color info

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

RGB color model

#F4E4FB color RGB value is (244,228,251).

RGB: (244,228,251) (96%, 89%, 98%)

RGB channels and saturation

R 244 of 255 = 96%
G 228 of 255 = 89%
B 251 of 255 = 98%

244
228
251

R + G + B ~ 94%. #F4E4FB is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 228 + 251 = 723 (100%)
R 244 of 723 ~ 33.75%
G 228 of 723 ~ 31.54%
B 251 of 723 ~ 34.72'%

%33.75
%31.54
%34.72

CMYK color model

#F4E4FB color CMYK value is (3,9,0,2).

  • cyan value is 2.79%
  • magenta value is 9.16%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (3,9,0,2)
C3M9Y0K2 (3%, 9%, 0%, 2%)
(0.03 / 0.09 / 0.00 / 0.02)

CMYK percentages

%2.79
%9.16
%0
%1.57

Codes

Color #F4E4FB in popluar color models

F4 E4 FB
RGB 244 228 251
HSL 282° 74.19% 93.92%
HSB/HSV 282° 9.16% 98.43%
CMYK 2.79% 9.16% 0.00%
1.57%

Color #F4E4FB in popluar number systems.

HEX F4 E4 FB
Decimal 244 228 251
Binary 11110100 11100100 11111011
Octal 364 344 373

Shades and tints

Shades of #F4E4FB

#F4E4FB
(244,228,251)
#DED0E5
(222,208,229)
#C8BCCF
(200,188,207)
#B2A8B9
(178,168,185)
#9C94A3
(156,148,163)
#86808D
(134,128,141)
#706C77
(112,108,119)
#5A5861
(90,88,97)
#44444B
(68,68,75)
#2E3035
(46,48,53)
#181C1F
(24,28,31)
#000000
(0,0,0)

Tints of #F4E4FB

#F4E4FB
(244,228,251)
#F5E6FB
(245,230,251)
#F6E8FB
(246,232,251)
#F7EAFB
(247,234,251)
#F8ECFB
(248,236,251)
#F9EEFB
(249,238,251)
#FAF0FB
(250,240,251)
#FBF2FB
(251,242,251)
#FCF4FB
(252,244,251)
#FDF6FB
(253,246,251)
#FEF8FB
(254,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E4FB color. Also use rgb(244,228,251) instead hex code.

Text Font Color

.myTextColor { color: #F4E4FB; }

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

This text font color is #F4E4FB.

Background Color

.myBgColor { background-color: #F4E4FB; }

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

This div background color is #F4E4FB.

Border color

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

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

This div border color is #F4E4FB.

Opacity

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

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

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

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

This text has shadow with #F4E4FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4E4FB.

Preview

Color preview on black background

This text has color #F4E4FB on black background.


Color preview on white background

This text has color #F4E4FB on white background.


Black color preview on #F4E4FB background

This text has black color on #F4E4FB background.


White color preview on #F4E4FB background

This text has white color on #F4E4FB background.


Related colors

Complementary color

Complementary color for #hex is #0B1B04.


I love getcolorcode.com

Triadic colors

1 #FBF4E4 and #E4FBF4 with #F4E4FB are triadic colors.

2 #FBE4F4 and #E4F4FB with #F4E4FB are triadic colors.