#FFA8B2

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

Shades of Light Pink #FFA8B2

Tints of Light Pink #FFA8B2

Color information

#FFA8B2 (or 0xFFA8B2) is unknown color: approx Light Pink. HEX triplet: FF, A8 and B2. RGB value is (255,168,178). Sum of RGB (Red+Green+Blue) = 255+168+178=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA8B2 is #00574D. Grayscale: #C3C3C3. Windows color (decimal): -22350 or 11708671. OLE color: 11708671.

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

Color convert

RGB255168178-
CMYK00.340.300
HSL353.1º100%82.94%-
HSV(B)353.1º34.12%100%-
XYZ63.2852.4848.91-
YUV195.15118.32170.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 168 (66.02% from 255) = 27.95%
BLUE value IS 178 (69.92% from 255) = 29.62%
R=42.43%
G=27.95%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516817800.340.300353.110082.94
HexFFA8B20221E01616453
Octal377250262042360541144123
Binary111111111010100010110010010001011110010110000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8B2; }

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

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

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

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

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

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

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

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