#F0A6AA

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

Shades of Pale Chestnut #F0A6AA

Tints of Pale Chestnut #F0A6AA

Color information

#F0A6AA (or 0xF0A6AA) is unknown color: approx Pale Chestnut. HEX triplet: F0, A6 and AA. RGB value is (240,166,170). Sum of RGB (Red+Green+Blue) = 240+166+170=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A6AA is #0F5955. Grayscale: #BCBCBC. Windows color (decimal): -1005910 or 11183856. OLE color: 11183856.

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

Color convert

RGB240166170-
CMYK00.310.290.06
HSL356.76º71.15%79.61%-
HSV(B)356.76º30.83%94.12%-
XYZ56.8348.744.44-
YUV188.58117.52164.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.67%
GREEN value IS 166 (65.23% from 255) = 28.82%
BLUE value IS 170 (66.80% from 255) = 29.51%
R=41.67%
G=28.82%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016617000.310.290.06356.7671.1579.61
HexF0A6AA01F1D61654750
Octal360246252037356545107120
Binary1111000010100110101010100111111110111010110010110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A6AA; }

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

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

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

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

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

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

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

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