COLOR #F4DBFA

HEX: #F4DBFA RGB: (244,219,250)

Color info

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

RGB color model

#F4DBFA color RGB value is (244,219,250).

RGB: (244,219,250) (96%, 86%, 98%)

RGB channels and saturation

R 244 of 255 = 96%
G 219 of 255 = 86%
B 250 of 255 = 98%

244
219
250

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

Portions of RGB colors in percentages

R + G + B = 244 + 219 + 250 = 713 (100%)
R 244 of 713 ~ 34.22%
G 219 of 713 ~ 30.72%
B 250 of 713 ~ 35.06'%

%34.22
%30.72
%35.06

CMYK color model

#F4DBFA color CMYK value is (2,12,0,2).

  • cyan value is 2.40%
  • magenta value is 12.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (2,12,0,2) C2M12Y0K2 (2%,12%,0%,2%) (0.02/0.12/0.00/0.02) 

CMYK percentages

%2.4
%12.4
%0
%1.96

Codes

Color #F4DBFA in popluar color models

F4 DB FA
RGB 244 219 250
HSL 288° 75.61% 91.96%
HSB/HSV 288° 12.40% 98.04%
CMYK 2.40% 12.40% 0.00%
1.96%

Color #F4DBFA in popluar number systems.

HEX F4 DB FA
Decimal 244 219 250
Binary 11110100 11011011 11111010
Octal 364 333 372

Shades and tints

Shades of #F4DBFA

#F4DBFA
(244,219,250)
#DEC8E4
(222,200,228)
#C8B5CE
(200,181,206)
#B2A2B8
(178,162,184)
#9C8FA2
(156,143,162)
#867C8C
(134,124,140)
#706976
(112,105,118)
#5A5660
(90,86,96)
#44434A
(68,67,74)
#2E3034
(46,48,52)
#181D1E
(24,29,30)
#000000
(0,0,0)

Tints of #F4DBFA

#F4DBFA
(244,219,250)
#F5DEFA
(245,222,250)
#F6E1FA
(246,225,250)
#F7E4FA
(247,228,250)
#F8E7FA
(248,231,250)
#F9EAFA
(249,234,250)
#FAEDFA
(250,237,250)
#FBF0FA
(251,240,250)
#FCF3FA
(252,243,250)
#FDF6FA
(253,246,250)
#FEF9FA
(254,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DBFA; }

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

This text font color is #F4DBFA.

Background Color

.myBgColor { background-color: #F4DBFA; }

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

This div background color is #F4DBFA.

Border color

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

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

This div border color is #F4DBFA.

Opacity

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

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

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

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

This text has shadow with #F4DBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4DBFA.

Preview

Color preview on black background

This text has color #F4DBFA on black background.


Color preview on white background

This text has color #F4DBFA on white background.


Black color preview on #F4DBFA background

This text has black color on #F4DBFA background.


White color preview on #F4DBFA background

This text has white color on #F4DBFA background.


Related colors

Complementary color

Complementary color for #hex is #0B2405.


I love getcolorcode.com

Triadic colors

1 #FAF4DB and #DBFAF4 with #F4DBFA are triadic colors.

2 #FADBF4 and #DBF4FA with #F4DBFA are triadic colors.