#F1A8A9

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

Shades of Pale Chestnut #F1A8A9

Tints of Pale Chestnut #F1A8A9

Color information

#F1A8A9 (or 0xF1A8A9) is unknown color: approx Pale Chestnut. HEX triplet: F1, A8 and A9. RGB value is (241,168,169). Sum of RGB (Red+Green+Blue) = 241+168+169=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A8A9 is #0E5756. Grayscale: #BEBEBE. Windows color (decimal): -939863 or 11118833. OLE color: 11118833.

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

Color convert

RGB241168169-
CMYK00.300.300.05
HSL359.18º72.28%80.2%-
HSV(B)359.18º30.29%94.51%-
XYZ57.4449.5744.08-
YUV189.94116.18164.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.70%
GREEN value IS 168 (66.02% from 255) = 29.07%
BLUE value IS 169 (66.41% from 255) = 29.24%
R=41.70%
G=29.07%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116816900.300.300.05359.1872.2880.2
HexF1A8A901E1E51674850
Octal361250251036365547110120
Binary1111000110101000101010010111101111010110110011110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A8A9; }

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

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

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

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

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

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

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

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