COLOR #F3AF98

HEX: #F3AF98 RGB: (243,175,152)

Color info

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

RGB color model

#F3AF98 color RGB value is (243,175,152).

RGB: (243,175,152) (95%, 69%, 60%)

RGB channels and saturation

R 243 of 255 = 95%
G 175 of 255 = 69%
B 152 of 255 = 60%

243
175
152

R + G + B ~ 75%. #F3AF98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 175 + 152 = 570 (100%)
R 243 of 570 ~ 42.63%
G 175 of 570 ~ 30.7%
B 152 of 570 ~ 26.67'%

%42.63
%30.7
%26.67

CMYK color model

#F3AF98 color CMYK value is (0,28,37,5).

  • cyan value is 0.00%
  • magenta value is 27.98%
  • yellow value is 37.45%
  • key color value is 4.71%

CMYK: (0,28,37,5)
C0M28Y37K5 (0%, 28%, 37%, 5%)
(0.00 / 0.28 / 0.37 / 0.05)

CMYK percentages

%0
%27.98
%37.45
%4.71

Codes

Color #F3AF98 in popluar color models

F3 AF 98
RGB 243 175 152
HSL 15° 79.13% 77.45%
HSB/HSV 15° 37.45% 95.29%
CMYK 0.00% 27.98% 37.45%
4.71%

Color #F3AF98 in popluar number systems.

HEX F3 AF 98
Decimal 243 175 152
Binary 11110011 10101111 10011000
Octal 363 257 230

Shades and tints

Shades of #F3AF98

#F3AF98
(243,175,152)
#DDA08B
(221,160,139)
#C7917E
(199,145,126)
#B18271
(177,130,113)
#9B7364
(155,115,100)
#856457
(133,100,87)
#6F554A
(111,85,74)
#59463D
(89,70,61)
#433730
(67,55,48)
#2D2823
(45,40,35)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #F3AF98

#F3AF98
(243,175,152)
#F4B6A1
(244,182,161)
#F5BDAA
(245,189,170)
#F6C4B3
(246,196,179)
#F7CBBC
(247,203,188)
#F8D2C5
(248,210,197)
#F9D9CE
(249,217,206)
#FAE0D7
(250,224,215)
#FBE7E0
(251,231,224)
#FCEEE9
(252,238,233)
#FDF5F2
(253,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3AF98 color. Also use rgb(243,175,152) instead hex code.

Text Font Color

.myTextColor { color: #F3AF98; }

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

This text font color is #F3AF98.

Background Color

.myBgColor { background-color: #F3AF98; }

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

This div background color is #F3AF98.

Border color

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

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

This div border color is #F3AF98.

Opacity

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

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

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

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

This text has shadow with #F3AF98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3AF98.

Preview

Color preview on black background

This text has color #F3AF98 on black background.


Color preview on white background

This text has color #F3AF98 on white background.


Black color preview on #F3AF98 background

This text has black color on #F3AF98 background.


White color preview on #F3AF98 background

This text has white color on #F3AF98 background.


Related colors

Complementary color

Complementary color for #hex is #0C5067.


I love getcolorcode.com

Triadic colors

1 #98F3AF and #AF98F3 with #F3AF98 are triadic colors.

2 #98AFF3 and #AFF398 with #F3AF98 are triadic colors.