#F6A8AA

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

Shades of Pale Chestnut #F6A8AA

Tints of Pale Chestnut #F6A8AA

Color information

#F6A8AA (or 0xF6A8AA) is unknown color: approx Pale Chestnut. HEX triplet: F6, A8 and AA. RGB value is (246,168,170). Sum of RGB (Red+Green+Blue) = 246+168+170=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A8AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A8AA is #095755. Grayscale: #BFBFBF. Windows color (decimal): -612182 or 11184374. OLE color: 11184374.

HSL color Cylindrical-coordinate representation of color #F6A8AA: hue angle of 358.46º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6A8AA is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB246168170-
CMYK00.320.310.04
HSL358.46º81.25%81.18%-
HSV(B)358.46º31.71%96.47%-
XYZ59.2650.544.65-
YUV191.55115.84166.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.12%
GREEN value IS 168 (66.02% from 255) = 28.77%
BLUE value IS 170 (66.80% from 255) = 29.11%
R=42.12%
G=28.77%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616817000.320.310.04358.4681.2581.18
HexF6A8AA0201F41665151
Octal366250252040374546121121
Binary11110110101010001010101001000001111110010110011010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A8AA; }

 p { color: rgb(246,168,170); }

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

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

 a { background-color: rgb(246,168,170); }

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

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

 span { border-color: rgb(246,168,170); }

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