COLOR #F4DBEB

HEX: #F4DBEB RGB: (244,219,235)

Color info

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

RGB color model

#F4DBEB color RGB value is (244,219,235).

RGB: (244,219,235) (96%, 86%, 92%)

RGB channels and saturation

R 244 of 255 = 96%
G 219 of 255 = 86%
B 235 of 255 = 92%

244
219
235

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

Portions of RGB colors in percentages

R + G + B = 244 + 219 + 235 = 698 (100%)
R 244 of 698 ~ 34.96%
G 219 of 698 ~ 31.38%
B 235 of 698 ~ 33.67'%

%34.96
%31.38
%33.67

CMYK color model

#F4DBEB color CMYK value is (0,10,4,4).

  • cyan value is 0.00%
  • magenta value is 10.25%
  • yellow value is 3.69%
  • key color value is 4.31%

CMYK: (0,10,4,4)
C0M10Y4K4 (0%, 10%, 4%, 4%)
(0.00 / 0.10 / 0.04 / 0.04)

CMYK percentages

%0
%10.25
%3.69
%4.31

Codes

Color #F4DBEB in popluar color models

F4 DB EB
RGB 244 219 235
HSL 322° 53.19% 90.78%
HSB/HSV 322° 10.25% 95.69%
CMYK 0.00% 10.25% 3.69%
4.31%

Color #F4DBEB in popluar number systems.

HEX F4 DB EB
Decimal 244 219 235
Binary 11110100 11011011 11101011
Octal 364 333 353

Shades and tints

Shades of #F4DBEB

#F4DBEB
(244,219,235)
#DEC8D6
(222,200,214)
#C8B5C1
(200,181,193)
#B2A2AC
(178,162,172)
#9C8F97
(156,143,151)
#867C82
(134,124,130)
#70696D
(112,105,109)
#5A5658
(90,86,88)
#444343
(68,67,67)
#2E302E
(46,48,46)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #F4DBEB

#F4DBEB
(244,219,235)
#F5DEEC
(245,222,236)
#F6E1ED
(246,225,237)
#F7E4EE
(247,228,238)
#F8E7EF
(248,231,239)
#F9EAF0
(249,234,240)
#FAEDF1
(250,237,241)
#FBF0F2
(251,240,242)
#FCF3F3
(252,243,243)
#FDF6F4
(253,246,244)
#FEF9F5
(254,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DBEB; }

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

This text font color is #F4DBEB.

Background Color

.myBgColor { background-color: #F4DBEB; }

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

This div background color is #F4DBEB.

Border color

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

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

This div border color is #F4DBEB.

Opacity

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

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

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

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

This text has shadow with #F4DBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4DBEB.

Preview

Color preview on black background

This text has color #F4DBEB on black background.


Color preview on white background

This text has color #F4DBEB on white background.


Black color preview on #F4DBEB background

This text has black color on #F4DBEB background.


White color preview on #F4DBEB background

This text has white color on #F4DBEB background.


Related colors

Complementary color

Complementary color for #hex is #0B2414.


I love getcolorcode.com

Triadic colors

1 #EBF4DB and #DBEBF4 with #F4DBEB are triadic colors.

2 #EBDBF4 and #DBF4EB with #F4DBEB are triadic colors.