COLOR #F0A898

HEX: #F0A898
RGB: (240,168,152)

Color info

#F0A898 contains mainly red color. Web safe color of #F0A898 is #FF9999 (or #F99).

RGB color model

#F0A898 color RGB value is (240,168,152).

  • red value is 240;
  • green value is 168;
  • blue value is 152.
RGB:
(240,168,152)
(94%,66%,60%)

RGB channels and saturation

R 240 of 255 = 94%
G 168 of 255 = 66%
B 152 of 255 = 60%

240
168
152

R + G + B ~ 73%. #F0A898 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 168 + 152 = 560 (100%)
R 240 of 560 ~ 42.86%
G 168 of 560 ~ 30%
B 152 of 560 ~ 27.14%

%42.86
%30
%27.14

CMYK color model

#F0A898 color CMYK value is (0,30,37,6).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 36.67%
  • key color value is 5.88%
CMYK:
(0,30,37,6)
C0M30Y37K6 
(0%,30%,37%,6%)
(0.00/0.30/0.37/0.06)	

CMYK percentages

%0
%30
%36.67
%5.88

Codes

Color #F0A898 in popluar color models

F0A898
RGB240168152
HSL11°74.58%76.86%
HSB/HSV11°36.67%94.12%
CMYK0.00%30.00%36.67%
5.88%

Color #F0A898 in popluar number systems.

HEXF0A898
Decimal240168152
Binary111100001010100010011000
Octal360250230

Shades and tints

Shades of #F0A898

#F0A898
(240,168,152)
#DB998B
(219,153,139)
#C68A7E
(198,138,126)
#B17B71
(177,123,113)
#9C6C64
(156,108,100)
#875D57
(135,93,87)
#724E4A
(114,78,74)
#5D3F3D
(93,63,61)
#483030
(72,48,48)
#332123
(51,33,35)
#1E1216
(30,18,22)
#000000
(0,0,0)

Tints of #F0A898

#F0A898
(240,168,152)
#F1AFA1
(241,175,161)
#F2B6AA
(242,182,170)
#F3BDB3
(243,189,179)
#F4C4BC
(244,196,188)
#F5CBC5
(245,203,197)
#F6D2CE
(246,210,206)
#F7D9D7
(247,217,215)
#F8E0E0
(248,224,224)
#F9E7E9
(249,231,233)
#FAEEF2
(250,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A898 color. Also use rgb(240,168,152) instead hex code.

Text Font Color

.myTextColor { color: #F0A898; }

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

This text font color is #F0A898.


Background Color

.myBgColor { background-color: #F0A898; }

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

This div background color is #F0A898.


Border color

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

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

This div border color is #F0A898.


Opacity

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

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

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

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

This text has shadow with #F0A898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A898 on black background.


Color preview on white background

This text has color #F0A898 on white background.



Black color preview on #F0A898 background

This text has black color on #F0A898 background.


White color preview on #F0A898 background

This text has white color on #F0A898 background.