COLOR #F1D0EA

HEX: #F1D0EA
RGB: (241,208,234)

Color info

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

RGB color model

#F1D0EA color RGB value is (241,208,234).

  • red value is 241;
  • green value is 208;
  • blue value is 234.
RGB:
(241,208,234)
(95%,82%,92%)

RGB channels and saturation

R 241 of 255 = 95%
G 208 of 255 = 82%
B 234 of 255 = 92%

241
208
234

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

Portions of RGB colors in percentages

R + G + B =
241 + 208 + 234 = 683 (100%)
R 241 of 683 ~ 35.29%
G 208 of 683 ~ 30.45%
B 234 of 683 ~ 34.26%

%35.29
%30.45
%34.26

CMYK color model

#F1D0EA color CMYK value is (0,14,3,5).

  • cyan value is 0.00%
  • magenta value is 13.69%
  • yellow value is 2.90%
  • key color value is 5.49%
CMYK:
(0,14,3,5)
C0M14Y3K5 
(0%,14%,3%,5%)
(0.00/0.14/0.03/0.05)	

CMYK percentages

%0
%13.69
%2.9
%5.49

Codes

Color #F1D0EA in popluar color models

F1D0EA
RGB241208234
HSL313°54.10%88.04%
HSB/HSV313°13.69%94.51%
CMYK0.00%13.69%2.90%
5.49%

Color #F1D0EA in popluar number systems.

HEXF1D0EA
Decimal241208234
Binary111100011101000011101010
Octal361320352

Shades and tints

Shades of #F1D0EA

#F1D0EA
(241,208,234)
#DCBED5
(220,190,213)
#C7ACC0
(199,172,192)
#B29AAB
(178,154,171)
#9D8896
(157,136,150)
#887681
(136,118,129)
#73646C
(115,100,108)
#5E5257
(94,82,87)
#494042
(73,64,66)
#342E2D
(52,46,45)
#1F1C18
(31,28,24)
#000000
(0,0,0)

Tints of #F1D0EA

#F1D0EA
(241,208,234)
#F2D4EB
(242,212,235)
#F3D8EC
(243,216,236)
#F4DCED
(244,220,237)
#F5E0EE
(245,224,238)
#F6E4EF
(246,228,239)
#F7E8F0
(247,232,240)
#F8ECF1
(248,236,241)
#F9F0F2
(249,240,242)
#FAF4F3
(250,244,243)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D0EA color. Also use rgb(241,208,234) instead hex code.

Text Font Color

.myTextColor { color: #F1D0EA; }

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

This text font color is #F1D0EA.


Background Color

.myBgColor { background-color: #F1D0EA; }

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

This div background color is #F1D0EA.


Border color

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

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

This div border color is #F1D0EA.


Opacity

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

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

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

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

This text has shadow with #F1D0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D0EA on black background.


Color preview on white background

This text has color #F1D0EA on white background.



Black color preview on #F1D0EA background

This text has black color on #F1D0EA background.


White color preview on #F1D0EA background

This text has white color on #F1D0EA background.