#F6A8AC

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

Shades of Pale Chestnut #F6A8AC

Tints of Pale Chestnut #F6A8AC

Color information

#F6A8AC (or 0xF6A8AC) is unknown color: approx Pale Chestnut. HEX triplet: F6, A8 and AC. RGB value is (246,168,172). Sum of RGB (Red+Green+Blue) = 246+168+172=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A8AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A8AC is #095753. Grayscale: #BFBFBF. Windows color (decimal): -612180 or 11315446. OLE color: 11315446.

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

Color convert

RGB246168172-
CMYK00.320.300.04
HSL356.92º81.25%81.18%-
HSV(B)356.92º31.71%96.47%-
XYZ59.4650.5845.66-
YUV191.78116.84166.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.98%
GREEN value IS 168 (66.02% from 255) = 28.67%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=41.98%
G=28.67%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616817200.320.300.04356.9281.2581.18
HexF6A8AC0201E41655151
Octal366250254040364545121121
Binary11110110101010001010110001000001111010010110010110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A8AC; }

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

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

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

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

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

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

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

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