COLOR #F0C5A5

HEX: #F0C5A5 RGB: (240,197,165)

Color info

#F0C5A5 contains mainly red and green colors. Web safe color of #F0C5A5 is #FFCC99 (or #FC9).

RGB color model

#F0C5A5 color RGB value is (240,197,165).

RGB: (240,197,165) (94%, 77%, 65%)

RGB channels and saturation

R 240 of 255 = 94%
G 197 of 255 = 77%
B 165 of 255 = 65%

240
197
165

R + G + B ~ 79%. #F0C5A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 197 + 165 = 602 (100%)
R 240 of 602 ~ 39.87%
G 197 of 602 ~ 32.72%
B 165 of 602 ~ 27.41'%

%39.87
%32.72
%27.41

CMYK color model

#F0C5A5 color CMYK value is (0,18,31,6).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 31.25%
  • key color value is 5.88%

CMYK: (0,18,31,6)
C0M18Y31K6 (0%, 18%, 31%, 6%)
(0.00 / 0.18 / 0.31 / 0.06)

CMYK percentages

%0
%17.92
%31.25
%5.88

Codes

Color #F0C5A5 in popluar color models

F0 C5 A5
RGB 240 197 165
HSL 26° 71.43% 79.41%
HSB/HSV 26° 31.25% 94.12%
CMYK 0.00% 17.92% 31.25%
5.88%

Color #F0C5A5 in popluar number systems.

HEX F0 C5 A5
Decimal 240 197 165
Binary 11110000 11000101 10100101
Octal 360 305 245

Shades and tints

Shades of #F0C5A5

#F0C5A5
(240,197,165)
#DBB496
(219,180,150)
#C6A387
(198,163,135)
#B19278
(177,146,120)
#9C8169
(156,129,105)
#87705A
(135,112,90)
#725F4B
(114,95,75)
#5D4E3C
(93,78,60)
#483D2D
(72,61,45)
#332C1E
(51,44,30)
#1E1B0F
(30,27,15)
#000000
(0,0,0)

Tints of #F0C5A5

#F0C5A5
(240,197,165)
#F1CAAD
(241,202,173)
#F2CFB5
(242,207,181)
#F3D4BD
(243,212,189)
#F4D9C5
(244,217,197)
#F5DECD
(245,222,205)
#F6E3D5
(246,227,213)
#F7E8DD
(247,232,221)
#F8EDE5
(248,237,229)
#F9F2ED
(249,242,237)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C5A5 color. Also use rgb(240,197,165) instead hex code.

Text Font Color

.myTextColor { color: #F0C5A5; }

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

This text font color is #F0C5A5.

Background Color

.myBgColor { background-color: #F0C5A5; }

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

This div background color is #F0C5A5.

Border color

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

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

This div border color is #F0C5A5.

Opacity

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

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

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

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

This text has shadow with #F0C5A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0C5A5.

Preview

Color preview on black background

This text has color #F0C5A5 on black background.


Color preview on white background

This text has color #F0C5A5 on white background.


Black color preview on #F0C5A5 background

This text has black color on #F0C5A5 background.


White color preview on #F0C5A5 background

This text has white color on #F0C5A5 background.


Related colors

Complementary color

Complementary color for #hex is #0F3A5A.


I love getcolorcode.com

Triadic colors

1 #A5F0C5 and #C5A5F0 with #F0C5A5 are triadic colors.

2 #A5C5F0 and #C5F0A5 with #F0C5A5 are triadic colors.