#F1A9AC

Color #F1A9AC Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #F1A9AC

Tints of Pale Chestnut #F1A9AC

Color information

#F1A9AC (or 0xF1A9AC) is unknown color: approx Pale Chestnut. HEX triplet: F1, A9 and AC. RGB value is (241,169,172). Sum of RGB (Red+Green+Blue) = 241+169+172=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A9AC is #0E5653. Grayscale: #BEBEBE. Windows color (decimal): -939604 or 11315697. OLE color: 11315697.

HSL color Cylindrical-coordinate representation of color #F1A9AC: hue angle of 357.5º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1A9AC is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241169172-
CMYK00.300.290.05
HSL357.5º72%80.39%-
HSV(B)357.5º29.88%94.51%-
XYZ57.9150.0645.64-
YUV190.87117.35163.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 169 (66.41% from 255) = 29.04%
BLUE value IS 172 (67.58% from 255) = 29.55%
R=41.41%
G=29.04%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116917200.300.290.05357.57280.39
HexF1A9AC01E1D51664850
Octal361251254036355546110120
Binary1111000110101001101011000111101110110110110011010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A9AC; }

 p { color: rgb(241,169,172); }

 H1.HeaderClassName
 {
   color: #F1A9AC;
 }
 .AnyTagClassName
 {
   color: #F1A9AC;
 }
</style>
background-color css

<style>
 a { background-color: #F1A9AC; }

 a { background-color: rgb(241,169,172); }

 div.DivClassName
 {
   background-color: #F1A9AC;
 }
 .BgClassName
 {
   background-color: #F1A9AC;
 }
</style>
border-color css

<style>
 span { border-color: #F1A9AC; }

 span { border-color: rgb(241,169,172); }

 td.TdClassName
 {
   border-color: #F1A9AC;
 }
 .TagClassName
 {
   border-color: #F1A9AC;
 }
</style>