#F0ABAC

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

Shades of Pale Chestnut #F0ABAC

Tints of Pale Chestnut #F0ABAC

Color information

#F0ABAC (or 0xF0ABAC) is unknown color: approx Pale Chestnut. HEX triplet: F0, AB and AC. RGB value is (240,171,172). Sum of RGB (Red+Green+Blue) = 240+171+172=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ABAC is #0F5453. Grayscale: #BFBFBF. Windows color (decimal): -1004628 or 11316208. OLE color: 11316208.

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

Color convert

RGB240171172-
CMYK00.290.280.06
HSL359.13º69.7%80.59%-
HSV(B)359.13º28.75%94.12%-
XYZ57.9450.6345.75-
YUV191.74116.86162.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.17%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=41.17%
G=29.33%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017117200.290.280.06359.1369.780.59
HexF0ABAC01D1C61674651
Octal360253254035346547106121
Binary1111000010101011101011000111011110011010110011110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ABAC; }

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

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

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

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

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

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

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

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