Shades of Wewak #FFA2A3
Tints of Wewak #FFA2A3
RGB
CMYK
RGB Variations
Color information
#FFA2A3 (or 0xFFA2A3) is known color: Wewak. HEX triplet: FF, A2 and A3. RGB value is (255,162,163). Sum of RGB (Red+Green+Blue) = 255+162+163=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 163 (64.06% from 255 or 28.10% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA2A3 is #005D5C. Grayscale: #BEBEBE. Windows color (decimal): -23901 or 10724095. OLE color: 10724095.
HSL color Cylindrical-coordinate representation of color #FFA2A3: hue angle of 359.35º 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 #FFA2A3 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 163 | - |
| CMYK | 0 | 0.36 | 0.36 | 0 |
| HSL | 359.35º | 1% | 0.82% | - |
| HSV(B) | 359.35º | 0.36% | 1% | - |
| XYZ | 60.77 | 49.75 | 41.05 | - |
| YUV | 189.92 | 112.81 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 163 | 0 | 0.36 | 0.36 | 0 | 359.35 | 1 | 0.82 |
| Hex | FF | A2 | A3 | 0 | 24 | 24 | 0 | 167 | 64 | 52 |
| Octal | 377 | 242 | 243 | 0 | 44 | 44 | 0 | 547 | 144 | 122 |
| Binary | 11111111 | 10100010 | 10100011 | 0 | 100100 | 100100 | 0 | 101100111 | 1100100 | 1010010 |
Color Harmonies of #FFA2A3
Complementary color
Monochromatic Colors of #FFA2A3
Black with #FFA2A3
Text Example
Text Example
White with #FFA2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2A3; }
p { color: rgb(255,162,163); }
H1.HeaderClassName
{
color: #FFA2A3;
}
.AnyTagClassName
{
color: #FFA2A3;
}
</style>
background-color css
<style>
a { background-color: #FFA2A3; }
a { background-color: rgb(255,162,163); }
div.DivClassName
{
background-color: #FFA2A3;
}
.BgClassName
{
background-color: #FFA2A3;
}
</style>
border-color css
<style>
span { border-color: #FFA2A3; }
span { border-color: rgb(255,162,163); }
td.TdClassName
{
border-color: #FFA2A3;
}
.TagClassName
{
border-color: #FFA2A3;
}
</style>