COLOR #F1CFAD

HEX: #F1CFAD
RGB: (241,207,173)

Color info

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

RGB color model

#F1CFAD color RGB value is (241,207,173).

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

RGB channels and saturation

R 241 of 255 = 95%
G 207 of 255 = 81%
B 173 of 255 = 68%

241
207
173

R + G + B ~ 81%. #F1CFAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 207 + 173 = 621 (100%)
R 241 of 621 ~ 38.81%
G 207 of 621 ~ 33.33%
B 173 of 621 ~ 27.86%

%38.81
%33.33
%27.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 28.22%
  • key color value is 5.49%
CMYK:
(0,14,28,5)
C0M14Y28K5 
(0%,14%,28%,5%)
(0.00/0.14/0.28/0.05)	

CMYK percentages

%0
%14.11
%28.22
%5.49

Codes

Color #F1CFAD in popluar color models

F1CFAD
RGB241207173
HSL30°70.83%81.18%
HSB/HSV30°28.22%94.51%
CMYK0.00%14.11%28.22%
5.49%

Color #F1CFAD in popluar number systems.

HEXF1CFAD
Decimal241207173
Binary111100011100111110101101
Octal361317255

Shades and tints

Shades of #F1CFAD

#F1CFAD
(241,207,173)
#DCBD9E
(220,189,158)
#C7AB8F
(199,171,143)
#B29980
(178,153,128)
#9D8771
(157,135,113)
#887562
(136,117,98)
#736353
(115,99,83)
#5E5144
(94,81,68)
#493F35
(73,63,53)
#342D26
(52,45,38)
#1F1B17
(31,27,23)
#000000
(0,0,0)

Tints of #F1CFAD

#F1CFAD
(241,207,173)
#F2D3B4
(242,211,180)
#F3D7BB
(243,215,187)
#F4DBC2
(244,219,194)
#F5DFC9
(245,223,201)
#F6E3D0
(246,227,208)
#F7E7D7
(247,231,215)
#F8EBDE
(248,235,222)
#F9EFE5
(249,239,229)
#FAF3EC
(250,243,236)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1CFAD; }

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

This text font color is #F1CFAD.


Background Color

.myBgColor { background-color: #F1CFAD; }

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

This div background color is #F1CFAD.


Border color

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

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

This div border color is #F1CFAD.


Opacity

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

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

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

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

This text has shadow with #F1CFAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CFAD on black background.


Color preview on white background

This text has color #F1CFAD on white background.



Black color preview on #F1CFAD background

This text has black color on #F1CFAD background.


White color preview on #F1CFAD background

This text has white color on #F1CFAD background.