#F1A9AA

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

Shades of Pale Chestnut #F1A9AA

Tints of Pale Chestnut #F1A9AA

Color information

#F1A9AA (or 0xF1A9AA) is unknown color: approx Pale Chestnut. HEX triplet: F1, A9 and AA. RGB value is (241,169,170). Sum of RGB (Red+Green+Blue) = 241+169+170=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A9AA is #0E5655. Grayscale: #BEBEBE. Windows color (decimal): -939606 or 11184625. OLE color: 11184625.

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

Color convert

RGB241169170-
CMYK00.300.290.05
HSL359.17º72%80.39%-
HSV(B)359.17º29.88%94.51%-
XYZ57.7249.9844.63-
YUV190.64116.35163.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.55%
GREEN value IS 169 (66.41% from 255) = 29.14%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=41.55%
G=29.14%
B=29.31%

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
Decimal24116917000.300.290.05359.177280.39
HexF1A9AA01E1D51674850
Octal361251252036355547110120
Binary1111000110101001101010100111101110110110110011110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A9AA; }

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

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

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

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

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

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

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

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