Shades of Wewak #FFA0A8
Tints of Wewak #FFA0A8
RGB
CMYK
RGB Variations
Color information
#FFA0A8 (or 0xFFA0A8) is known color: Wewak. HEX triplet: FF, A0 and A8. RGB value is (255,160,168). Sum of RGB (Red+Green+Blue) = 255+160+168=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 168 (66.02% from 255 or 28.82% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA0A8 is #005F57. Grayscale: #BDBDBD. Windows color (decimal): -24408 or 11051263. OLE color: 11051263.
HSL color Cylindrical-coordinate representation of color #FFA0A8: hue angle of 354.95º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0A8 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 160 | 168 | - |
CMYK | 0 | 0.37 | 0.34 | 0 |
HSL | 354.95º | 1% | 0.81% | - |
HSV(B) | 354.95º | 0.37% | 1% | - |
XYZ | 60.88 | 49.23 | 43.34 | - |
YUV | 189.32 | 115.97 | 174.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 160 | 168 | 0 | 0.37 | 0.34 | 0 | 354.95 | 1 | 0.81 |
Hex | FF | A0 | A8 | 0 | 25 | 22 | 0 | 163 | 64 | 51 |
Octal | 377 | 240 | 250 | 0 | 45 | 42 | 0 | 543 | 144 | 121 |
Binary | 11111111 | 10100000 | 10101000 | 0 | 100101 | 100010 | 0 | 101100011 | 1100100 | 1010001 |
Color Harmonies of #FFA0A8
Complementary color
Monochromatic Colors of #FFA0A8
Black with #FFA0A8
Text Example
Text Example
White with #FFA0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0A8; }
p { color: rgb(255,160,168); }
H1.HeaderClassName
{
color: #FFA0A8;
}
.AnyTagClassName
{
color: #FFA0A8;
}
</style>
background-color css
<style>
a { background-color: #FFA0A8; }
a { background-color: rgb(255,160,168); }
div.DivClassName
{
background-color: #FFA0A8;
}
.BgClassName
{
background-color: #FFA0A8;
}
</style>
border-color css
<style>
span { border-color: #FFA0A8; }
span { border-color: rgb(255,160,168); }
td.TdClassName
{
border-color: #FFA0A8;
}
.TagClassName
{
border-color: #FFA0A8;
}
</style>