COLOR #F0AEBE

HEX: #F0AEBE RGB: (240,174,190)

Color info

#F0AEBE contains mainly red and blue colors. Web safe color of #F0AEBE is #FF99CC (or #F9C).

RGB color model

#F0AEBE color RGB value is (240,174,190).

RGB: (240,174,190) (94%, 68%, 75%)

RGB channels and saturation

R 240 of 255 = 94%
G 174 of 255 = 68%
B 190 of 255 = 75%

240
174
190

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

Portions of RGB colors in percentages

R + G + B = 240 + 174 + 190 = 604 (100%)
R 240 of 604 ~ 39.74%
G 174 of 604 ~ 28.81%
B 190 of 604 ~ 31.46'%

%39.74
%28.81
%31.46

CMYK color model

#F0AEBE color CMYK value is (0,28,21,6).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 20.83%
  • key color value is 5.88%

CMYK: (0,28,21,6)
C0M28Y21K6 (0%, 28%, 21%, 6%)
(0.00 / 0.28 / 0.21 / 0.06)

CMYK percentages

%0
%27.5
%20.83
%5.88

Codes

Color #F0AEBE in popluar color models

F0 AE BE
RGB 240 174 190
HSL 345° 68.75% 81.18%
HSB/HSV 345° 27.50% 94.12%
CMYK 0.00% 27.50% 20.83%
5.88%

Color #F0AEBE in popluar number systems.

HEX F0 AE BE
Decimal 240 174 190
Binary 11110000 10101110 10111110
Octal 360 256 276

Shades and tints

Shades of #F0AEBE

#F0AEBE
(240,174,190)
#DB9FAD
(219,159,173)
#C6909C
(198,144,156)
#B1818B
(177,129,139)
#9C727A
(156,114,122)
#876369
(135,99,105)
#725458
(114,84,88)
#5D4547
(93,69,71)
#483636
(72,54,54)
#332725
(51,39,37)
#1E1814
(30,24,20)
#000000
(0,0,0)

Tints of #F0AEBE

#F0AEBE
(240,174,190)
#F1B5C3
(241,181,195)
#F2BCC8
(242,188,200)
#F3C3CD
(243,195,205)
#F4CAD2
(244,202,210)
#F5D1D7
(245,209,215)
#F6D8DC
(246,216,220)
#F7DFE1
(247,223,225)
#F8E6E6
(248,230,230)
#F9EDEB
(249,237,235)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0AEBE; }

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

This text font color is #F0AEBE.

Background Color

.myBgColor { background-color: #F0AEBE; }

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

This div background color is #F0AEBE.

Border color

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

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

This div border color is #F0AEBE.

Opacity

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

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

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

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

This text has shadow with #F0AEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0AEBE.

Preview

Color preview on black background

This text has color #F0AEBE on black background.


Color preview on white background

This text has color #F0AEBE on white background.


Black color preview on #F0AEBE background

This text has black color on #F0AEBE background.


White color preview on #F0AEBE background

This text has white color on #F0AEBE background.


Related colors

Complementary color

Complementary color for #hex is #0F5141.


I love getcolorcode.com

Triadic colors

1 #BEF0AE and #AEBEF0 with #F0AEBE are triadic colors.

2 #BEAEF0 and #AEF0BE with #F0AEBE are triadic colors.