#FFA6AC

Color #FFA6AC Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FFA6AC

Tints of Light Pink #FFA6AC

Color information

#FFA6AC (or 0xFFA6AC) is unknown color: approx Light Pink. HEX triplet: FF, A6 and AC. RGB value is (255,166,172). Sum of RGB (Red+Green+Blue) = 255+166+172=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6AC is #005953. Grayscale: #C1C1C1. Windows color (decimal): -22868 or 11314943. OLE color: 11314943.

HSL color Cylindrical-coordinate representation of color #FFA6AC: hue angle of 355.96º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA6AC is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255166172-
CMYK00.350.330
HSL355.96º100%82.55%-
HSV(B)355.96º34.9%100%-
XYZ62.3251.5145.69-
YUV193.3115.99172.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.00%
GREEN value IS 166 (65.23% from 255) = 27.99%
BLUE value IS 172 (67.58% from 255) = 29.01%
R=43.00%
G=27.99%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516617200.350.330355.9610082.55
HexFFA6AC0232101646453
Octal377246254043410544144123
Binary1111111110100110101011000100011100001010110010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6AC; }

 p { color: rgb(255,166,172); }

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

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

 a { background-color: rgb(255,166,172); }

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

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

 span { border-color: rgb(255,166,172); }

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