COLOR #F0FAF2

HEX: #F0FAF2 RGB: (240,250,242)

Color info

#F0FAF2 contains red, green and blue colors in about the same proportion. Web safe color of #F0FAF2 is #FFFFFF (or #FFF).

RGB color model

#F0FAF2 color RGB value is (240,250,242).

RGB: (240,250,242) (94%, 98%, 95%)

RGB channels and saturation

R 240 of 255 = 94%
G 250 of 255 = 98%
B 242 of 255 = 95%

240
250
242

R + G + B ~ 96%. #F0FAF2 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 250 + 242 = 732 (100%)
R 240 of 732 ~ 32.79%
G 250 of 732 ~ 34.15%
B 242 of 732 ~ 33.06'%

%32.79
%34.15
%33.06

CMYK color model

#F0FAF2 color CMYK value is (4,0,3,2).

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

CMYK: (4,0,3,2)
C4M0Y3K2 (4%, 0%, 3%, 2%)
(0.04 / 0.00 / 0.03 / 0.02)

CMYK percentages

%4
%0
%3.2
%1.96

Codes

Color #F0FAF2 in popluar color models

F0 FA F2
RGB 240 250 242
HSL 132° 50.00% 96.08%
HSB/HSV 132° 4.00% 98.04%
CMYK 4.00% 0.00% 3.20%
1.96%

Color #F0FAF2 in popluar number systems.

HEX F0 FA F2
Decimal 240 250 242
Binary 11110000 11111010 11110010
Octal 360 372 362

Shades and tints

Shades of #F0FAF2

#F0FAF2
(240,250,242)
#DBE4DC
(219,228,220)
#C6CEC6
(198,206,198)
#B1B8B0
(177,184,176)
#9CA29A
(156,162,154)
#878C84
(135,140,132)
#72766E
(114,118,110)
#5D6058
(93,96,88)
#484A42
(72,74,66)
#33342C
(51,52,44)
#1E1E16
(30,30,22)
#000000
(0,0,0)

Tints of #F0FAF2

#F0FAF2
(240,250,242)
#F1FAF3
(241,250,243)
#F2FAF4
(242,250,244)
#F3FAF5
(243,250,245)
#F4FAF6
(244,250,246)
#F5FAF7
(245,250,247)
#F6FAF8
(246,250,248)
#F7FAF9
(247,250,249)
#F8FAFA
(248,250,250)
#F9FAFB
(249,250,251)
#FAFAFC
(250,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FAF2; }

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

This text font color is #F0FAF2.

Background Color

.myBgColor { background-color: #F0FAF2; }

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

This div background color is #F0FAF2.

Border color

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

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

This div border color is #F0FAF2.

Opacity

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

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

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

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

This text has shadow with #F0FAF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FAF2.

Preview

Color preview on black background

This text has color #F0FAF2 on black background.


Color preview on white background

This text has color #F0FAF2 on white background.


Black color preview on #F0FAF2 background

This text has black color on #F0FAF2 background.


White color preview on #F0FAF2 background

This text has white color on #F0FAF2 background.


Related colors

Complementary color

Complementary color for #hex is #0F050D.


I love getcolorcode.com

Triadic colors

1 #F2F0FA and #FAF2F0 with #F0FAF2 are triadic colors.

2 #F2FAF0 and #FAF0F2 with #F0FAF2 are triadic colors.