#F0A7AA

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

Shades of Pale Chestnut #F0A7AA

Tints of Pale Chestnut #F0A7AA

Color information

#F0A7AA (or 0xF0A7AA) is unknown color: approx Pale Chestnut. HEX triplet: F0, A7 and AA. RGB value is (240,167,170). Sum of RGB (Red+Green+Blue) = 240+167+170=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A7AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A7AA is #0F5855. Grayscale: #BDBDBD. Windows color (decimal): -1005654 or 11184112. OLE color: 11184112.

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

Color convert

RGB240167170-
CMYK00.300.290.06
HSL357.53º70.87%79.8%-
HSV(B)357.53º30.42%94.12%-
XYZ57.0149.0644.5-
YUV189.17117.18164.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.59%
GREEN value IS 167 (65.62% from 255) = 28.94%
BLUE value IS 170 (66.80% from 255) = 29.46%
R=41.59%
G=28.94%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016717000.300.290.06357.5370.8779.8
HexF0A7AA01E1D61664750
Octal360247252036356546107120
Binary1111000010100111101010100111101110111010110011010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A7AA; }

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

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

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

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

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

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

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

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