#F1A5A9

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

Shades of Pale Chestnut #F1A5A9

Tints of Pale Chestnut #F1A5A9

Color information

#F1A5A9 (or 0xF1A5A9) is unknown color: approx Pale Chestnut. HEX triplet: F1, A5 and A9. RGB value is (241,165,169). Sum of RGB (Red+Green+Blue) = 241+165+169=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 169 (66.41% from 255 or 29.39% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A5A9 is #0E5A56. Grayscale: #BCBCBC. Windows color (decimal): -940631 or 11118065. OLE color: 11118065.

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

Color convert

RGB241165169-
CMYK00.320.300.05
HSL356.84º73.08%79.61%-
HSV(B)356.84º31.54%94.51%-
XYZ56.8948.4843.89-
YUV188.18117.18165.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 165 (64.84% from 255) = 28.70%
BLUE value IS 169 (66.41% from 255) = 29.39%
R=41.91%
G=28.70%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116516900.320.300.05356.8473.0879.61
HexF1A5A90201E51654950
Octal361245251040365545111120
Binary11110001101001011010100101000001111010110110010110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A5A9; }

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

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

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

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

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

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

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

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