COLOR #F4DAEF

HEX: #F4DAEF RGB: (244,218,239)

Color info

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

RGB color model

#F4DAEF color RGB value is (244,218,239).

RGB: (244,218,239) (96%, 85%, 94%)

RGB channels and saturation

R 244 of 255 = 96%
G 218 of 255 = 85%
B 239 of 255 = 94%

244
218
239

R + G + B ~ 92%. #F4DAEF is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 218 + 239 = 701 (100%)
R 244 of 701 ~ 34.81%
G 218 of 701 ~ 31.1%
B 239 of 701 ~ 34.09'%

%34.81
%31.1
%34.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.66%
  • yellow value is 2.05%
  • 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.05
%4.31

Codes

Color #F4DAEF in popluar color models

F4 DA EF
RGB 244 218 239
HSL 312° 54.17% 90.59%
HSB/HSV 312° 10.66% 95.69%
CMYK 0.00% 10.66% 2.05%
4.31%

Color #F4DAEF in popluar number systems.

HEX F4 DA EF
Decimal 244 218 239
Binary 11110100 11011010 11101111
Octal 364 332 357

Shades and tints

Shades of #F4DAEF

#F4DAEF
(244,218,239)
#DEC7DA
(222,199,218)
#C8B4C5
(200,180,197)
#B2A1B0
(178,161,176)
#9C8E9B
(156,142,155)
#867B86
(134,123,134)
#706871
(112,104,113)
#5A555C
(90,85,92)
#444247
(68,66,71)
#2E2F32
(46,47,50)
#181C1D
(24,28,29)
#000000
(0,0,0)

Tints of #F4DAEF

#F4DAEF
(244,218,239)
#F5DDF0
(245,221,240)
#F6E0F1
(246,224,241)
#F7E3F2
(247,227,242)
#F8E6F3
(248,230,243)
#F9E9F4
(249,233,244)
#FAECF5
(250,236,245)
#FBEFF6
(251,239,246)
#FCF2F7
(252,242,247)
#FDF5F8
(253,245,248)
#FEF8F9
(254,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DAEF; }

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

This text font color is #F4DAEF.

Background Color

.myBgColor { background-color: #F4DAEF; }

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

This div background color is #F4DAEF.

Border color

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

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

This div border color is #F4DAEF.

Opacity

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

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

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

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

This text has shadow with #F4DAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4DAEF.

Preview

Color preview on black background

This text has color #F4DAEF on black background.


Color preview on white background

This text has color #F4DAEF on white background.


Black color preview on #F4DAEF background

This text has black color on #F4DAEF background.


White color preview on #F4DAEF background

This text has white color on #F4DAEF background.


Related colors

Complementary color

Complementary color for #hex is #0B2510.


I love getcolorcode.com

Triadic colors

1 #EFF4DA and #DAEFF4 with #F4DAEF are triadic colors.

2 #EFDAF4 and #DAF4EF with #F4DAEF are triadic colors.