#FFA8BA

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

Shades of Light Pink #FFA8BA

Tints of Light Pink #FFA8BA

Color information

#FFA8BA (or 0xFFA8BA) is unknown color: approx Light Pink. HEX triplet: FF, A8 and BA. RGB value is (255,168,186). Sum of RGB (Red+Green+Blue) = 255+168+186=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8BA is #005745. Grayscale: #C4C4C4. Windows color (decimal): -22342 or 12232959. OLE color: 12232959.

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

Color convert

RGB255168186-
CMYK00.340.270
HSL347.59º100%82.94%-
HSV(B)347.59º34.12%100%-
XYZ64.1152.8153.27-
YUV196.06122.32170.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 168 (66.02% from 255) = 27.59%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=41.87%
G=27.59%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516818600.340.270347.5910082.94
HexFFA8BA0221B015c6453
Octal377250272042330534144123
Binary111111111010100010111010010001011011010101110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8BA; }

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

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

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

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

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

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

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

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