COLOR #F4DAFA

HEX: #F4DAFA RGB: (244,218,250)

Color info

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

RGB color model

#F4DAFA color RGB value is (244,218,250).

RGB: (244,218,250) (96%, 85%, 98%)

RGB channels and saturation

R 244 of 255 = 96%
G 218 of 255 = 85%
B 250 of 255 = 98%

244
218
250

R + G + B ~ 93%. #F4DAFA is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 218 + 250 = 712 (100%)
R 244 of 712 ~ 34.27%
G 218 of 712 ~ 30.62%
B 250 of 712 ~ 35.11'%

%34.27
%30.62
%35.11

CMYK color model

#F4DAFA color CMYK value is (2,13,0,2).

  • cyan value is 2.40%
  • magenta value is 12.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (2,13,0,2)
C2M13Y0K2 (2%, 13%, 0%, 2%)
(0.02 / 0.13 / 0.00 / 0.02)

CMYK percentages

%2.4
%12.8
%0
%1.96

Codes

Color #F4DAFA in popluar color models

F4 DA FA
RGB 244 218 250
HSL 289° 76.19% 91.76%
HSB/HSV 289° 12.80% 98.04%
CMYK 2.40% 12.80% 0.00%
1.96%

Color #F4DAFA in popluar number systems.

HEX F4 DA FA
Decimal 244 218 250
Binary 11110100 11011010 11111010
Octal 364 332 372

Shades and tints

Shades of #F4DAFA

#F4DAFA
(244,218,250)
#DEC7E4
(222,199,228)
#C8B4CE
(200,180,206)
#B2A1B8
(178,161,184)
#9C8EA2
(156,142,162)
#867B8C
(134,123,140)
#706876
(112,104,118)
#5A5560
(90,85,96)
#44424A
(68,66,74)
#2E2F34
(46,47,52)
#181C1E
(24,28,30)
#000000
(0,0,0)

Tints of #F4DAFA

#F4DAFA
(244,218,250)
#F5DDFA
(245,221,250)
#F6E0FA
(246,224,250)
#F7E3FA
(247,227,250)
#F8E6FA
(248,230,250)
#F9E9FA
(249,233,250)
#FAECFA
(250,236,250)
#FBEFFA
(251,239,250)
#FCF2FA
(252,242,250)
#FDF5FA
(253,245,250)
#FEF8FA
(254,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DAFA; }

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

This text font color is #F4DAFA.

Background Color

.myBgColor { background-color: #F4DAFA; }

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

This div background color is #F4DAFA.

Border color

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

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

This div border color is #F4DAFA.

Opacity

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

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

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

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

This text has shadow with #F4DAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4DAFA.

Preview

Color preview on black background

This text has color #F4DAFA on black background.


Color preview on white background

This text has color #F4DAFA on white background.


Black color preview on #F4DAFA background

This text has black color on #F4DAFA background.


White color preview on #F4DAFA background

This text has white color on #F4DAFA background.


Related colors

Complementary color

Complementary color for #hex is #0B2505.


I love getcolorcode.com

Triadic colors

1 #FAF4DA and #DAFAF4 with #F4DAFA are triadic colors.

2 #FADAF4 and #DAF4FA with #F4DAFA are triadic colors.