#FFA8BB

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

Shades of Light Pink #FFA8BB

Tints of Light Pink #FFA8BB

Color information

#FFA8BB (or 0xFFA8BB) is unknown color: approx Light Pink. HEX triplet: FF, A8 and BB. RGB value is (255,168,187). Sum of RGB (Red+Green+Blue) = 255+168+187=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8BB is #005744. Grayscale: #C4C4C4. Windows color (decimal): -22341 or 12298495. OLE color: 12298495.

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

Color convert

RGB255168187-
CMYK00.340.270
HSL346.9º100%82.94%-
HSV(B)346.9º34.12%100%-
XYZ64.2152.8553.83-
YUV196.18122.82169.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 168 (66.02% from 255) = 27.54%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=41.80%
G=27.54%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516818700.340.270346.910082.94
HexFFA8BB0221B015b6453
Octal377250273042330533144123
Binary111111111010100010111011010001011011010101101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8BB; }

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

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

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

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

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

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

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

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