#FFA2A8

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

Shades of Wewak #FFA2A8

Tints of Wewak #FFA2A8

Color information

#FFA2A8 (or 0xFFA2A8) is unknown color: approx Wewak. HEX triplet: FF, A2 and A8. RGB value is (255,162,168). Sum of RGB (Red+Green+Blue) = 255+162+168=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 168 (66.02% from 255 or 28.72% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA2A8 is #005D57. Grayscale: #BEBEBE. Windows color (decimal): -23896 or 11051775. OLE color: 11051775.

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

Color convert

RGB255162168-
CMYK00.360.340
HSL356.13º100%81.76%-
HSV(B)356.13º36.47%100%-
XYZ61.2349.9343.46-
YUV190.49115.31174.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 162 (63.67% from 255) = 27.69%
BLUE value IS 168 (66.02% from 255) = 28.72%
R=43.59%
G=27.69%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516216800.360.340356.1310081.76
HexFFA2A80242201646452
Octal377242250044420544144122
Binary1111111110100010101010000100100100010010110010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2A8; }

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

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

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

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

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

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

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

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