#FFA8AB

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

Shades of Light Pink #FFA8AB

Tints of Light Pink #FFA8AB

Color information

#FFA8AB (or 0xFFA8AB) is unknown color: approx Light Pink. HEX triplet: FF, A8 and AB. RGB value is (255,168,171). Sum of RGB (Red+Green+Blue) = 255+168+171=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA8AB is #005754. Grayscale: #C2C2C2. Windows color (decimal): -22357 or 11249919. OLE color: 11249919.

HSL color Cylindrical-coordinate representation of color #FFA8AB: hue angle of 357.93º 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 #FFA8AB is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255168171-
CMYK00.340.330
HSL357.93º100%82.94%-
HSV(B)357.93º34.12%100%-
XYZ62.5952.2145.31-
YUV194.36114.82171.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 168 (66.02% from 255) = 28.28%
BLUE value IS 171 (67.19% from 255) = 28.79%
R=42.93%
G=28.28%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516817100.340.330357.9310082.94
HexFFA8AB0222101666453
Octal377250253042410546144123
Binary1111111110101000101010110100010100001010110011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8AB; }

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

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

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

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

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

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

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

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