COLOR #F1ACAE

HEX: #F1ACAE
RGB: (241,172,174)

Color info

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

RGB color model

#F1ACAE color RGB value is (241,172,174).

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

RGB channels and saturation

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

241
172
174

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

Portions of RGB colors in percentages

R + G + B =
241 + 172 + 174 = 587 (100%)
R 241 of 587 ~ 41.06%
G 172 of 587 ~ 29.3%
B 174 of 587 ~ 29.64%

%41.06
%29.3
%29.64

CMYK color model

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

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

CMYK percentages

%0
%28.63
%27.8
%5.49

Codes

Color #F1ACAE in popluar color models

F1ACAE
RGB241172174
HSL358°71.13%80.98%
HSB/HSV358°28.63%94.51%
CMYK0.00%28.63%27.80%
5.49%

Color #F1ACAE in popluar number systems.

HEXF1ACAE
Decimal241172174
Binary111100011010110010101110
Octal361254256

Shades and tints

Shades of #F1ACAE

#F1ACAE
(241,172,174)
#DC9D9F
(220,157,159)
#C78E90
(199,142,144)
#B27F81
(178,127,129)
#9D7072
(157,112,114)
#886163
(136,97,99)
#735254
(115,82,84)
#5E4345
(94,67,69)
#493436
(73,52,54)
#342527
(52,37,39)
#1F1618
(31,22,24)
#000000
(0,0,0)

Tints of #F1ACAE

#F1ACAE
(241,172,174)
#F2B3B5
(242,179,181)
#F3BABC
(243,186,188)
#F4C1C3
(244,193,195)
#F5C8CA
(245,200,202)
#F6CFD1
(246,207,209)
#F7D6D8
(247,214,216)
#F8DDDF
(248,221,223)
#F9E4E6
(249,228,230)
#FAEBED
(250,235,237)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1ACAE; }

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

This text font color is #F1ACAE.


Background Color

.myBgColor { background-color: #F1ACAE; }

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

This div background color is #F1ACAE.


Border color

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

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

This div border color is #F1ACAE.


Opacity

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

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

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

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

This text has shadow with #F1ACAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1ACAE on black background.


Color preview on white background

This text has color #F1ACAE on white background.



Black color preview on #F1ACAE background

This text has black color on #F1ACAE background.


White color preview on #F1ACAE background

This text has white color on #F1ACAE background.