COLOR #F3BEAE

HEX: #F3BEAE RGB: (243,190,174)

Color info

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

RGB color model

#F3BEAE color RGB value is (243,190,174).

RGB: (243,190,174) (95%, 75%, 68%)

RGB channels and saturation

R 243 of 255 = 95%
G 190 of 255 = 75%
B 174 of 255 = 68%

243
190
174

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

Portions of RGB colors in percentages

R + G + B = 243 + 190 + 174 = 607 (100%)
R 243 of 607 ~ 40.03%
G 190 of 607 ~ 31.3%
B 174 of 607 ~ 28.67'%

%40.03
%31.3
%28.67

CMYK color model

#F3BEAE color CMYK value is (0,22,28,5).

  • cyan value is 0.00%
  • magenta value is 21.81%
  • yellow value is 28.40%
  • key color value is 4.71%

CMYK: (0,22,28,5)
C0M22Y28K5 (0%, 22%, 28%, 5%)
(0.00 / 0.22 / 0.28 / 0.05)

CMYK percentages

%0
%21.81
%28.4
%4.71

Codes

Color #F3BEAE in popluar color models

F3 BE AE
RGB 243 190 174
HSL 14° 74.19% 81.76%
HSB/HSV 14° 28.40% 95.29%
CMYK 0.00% 21.81% 28.40%
4.71%

Color #F3BEAE in popluar number systems.

HEX F3 BE AE
Decimal 243 190 174
Binary 11110011 10111110 10101110
Octal 363 276 256

Shades and tints

Shades of #F3BEAE

#F3BEAE
(243,190,174)
#DDAD9F
(221,173,159)
#C79C90
(199,156,144)
#B18B81
(177,139,129)
#9B7A72
(155,122,114)
#856963
(133,105,99)
#6F5854
(111,88,84)
#594745
(89,71,69)
#433636
(67,54,54)
#2D2527
(45,37,39)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #F3BEAE

#F3BEAE
(243,190,174)
#F4C3B5
(244,195,181)
#F5C8BC
(245,200,188)
#F6CDC3
(246,205,195)
#F7D2CA
(247,210,202)
#F8D7D1
(248,215,209)
#F9DCD8
(249,220,216)
#FAE1DF
(250,225,223)
#FBE6E6
(251,230,230)
#FCEBED
(252,235,237)
#FDF0F4
(253,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3BEAE color. Also use rgb(243,190,174) instead hex code.

Text Font Color

.myTextColor { color: #F3BEAE; }

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

This text font color is #F3BEAE.

Background Color

.myBgColor { background-color: #F3BEAE; }

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

This div background color is #F3BEAE.

Border color

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

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

This div border color is #F3BEAE.

Opacity

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

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

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

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

This text has shadow with #F3BEAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3BEAE.

Preview

Color preview on black background

This text has color #F3BEAE on black background.


Color preview on white background

This text has color #F3BEAE on white background.


Black color preview on #F3BEAE background

This text has black color on #F3BEAE background.


White color preview on #F3BEAE background

This text has white color on #F3BEAE background.


Related colors

Complementary color

Complementary color for #hex is #0C4151.


I love getcolorcode.com

Triadic colors

1 #AEF3BE and #BEAEF3 with #F3BEAE are triadic colors.

2 #AEBEF3 and #BEF3AE with #F3BEAE are triadic colors.