#FFA8B5

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

Shades of Light Pink #FFA8B5

Tints of Light Pink #FFA8B5

Color information

#FFA8B5 (or 0xFFA8B5) is unknown color: approx Light Pink. HEX triplet: FF, A8 and B5. RGB value is (255,168,181). Sum of RGB (Red+Green+Blue) = 255+168+181=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8B5 is #00574A. Grayscale: #C3C3C3. Windows color (decimal): -22347 or 11905279. OLE color: 11905279.

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

Color convert

RGB255168181-
CMYK00.340.290
HSL351.03º100%82.94%-
HSV(B)351.03º34.12%100%-
XYZ63.5852.650.52-
YUV195.5119.82170.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 168 (66.02% from 255) = 27.81%
BLUE value IS 181 (71.09% from 255) = 29.97%
R=42.22%
G=27.81%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516818100.340.290351.0310082.94
HexFFA8B50221D015f6453
Octal377250265042350537144123
Binary111111111010100010110101010001011101010101111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8B5; }

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

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

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

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

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

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

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

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