COLOR #F2A88F

HEX: #F2A88F
RGB: (242,168,143)

Color info

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

RGB color model

#F2A88F color RGB value is (242,168,143).

  • red value is 242;
  • green value is 168;
  • blue value is 143.
RGB:
(242,168,143)
(95%,66%,56%)

RGB channels and saturation

R 242 of 255 = 95%
G 168 of 255 = 66%
B 143 of 255 = 56%

242
168
143

R + G + B ~ 72%. #F2A88F is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 168 + 143 = 553 (100%)
R 242 of 553 ~ 43.76%
G 168 of 553 ~ 30.38%
B 143 of 553 ~ 25.86%

%43.76
%30.38
%25.86

CMYK color model

#F2A88F color CMYK value is (0,31,41,5).

  • cyan value is 0.00%
  • magenta value is 30.58%
  • yellow value is 40.91%
  • key color value is 5.10%
CMYK:
(0,31,41,5)
C0M31Y41K5 
(0%,31%,41%,5%)
(0.00/0.31/0.41/0.05)	

CMYK percentages

%0
%30.58
%40.91
%5.1

Codes

Color #F2A88F in popluar color models

F2A88F
RGB242168143
HSL15°79.20%75.49%
HSB/HSV15°40.91%94.90%
CMYK0.00%30.58%40.91%
5.10%

Color #F2A88F in popluar number systems.

HEXF2A88F
Decimal242168143
Binary111100101010100010001111
Octal362250217

Shades and tints

Shades of #F2A88F

#F2A88F
(242,168,143)
#DC9982
(220,153,130)
#C68A75
(198,138,117)
#B07B68
(176,123,104)
#9A6C5B
(154,108,91)
#845D4E
(132,93,78)
#6E4E41
(110,78,65)
#583F34
(88,63,52)
#423027
(66,48,39)
#2C211A
(44,33,26)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #F2A88F

#F2A88F
(242,168,143)
#F3AF99
(243,175,153)
#F4B6A3
(244,182,163)
#F5BDAD
(245,189,173)
#F6C4B7
(246,196,183)
#F7CBC1
(247,203,193)
#F8D2CB
(248,210,203)
#F9D9D5
(249,217,213)
#FAE0DF
(250,224,223)
#FBE7E9
(251,231,233)
#FCEEF3
(252,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A88F color. Also use rgb(242,168,143) instead hex code.

Text Font Color

.myTextColor { color: #F2A88F; }

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

This text font color is #F2A88F.


Background Color

.myBgColor { background-color: #F2A88F; }

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

This div background color is #F2A88F.


Border color

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

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

This div border color is #F2A88F.


Opacity

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

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

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

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

This text has shadow with #F2A88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2A88F on black background.


Color preview on white background

This text has color #F2A88F on white background.



Black color preview on #F2A88F background

This text has black color on #F2A88F background.


White color preview on #F2A88F background

This text has white color on #F2A88F background.