COLOR #F4DAEE

HEX: #F4DAEE RGB: (244,218,238)

Color info

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

RGB color model

#F4DAEE color RGB value is (244,218,238).

RGB: (244,218,238) (96%, 85%, 93%)

RGB channels and saturation

R 244 of 255 = 96%
G 218 of 255 = 85%
B 238 of 255 = 93%

244
218
238

R + G + B ~ 91%. #F4DAEE is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 218 + 238 = 700 (100%)
R 244 of 700 ~ 34.86%
G 218 of 700 ~ 31.14%
B 238 of 700 ~ 34'%

%34.86
%31.14
%34

CMYK color model

#F4DAEE color CMYK value is (0,11,2,4).

  • cyan value is 0.00%
  • magenta value is 10.66%
  • yellow value is 2.46%
  • key color value is 4.31%

CMYK: (0,11,2,4)
C0M11Y2K4 (0%, 11%, 2%, 4%)
(0.00 / 0.11 / 0.02 / 0.04)

CMYK percentages

%0
%10.66
%2.46
%4.31

Codes

Color #F4DAEE in popluar color models

F4 DA EE
RGB 244 218 238
HSL 314° 54.17% 90.59%
HSB/HSV 314° 10.66% 95.69%
CMYK 0.00% 10.66% 2.46%
4.31%

Color #F4DAEE in popluar number systems.

HEX F4 DA EE
Decimal 244 218 238
Binary 11110100 11011010 11101110
Octal 364 332 356

Shades and tints

Shades of #F4DAEE

#F4DAEE
(244,218,238)
#DEC7D9
(222,199,217)
#C8B4C4
(200,180,196)
#B2A1AF
(178,161,175)
#9C8E9A
(156,142,154)
#867B85
(134,123,133)
#706870
(112,104,112)
#5A555B
(90,85,91)
#444246
(68,66,70)
#2E2F31
(46,47,49)
#181C1C
(24,28,28)
#000000
(0,0,0)

Tints of #F4DAEE

#F4DAEE
(244,218,238)
#F5DDEF
(245,221,239)
#F6E0F0
(246,224,240)
#F7E3F1
(247,227,241)
#F8E6F2
(248,230,242)
#F9E9F3
(249,233,243)
#FAECF4
(250,236,244)
#FBEFF5
(251,239,245)
#FCF2F6
(252,242,246)
#FDF5F7
(253,245,247)
#FEF8F8
(254,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4DAEE color. Also use rgb(244,218,238) instead hex code.

Text Font Color

.myTextColor { color: #F4DAEE; }

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

This text font color is #F4DAEE.

Background Color

.myBgColor { background-color: #F4DAEE; }

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

This div background color is #F4DAEE.

Border color

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

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

This div border color is #F4DAEE.

Opacity

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

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

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

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

This text has shadow with #F4DAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4DAEE.

Preview

Color preview on black background

This text has color #F4DAEE on black background.


Color preview on white background

This text has color #F4DAEE on white background.


Black color preview on #F4DAEE background

This text has black color on #F4DAEE background.


White color preview on #F4DAEE background

This text has white color on #F4DAEE background.


Related colors

Complementary color

Complementary color for #hex is #0B2511.


I love getcolorcode.com

Triadic colors

1 #EEF4DA and #DAEEF4 with #F4DAEE are triadic colors.

2 #EEDAF4 and #DAF4EE with #F4DAEE are triadic colors.