COLOR #F0DFF3

HEX: #F0DFF3
RGB: (240,223,243)

Color info

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

RGB color model

#F0DFF3 color RGB value is (240,223,243).

  • red value is 240;
  • green value is 223;
  • blue value is 243.
RGB:
(240,223,243)
(94%,87%,95%)

RGB channels and saturation

R 240 of 255 = 94%
G 223 of 255 = 87%
B 243 of 255 = 95%

240
223
243

R + G + B ~ 92%. #F0DFF3 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 223 + 243 = 706 (100%)
R 240 of 706 ~ 33.99%
G 223 of 706 ~ 31.59%
B 243 of 706 ~ 34.42%

%33.99
%31.59
%34.42

CMYK color model

#F0DFF3 color CMYK value is (1,8,0,5).

  • cyan value is 1.23%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(1,8,0,5)
C1M8Y0K5 
(1%,8%,0%,5%)
(0.01/0.08/0.00/0.05)	

CMYK percentages

%1.23
%8.23
%0
%4.71

Codes

Color #F0DFF3 in popluar color models

F0DFF3
RGB240223243
HSL291°45.45%91.37%
HSB/HSV291°8.23%95.29%
CMYK1.23%8.23%0.00%
4.71%

Color #F0DFF3 in popluar number systems.

HEXF0DFF3
Decimal240223243
Binary111100001101111111110011
Octal360337363

Shades and tints

Shades of #F0DFF3

#F0DFF3
(240,223,243)
#DBCBDD
(219,203,221)
#C6B7C7
(198,183,199)
#B1A3B1
(177,163,177)
#9C8F9B
(156,143,155)
#877B85
(135,123,133)
#72676F
(114,103,111)
#5D5359
(93,83,89)
#483F43
(72,63,67)
#332B2D
(51,43,45)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #F0DFF3

#F0DFF3
(240,223,243)
#F1E1F4
(241,225,244)
#F2E3F5
(242,227,245)
#F3E5F6
(243,229,246)
#F4E7F7
(244,231,247)
#F5E9F8
(245,233,248)
#F6EBF9
(246,235,249)
#F7EDFA
(247,237,250)
#F8EFFB
(248,239,251)
#F9F1FC
(249,241,252)
#FAF3FD
(250,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DFF3 color. Also use rgb(240,223,243) instead hex code.

Text Font Color

.myTextColor { color: #F0DFF3; }

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

This text font color is #F0DFF3.


Background Color

.myBgColor { background-color: #F0DFF3; }

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

This div background color is #F0DFF3.


Border color

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

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

This div border color is #F0DFF3.


Opacity

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

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

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

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

This text has shadow with #F0DFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DFF3 on black background.


Color preview on white background

This text has color #F0DFF3 on white background.



Black color preview on #F0DFF3 background

This text has black color on #F0DFF3 background.


White color preview on #F0DFF3 background

This text has white color on #F0DFF3 background.