#F1A6A9

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

Shades of Pale Chestnut #F1A6A9

Tints of Pale Chestnut #F1A6A9

Color information

#F1A6A9 (or 0xF1A6A9) is unknown color: approx Pale Chestnut. HEX triplet: F1, A6 and A9. RGB value is (241,166,169). Sum of RGB (Red+Green+Blue) = 241+166+169=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A6A9 is #0E5956. Grayscale: #BCBCBC. Windows color (decimal): -940375 or 11118321. OLE color: 11118321.

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

Color convert

RGB241166169-
CMYK00.310.300.05
HSL357.6º72.82%79.8%-
HSV(B)357.6º31.12%94.51%-
XYZ57.0748.8443.95-
YUV188.77116.85165.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.84%
GREEN value IS 166 (65.23% from 255) = 28.82%
BLUE value IS 169 (66.41% from 255) = 29.34%
R=41.84%
G=28.82%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116616900.310.300.05357.672.8279.8
HexF1A6A901F1E51664950
Octal361246251037365546111120
Binary1111000110100110101010010111111111010110110011010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A6A9; }

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

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

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

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

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

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

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

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