#FFA8AC

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

Shades of Light Pink #FFA8AC

Tints of Light Pink #FFA8AC

Color information

#FFA8AC (or 0xFFA8AC) is unknown color: approx Light Pink. HEX triplet: FF, A8 and AC. RGB value is (255,168,172). Sum of RGB (Red+Green+Blue) = 255+168+172=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA8AC is #005753. Grayscale: #C2C2C2. Windows color (decimal): -22356 or 11315455. OLE color: 11315455.

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

Color convert

RGB255168172-
CMYK00.340.330
HSL357.24º100%82.94%-
HSV(B)357.24º34.12%100%-
XYZ62.6952.2445.81-
YUV194.47115.32171.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 168 (66.02% from 255) = 28.24%
BLUE value IS 172 (67.58% from 255) = 28.91%
R=42.86%
G=28.24%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516817200.340.330357.2410082.94
HexFFA8AC0222101656453
Octal377250254042410545144123
Binary1111111110101000101011000100010100001010110010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8AC; }

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

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

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

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

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

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

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

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