#FFA4B0

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

Shades of Light Pink #FFA4B0

Tints of Light Pink #FFA4B0

Color information

#FFA4B0 (or 0xFFA4B0) is unknown color: approx Light Pink. HEX triplet: FF, A4 and B0. RGB value is (255,164,176). Sum of RGB (Red+Green+Blue) = 255+164+176=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 164 (64.45% from 255 or 27.56% from 595); Blue value is 176 (69.14% from 255 or 29.58% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA4B0 is #005B4F. Grayscale: #C0C0C0. Windows color (decimal): -23376 or 11576575. OLE color: 11576575.

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

Color convert

RGB255164176-
CMYK00.360.310
HSL352.09º100%82.16%-
HSV(B)352.09º35.69%100%-
XYZ62.3550.9547.62-
YUV192.58118.65172.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 164 (64.45% from 255) = 27.56%
BLUE value IS 176 (69.14% from 255) = 29.58%
R=42.86%
G=27.56%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516417600.360.310352.0910082.16
HexFFA4B00241F01606452
Octal377244260044370540144122
Binary111111111010010010110000010010011111010110000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4B0; }

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

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

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

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

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

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

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

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