COLOR #F0FADC

HEX: #F0FADC RGB: (240,250,220)

Color info

#F0FADC contains red, green and blue colors in about the same proportion. Web safe color of #F0FADC is #FFFFCC (or #FFC).

RGB color model

#F0FADC color RGB value is (240,250,220).

RGB: (240,250,220) (94%, 98%, 86%)

RGB channels and saturation

R 240 of 255 = 94%
G 250 of 255 = 98%
B 220 of 255 = 86%

240
250
220

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

Portions of RGB colors in percentages

R + G + B = 240 + 250 + 220 = 710 (100%)
R 240 of 710 ~ 33.8%
G 250 of 710 ~ 35.21%
B 220 of 710 ~ 30.99'%

%33.8
%35.21
%30.99

CMYK color model

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

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 1.96%

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

CMYK percentages

%4
%0
%12
%1.96

Codes

Color #F0FADC in popluar color models

F0 FA DC
RGB 240 250 220
HSL 80° 75.00% 92.16%
HSB/HSV 80° 12.00% 98.04%
CMYK 4.00% 0.00% 12.00%
1.96%

Color #F0FADC in popluar number systems.

HEX F0 FA DC
Decimal 240 250 220
Binary 11110000 11111010 11011100
Octal 360 372 334

Shades and tints

Shades of #F0FADC

#F0FADC
(240,250,220)
#DBE4C8
(219,228,200)
#C6CEB4
(198,206,180)
#B1B8A0
(177,184,160)
#9CA28C
(156,162,140)
#878C78
(135,140,120)
#727664
(114,118,100)
#5D6050
(93,96,80)
#484A3C
(72,74,60)
#333428
(51,52,40)
#1E1E14
(30,30,20)
#000000
(0,0,0)

Tints of #F0FADC

#F0FADC
(240,250,220)
#F1FADF
(241,250,223)
#F2FAE2
(242,250,226)
#F3FAE5
(243,250,229)
#F4FAE8
(244,250,232)
#F5FAEB
(245,250,235)
#F6FAEE
(246,250,238)
#F7FAF1
(247,250,241)
#F8FAF4
(248,250,244)
#F9FAF7
(249,250,247)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0FADC color. Also use rgb(240,250,220) instead hex code.

Text Font Color

.myTextColor { color: #F0FADC; }

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

This text font color is #F0FADC.

Background Color

.myBgColor { background-color: #F0FADC; }

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

This div background color is #F0FADC.

Border color

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

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

This div border color is #F0FADC.

Opacity

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

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

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

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

This text has shadow with #F0FADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FADC.

Preview

Color preview on black background

This text has color #F0FADC on black background.


Color preview on white background

This text has color #F0FADC on white background.


Black color preview on #F0FADC background

This text has black color on #F0FADC background.


White color preview on #F0FADC background

This text has white color on #F0FADC background.


Related colors

Complementary color

Complementary color for #hex is #0F0523.


I love getcolorcode.com

Triadic colors

1 #DCF0FA and #FADCF0 with #F0FADC are triadic colors.

2 #DCFAF0 and #FAF0DC with #F0FADC are triadic colors.