#F1A7AB

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

Shades of Pale Chestnut #F1A7AB

Tints of Pale Chestnut #F1A7AB

Color information

#F1A7AB (or 0xF1A7AB) is unknown color: approx Pale Chestnut. HEX triplet: F1, A7 and AB. RGB value is (241,167,171). Sum of RGB (Red+Green+Blue) = 241+167+171=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A7AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A7AB is #0E5854. Grayscale: #BDBDBD. Windows color (decimal): -940117 or 11249649. OLE color: 11249649.

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

Color convert

RGB241167171-
CMYK00.310.290.05
HSL356.76º72.55%80%-
HSV(B)356.76º30.71%94.51%-
XYZ57.4549.2845.01-
YUV189.58117.52164.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.62%
GREEN value IS 167 (65.62% from 255) = 28.84%
BLUE value IS 171 (67.19% from 255) = 29.53%
R=41.62%
G=28.84%
B=29.53%

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
Decimal24116717100.310.290.05356.7672.5580
HexF1A7AB01F1D51654950
Octal361247253037355545111120
Binary1111000110100111101010110111111110110110110010110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A7AB; }

 p { color: rgb(241,167,171); }

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

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

 a { background-color: rgb(241,167,171); }

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

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

 span { border-color: rgb(241,167,171); }

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