#FFA4B6

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

Shades of Light Pink #FFA4B6

Tints of Light Pink #FFA4B6

Color information

#FFA4B6 (or 0xFFA4B6) is unknown color: approx Light Pink. HEX triplet: FF, A4 and B6. RGB value is (255,164,182). Sum of RGB (Red+Green+Blue) = 255+164+182=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4B6 is #005B49. Grayscale: #C1C1C1. Windows color (decimal): -23370 or 11969791. OLE color: 11969791.

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

Color convert

RGB255164182-
CMYK00.360.290
HSL348.13º100%82.16%-
HSV(B)348.13º35.69%100%-
XYZ62.9651.1950.82-
YUV193.26121.65172.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 164 (64.45% from 255) = 27.29%
BLUE value IS 182 (71.48% from 255) = 30.28%
R=42.43%
G=27.29%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516418200.360.290348.1310082.16
HexFFA4B60241D015c6452
Octal377244266044350534144122
Binary111111111010010010110110010010011101010101110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4B6; }

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

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

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

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

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

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

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

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