#FFA4AF

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

Shades of Light Pink #FFA4AF

Tints of Light Pink #FFA4AF

Color information

#FFA4AF (or 0xFFA4AF) is unknown color: approx Light Pink. HEX triplet: FF, A4 and AF. RGB value is (255,164,175). Sum of RGB (Red+Green+Blue) = 255+164+175=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 164 (64.45% from 255 or 27.61% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA4AF is #005B50. Grayscale: #C0C0C0. Windows color (decimal): -23377 or 11511039. OLE color: 11511039.

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

Color convert

RGB255164175-
CMYK00.360.310
HSL352.75º100%82.16%-
HSV(B)352.75º35.69%100%-
XYZ62.2550.9147.1-
YUV192.46118.15172.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 164 (64.45% from 255) = 27.61%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=42.93%
G=27.61%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516417500.360.310352.7510082.16
HexFFA4AF0241F01616452
Octal377244257044370541144122
Binary111111111010010010101111010010011111010110000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4AF; }

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

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

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

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

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

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

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

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