#FFA5AF

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

Shades of Light Pink #FFA5AF

Tints of Light Pink #FFA5AF

Color information

#FFA5AF (or 0xFFA5AF) is unknown color: approx Light Pink. HEX triplet: FF, A5 and AF. RGB value is (255,165,175). Sum of RGB (Red+Green+Blue) = 255+165+175=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA5AF is #005A50. Grayscale: #C1C1C1. Windows color (decimal): -23121 or 11511295. OLE color: 11511295.

HSL color Cylindrical-coordinate representation of color #FFA5AF: hue angle of 353.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA5AF is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255165175-
CMYK00.350.310
HSL353.33º100%82.35%-
HSV(B)353.33º35.29%100%-
XYZ62.4351.2747.16-
YUV193.05117.82172.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 165 (64.84% from 255) = 27.73%
BLUE value IS 175 (68.75% from 255) = 29.41%
R=42.86%
G=27.73%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516517500.350.310353.3310082.35
HexFFA5AF0231F01616452
Octal377245257043370541144122
Binary111111111010010110101111010001111111010110000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA5AF; }

 p { color: rgb(255,165,175); }

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

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

 a { background-color: rgb(255,165,175); }

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

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

 span { border-color: rgb(255,165,175); }

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