COLOR #F0FAC0

HEX: #F0FAC0 RGB: (240,250,192)

Color info

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

RGB color model

#F0FAC0 color RGB value is (240,250,192).

RGB: (240,250,192) (94%, 98%, 75%)

RGB channels and saturation

R 240 of 255 = 94%
G 250 of 255 = 98%
B 192 of 255 = 75%

240
250
192

R + G + B ~ 89%. #F0FAC0 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 250 + 192 = 682 (100%)
R 240 of 682 ~ 35.19%
G 250 of 682 ~ 36.66%
B 192 of 682 ~ 28.15'%

%35.19
%36.66
%28.15

CMYK color model

#F0FAC0 color CMYK value is (4,0,23,2).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 1.96%
CMYK: (4,0,23,2) C4M0Y23K2 (4%,0%,23%,2%) (0.04/0.00/0.23/0.02) 

CMYK percentages

%4
%0
%23.2
%1.96

Codes

Color #F0FAC0 in popluar color models

F0 FA C0
RGB 240 250 192
HSL 70° 85.29% 86.67%
HSB/HSV 70° 23.20% 98.04%
CMYK 4.00% 0.00% 23.20%
1.96%

Color #F0FAC0 in popluar number systems.

HEX F0 FA C0
Decimal 240 250 192
Binary 11110000 11111010 11000000
Octal 360 372 300

Shades and tints

Shades of #F0FAC0

#F0FAC0
(240,250,192)
#DBE4AF
(219,228,175)
#C6CE9E
(198,206,158)
#B1B88D
(177,184,141)
#9CA27C
(156,162,124)
#878C6B
(135,140,107)
#72765A
(114,118,90)
#5D6049
(93,96,73)
#484A38
(72,74,56)
#333427
(51,52,39)
#1E1E16
(30,30,22)
#000000
(0,0,0)

Tints of #F0FAC0

#F0FAC0
(240,250,192)
#F1FAC5
(241,250,197)
#F2FACA
(242,250,202)
#F3FACF
(243,250,207)
#F4FAD4
(244,250,212)
#F5FAD9
(245,250,217)
#F6FADE
(246,250,222)
#F7FAE3
(247,250,227)
#F8FAE8
(248,250,232)
#F9FAED
(249,250,237)
#FAFAF2
(250,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FAC0; }

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

This text font color is #F0FAC0.

Background Color

.myBgColor { background-color: #F0FAC0; }

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

This div background color is #F0FAC0.

Border color

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

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

This div border color is #F0FAC0.

Opacity

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

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

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

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

This text has shadow with #F0FAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FAC0.

Preview

Color preview on black background

This text has color #F0FAC0 on black background.


Color preview on white background

This text has color #F0FAC0 on white background.


Black color preview on #F0FAC0 background

This text has black color on #F0FAC0 background.


White color preview on #F0FAC0 background

This text has white color on #F0FAC0 background.


Related colors

Complementary color

Complementary color for #hex is #0F053F.


I love getcolorcode.com

Triadic colors

1 #C0F0FA and #FAC0F0 with #F0FAC0 are triadic colors.

2 #C0FAF0 and #FAF0C0 with #F0FAC0 are triadic colors.