#F0A7AE

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

Shades of Pale Chestnut #F0A7AE

Tints of Pale Chestnut #F0A7AE

Color information

#F0A7AE (or 0xF0A7AE) is unknown color: approx Pale Chestnut. HEX triplet: F0, A7 and AE. RGB value is (240,167,174). Sum of RGB (Red+Green+Blue) = 240+167+174=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 167 (65.62% from 255 or 28.74% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A7AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A7AE is #0F5851. Grayscale: #BDBDBD. Windows color (decimal): -1005650 or 11446256. OLE color: 11446256.

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

Color convert

RGB240167174-
CMYK00.300.280.06
HSL354.25º70.87%79.8%-
HSV(B)354.25º30.42%94.12%-
XYZ57.3949.2246.52-
YUV189.62119.18163.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.31%
GREEN value IS 167 (65.62% from 255) = 28.74%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=41.31%
G=28.74%
B=29.95%

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
Decimal24016717400.300.280.06354.2570.8779.8
HexF0A7AE01E1C61624750
Octal360247256036346542107120
Binary1111000010100111101011100111101110011010110001010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A7AE; }

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

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

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

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

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

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

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

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