#F0A7AC

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

Shades of Pale Chestnut #F0A7AC

Tints of Pale Chestnut #F0A7AC

Color information

#F0A7AC (or 0xF0A7AC) is unknown color: approx Pale Chestnut. HEX triplet: F0, A7 and AC. RGB value is (240,167,172). Sum of RGB (Red+Green+Blue) = 240+167+172=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A7AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A7AC is #0F5853. Grayscale: #BDBDBD. Windows color (decimal): -1005652 or 11315184. OLE color: 11315184.

HSL color Cylindrical-coordinate representation of color #F0A7AC: hue angle of 355.89º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A7AC is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240167172-
CMYK00.300.280.06
HSL355.89º70.87%79.8%-
HSV(B)355.89º30.42%94.12%-
XYZ57.249.1445.5-
YUV189.4118.18164.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.45%
GREEN value IS 167 (65.62% from 255) = 28.84%
BLUE value IS 172 (67.58% from 255) = 29.71%
R=41.45%
G=28.84%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016717200.300.280.06355.8970.8779.8
HexF0A7AC01E1C61644750
Octal360247254036346544107120
Binary1111000010100111101011000111101110011010110010010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A7AC; }

 p { color: rgb(240,167,172); }

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

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

 a { background-color: rgb(240,167,172); }

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

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

 span { border-color: rgb(240,167,172); }

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