COLOR #F1AEAE

HEX: #F1AEAE
RGB: (241,174,174)

Color info

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

RGB color model

#F1AEAE color RGB value is (241,174,174).

  • red value is 241;
  • green value is 174;
  • blue value is 174.
RGB:
(241,174,174)
(95%,68%,68%)

RGB channels and saturation

R 241 of 255 = 95%
G 174 of 255 = 68%
B 174 of 255 = 68%

241
174
174

R + G + B ~ 77%. #F1AEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 174 + 174 = 589 (100%)
R 241 of 589 ~ 40.92%
G 174 of 589 ~ 29.54%
B 174 of 589 ~ 29.54%

%40.92
%29.54
%29.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.80%
  • yellow value is 27.80%
  • key color value is 5.49%
CMYK:
(0,28,28,5)
C0M28Y28K5 
(0%,28%,28%,5%)
(0.00/0.28/0.28/0.05)	

CMYK percentages

%0
%27.8
%27.8
%5.49

Codes

Color #F1AEAE in popluar color models

F1AEAE
RGB241174174
HSL70.53%81.37%
HSB/HSV27.80%94.51%
CMYK0.00%27.80%27.80%
5.49%

Color #F1AEAE in popluar number systems.

HEXF1AEAE
Decimal241174174
Binary111100011010111010101110
Octal361256256

Shades and tints

Shades of #F1AEAE

#F1AEAE
(241,174,174)
#DC9F9F
(220,159,159)
#C79090
(199,144,144)
#B28181
(178,129,129)
#9D7272
(157,114,114)
#886363
(136,99,99)
#735454
(115,84,84)
#5E4545
(94,69,69)
#493636
(73,54,54)
#342727
(52,39,39)
#1F1818
(31,24,24)
#000000
(0,0,0)

Tints of #F1AEAE

#F1AEAE
(241,174,174)
#F2B5B5
(242,181,181)
#F3BCBC
(243,188,188)
#F4C3C3
(244,195,195)
#F5CACA
(245,202,202)
#F6D1D1
(246,209,209)
#F7D8D8
(247,216,216)
#F8DFDF
(248,223,223)
#F9E6E6
(249,230,230)
#FAEDED
(250,237,237)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1AEAE; }

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

This text font color is #F1AEAE.


Background Color

.myBgColor { background-color: #F1AEAE; }

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

This div background color is #F1AEAE.


Border color

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

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

This div border color is #F1AEAE.


Opacity

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

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

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

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

This text has shadow with #F1AEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1AEAE on black background.


Color preview on white background

This text has color #F1AEAE on white background.



Black color preview on #F1AEAE background

This text has black color on #F1AEAE background.


White color preview on #F1AEAE background

This text has white color on #F1AEAE background.