Shades of Wewak #FF8694
Tints of Wewak #FF8694
RGB
CMYK
RGB Variations
Color information
#FF8694 (or 0xFF8694) is known color: Wewak. HEX triplet: FF, 86 and 94. RGB value is (255,134,148). Sum of RGB (Red+Green+Blue) = 255+134+148=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8694 is #00796B. Grayscale: #ABABAB. Windows color (decimal): -31084 or 9733887. OLE color: 9733887.
HSL color Cylindrical-coordinate representation of color #FF8694: hue angle of 353.06º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF8694 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 148 | - |
| CMYK | 0 | 0.47 | 0.42 | 0 |
| HSL | 353.06º | 1% | 0.76% | - |
| HSV(B) | 353.06º | 0.47% | 1% | - |
| XYZ | 55.11 | 40.45 | 32.92 | - |
| YUV | 171.78 | 114.59 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 148 | 0 | 0.47 | 0.42 | 0 | 353.06 | 1 | 0.76 |
| Hex | FF | 86 | 94 | 0 | 2F | 2A | 0 | 161 | 64 | 4C |
| Octal | 377 | 206 | 224 | 0 | 57 | 52 | 0 | 541 | 144 | 114 |
| Binary | 11111111 | 10000110 | 10010100 | 0 | 101111 | 101010 | 0 | 101100001 | 1100100 | 1001100 |
Color Harmonies of #FF8694
Complementary color
Monochromatic Colors of #FF8694
Black with #FF8694
Text Example
Text Example
White with #FF8694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8694; }
p { color: rgb(255,134,148); }
H1.HeaderClassName
{
color: #FF8694;
}
.AnyTagClassName
{
color: #FF8694;
}
</style>
background-color css
<style>
a { background-color: #FF8694; }
a { background-color: rgb(255,134,148); }
div.DivClassName
{
background-color: #FF8694;
}
.BgClassName
{
background-color: #FF8694;
}
</style>
border-color css
<style>
span { border-color: #FF8694; }
span { border-color: rgb(255,134,148); }
td.TdClassName
{
border-color: #FF8694;
}
.TagClassName
{
border-color: #FF8694;
}
</style>