Shades of Wewak #FF8A8C
Tints of Wewak #FF8A8C
RGB
CMYK
RGB Variations
Color information
#FF8A8C (or 0xFF8A8C) is known color: Wewak. HEX triplet: FF, 8A and 8C. RGB value is (255,138,140). Sum of RGB (Red+Green+Blue) = 255+138+140=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8A8C is #007573. Grayscale: #ADADAD. Windows color (decimal): -30068 or 9210623. OLE color: 9210623.
HSL color Cylindrical-coordinate representation of color #FF8A8C: hue angle of 358.97º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF8A8C is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 140 | - |
| CMYK | 0 | 0.46 | 0.45 | 0 |
| HSL | 358.97º | 1% | 0.77% | - |
| HSV(B) | 358.97º | 0.46% | 1% | - |
| XYZ | 55.06 | 41.33 | 29.89 | - |
| YUV | 173.21 | 109.26 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 140 | 0 | 0.46 | 0.45 | 0 | 358.97 | 1 | 0.77 |
| Hex | FF | 8A | 8C | 0 | 2E | 2D | 0 | 167 | 64 | 4D |
| Octal | 377 | 212 | 214 | 0 | 56 | 55 | 0 | 547 | 144 | 115 |
| Binary | 11111111 | 10001010 | 10001100 | 0 | 101110 | 101101 | 0 | 101100111 | 1100100 | 1001101 |
Color Harmonies of #FF8A8C
Complementary color
Monochromatic Colors of #FF8A8C
Black with #FF8A8C
Text Example
Text Example
White with #FF8A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A8C; }
p { color: rgb(255,138,140); }
H1.HeaderClassName
{
color: #FF8A8C;
}
.AnyTagClassName
{
color: #FF8A8C;
}
</style>
background-color css
<style>
a { background-color: #FF8A8C; }
a { background-color: rgb(255,138,140); }
div.DivClassName
{
background-color: #FF8A8C;
}
.BgClassName
{
background-color: #FF8A8C;
}
</style>
border-color css
<style>
span { border-color: #FF8A8C; }
span { border-color: rgb(255,138,140); }
td.TdClassName
{
border-color: #FF8A8C;
}
.TagClassName
{
border-color: #FF8A8C;
}
</style>