#FFA2A6

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

Shades of Wewak #FFA2A6

Tints of Wewak #FFA2A6

Color information

#FFA2A6 (or 0xFFA2A6) is unknown color: approx Wewak. HEX triplet: FF, A2 and A6. RGB value is (255,162,166). Sum of RGB (Red+Green+Blue) = 255+162+166=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 166 (65.23% from 255 or 28.47% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA2A6 is #005D59. Grayscale: #BEBEBE. Windows color (decimal): -23898 or 10920703. OLE color: 10920703.

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

Color convert

RGB255162166-
CMYK00.360.350
HSL357.42º100%81.76%-
HSV(B)357.42º36.47%100%-
XYZ61.0449.8542.48-
YUV190.26114.31174.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.74%
GREEN value IS 162 (63.67% from 255) = 27.79%
BLUE value IS 166 (65.23% from 255) = 28.47%
R=43.74%
G=27.79%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516216600.360.350357.4210081.76
HexFFA2A60242301656452
Octal377242246044430545144122
Binary1111111110100010101001100100100100011010110010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2A6; }

 p { color: rgb(255,162,166); }

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

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

 a { background-color: rgb(255,162,166); }

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

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

 span { border-color: rgb(255,162,166); }

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