COLOR #F0DDFB

HEX: #F0DDFB RGB: (240,221,251)

Color info

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

RGB color model

#F0DDFB color RGB value is (240,221,251).

RGB: (240,221,251) (94%, 87%, 98%)

RGB channels and saturation

R 240 of 255 = 94%
G 221 of 255 = 87%
B 251 of 255 = 98%

240
221
251

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

Portions of RGB colors in percentages

R + G + B = 240 + 221 + 251 = 712 (100%)
R 240 of 712 ~ 33.71%
G 221 of 712 ~ 31.04%
B 251 of 712 ~ 35.25'%

%33.71
%31.04
%35.25

CMYK color model

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

  • cyan value is 4.38%
  • magenta value is 11.95%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (4,12,0,2)
C4M12Y0K2 (4%, 12%, 0%, 2%)
(0.04 / 0.12 / 0.00 / 0.02)

CMYK percentages

%4.38
%11.95
%0
%1.57

Codes

Color #F0DDFB in popluar color models

F0 DD FB
RGB 240 221 251
HSL 278° 78.95% 92.55%
HSB/HSV 278° 11.95% 98.43%
CMYK 4.38% 11.95% 0.00%
1.57%

Color #F0DDFB in popluar number systems.

HEX F0 DD FB
Decimal 240 221 251
Binary 11110000 11011101 11111011
Octal 360 335 373

Shades and tints

Shades of #F0DDFB

#F0DDFB
(240,221,251)
#DBC9E5
(219,201,229)
#C6B5CF
(198,181,207)
#B1A1B9
(177,161,185)
#9C8DA3
(156,141,163)
#87798D
(135,121,141)
#726577
(114,101,119)
#5D5161
(93,81,97)
#483D4B
(72,61,75)
#332935
(51,41,53)
#1E151F
(30,21,31)
#000000
(0,0,0)

Tints of #F0DDFB

#F0DDFB
(240,221,251)
#F1E0FB
(241,224,251)
#F2E3FB
(242,227,251)
#F3E6FB
(243,230,251)
#F4E9FB
(244,233,251)
#F5ECFB
(245,236,251)
#F6EFFB
(246,239,251)
#F7F2FB
(247,242,251)
#F8F5FB
(248,245,251)
#F9F8FB
(249,248,251)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DDFB color. Also use rgb(240,221,251) instead hex code.

Text Font Color

.myTextColor { color: #F0DDFB; }

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

This text font color is #F0DDFB.

Background Color

.myBgColor { background-color: #F0DDFB; }

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

This div background color is #F0DDFB.

Border color

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

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

This div border color is #F0DDFB.

Opacity

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

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

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

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

This text has shadow with #F0DDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DDFB.

Preview

Color preview on black background

This text has color #F0DDFB on black background.


Color preview on white background

This text has color #F0DDFB on white background.


Black color preview on #F0DDFB background

This text has black color on #F0DDFB background.


White color preview on #F0DDFB background

This text has white color on #F0DDFB background.


Related colors

Complementary color

Complementary color for #hex is #0F2204.


I love getcolorcode.com

Triadic colors

1 #FBF0DD and #DDFBF0 with #F0DDFB are triadic colors.

2 #FBDDF0 and #DDF0FB with #F0DDFB are triadic colors.