COLOR #F4D2EB

HEX: #F4D2EB
RGB: (244,210,235)

Color info

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

RGB color model

#F4D2EB color RGB value is (244,210,235).

  • red value is 244;
  • green value is 210;
  • blue value is 235.
RGB:
(244,210,235)
(96%,82%,92%)

RGB channels and saturation

R 244 of 255 = 96%
G 210 of 255 = 82%
B 235 of 255 = 92%

244
210
235

R + G + B ~ 90%. #F4D2EB is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 210 + 235 = 689 (100%)
R 244 of 689 ~ 35.41%
G 210 of 689 ~ 30.48%
B 235 of 689 ~ 34.11%

%35.41
%30.48
%34.11

CMYK color model

#F4D2EB color CMYK value is (0,14,4,4).

  • cyan value is 0.00%
  • magenta value is 13.93%
  • yellow value is 3.69%
  • key color value is 4.31%
CMYK:
(0,14,4,4)
C0M14Y4K4 
(0%,14%,4%,4%)
(0.00/0.14/0.04/0.04)	

CMYK percentages

%0
%13.93
%3.69
%4.31

Codes

Color #F4D2EB in popluar color models

F4D2EB
RGB244210235
HSL316°60.71%89.02%
HSB/HSV316°13.93%95.69%
CMYK0.00%13.93%3.69%
4.31%

Color #F4D2EB in popluar number systems.

HEXF4D2EB
Decimal244210235
Binary111101001101001011101011
Octal364322353

Shades and tints

Shades of #F4D2EB

#F4D2EB
(244,210,235)
#DEBFD6
(222,191,214)
#C8ACC1
(200,172,193)
#B299AC
(178,153,172)
#9C8697
(156,134,151)
#867382
(134,115,130)
#70606D
(112,96,109)
#5A4D58
(90,77,88)
#443A43
(68,58,67)
#2E272E
(46,39,46)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #F4D2EB

#F4D2EB
(244,210,235)
#F5D6EC
(245,214,236)
#F6DAED
(246,218,237)
#F7DEEE
(247,222,238)
#F8E2EF
(248,226,239)
#F9E6F0
(249,230,240)
#FAEAF1
(250,234,241)
#FBEEF2
(251,238,242)
#FCF2F3
(252,242,243)
#FDF6F4
(253,246,244)
#FEFAF5
(254,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D2EB; }

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

This text font color is #F4D2EB.


Background Color

.myBgColor { background-color: #F4D2EB; }

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

This div background color is #F4D2EB.


Border color

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

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

This div border color is #F4D2EB.


Opacity

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

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

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

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

This text has shadow with #F4D2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D2EB on black background.


Color preview on white background

This text has color #F4D2EB on white background.



Black color preview on #F4D2EB background

This text has black color on #F4D2EB background.


White color preview on #F4D2EB background

This text has white color on #F4D2EB background.