#F1A6AA

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

Shades of Pale Chestnut #F1A6AA

Tints of Pale Chestnut #F1A6AA

Color information

#F1A6AA (or 0xF1A6AA) is unknown color: approx Pale Chestnut. HEX triplet: F1, A6 and AA. RGB value is (241,166,170). Sum of RGB (Red+Green+Blue) = 241+166+170=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A6AA is #0E5955. Grayscale: #BCBCBC. Windows color (decimal): -940374 or 11183857. OLE color: 11183857.

HSL color Cylindrical-coordinate representation of color #F1A6AA: hue angle of 356.8º 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 #F1A6AA is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241166170-
CMYK00.310.290.05
HSL356.8º72.82%79.8%-
HSV(B)356.8º31.12%94.51%-
XYZ57.1748.8844.45-
YUV188.88117.35165.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.77%
GREEN value IS 166 (65.23% from 255) = 28.77%
BLUE value IS 170 (66.80% from 255) = 29.46%
R=41.77%
G=28.77%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116617000.310.290.05356.872.8279.8
HexF1A6AA01F1D51654950
Octal361246252037355545111120
Binary1111000110100110101010100111111110110110110010110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A6AA; }

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

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

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

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

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

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

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

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