Shades of Wewak #FA8698
Tints of Wewak #FA8698
RGB
CMYK
RGB Variations
Color information
#FA8698 (or 0xFA8698) is known color: Wewak. HEX triplet: FA, 86 and 98. RGB value is (250,134,152). Sum of RGB (Red+Green+Blue) = 250+134+152=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8698 is #057967. Grayscale: #AAAAAA. Windows color (decimal): -358760 or 9996026. OLE color: 9996026.
HSL color Cylindrical-coordinate representation of color #FA8698: hue angle of 350.69º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA8698 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 152 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.02 |
| HSL | 350.69º | 0.92% | 0.75% | - |
| HSV(B) | 350.69º | 0.46% | 0.98% | - |
| XYZ | 53.62 | 39.64 | 34.53 | - |
| YUV | 170.74 | 117.43 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 152 | 0 | 0.46 | 0.39 | 0.02 | 350.69 | 0.92 | 0.75 |
| Hex | FA | 86 | 98 | 0 | 2E | 27 | 2 | 15F | 5C | 4B |
| Octal | 372 | 206 | 230 | 0 | 56 | 47 | 2 | 537 | 134 | 113 |
| Binary | 11111010 | 10000110 | 10011000 | 0 | 101110 | 100111 | 10 | 101011111 | 1011100 | 1001011 |
Color Harmonies of #FA8698
Complementary color
Monochromatic Colors of #FA8698
Black with #FA8698
Text Example
Text Example
White with #FA8698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8698; }
p { color: rgb(250,134,152); }
H1.HeaderClassName
{
color: #FA8698;
}
.AnyTagClassName
{
color: #FA8698;
}
</style>
background-color css
<style>
a { background-color: #FA8698; }
a { background-color: rgb(250,134,152); }
div.DivClassName
{
background-color: #FA8698;
}
.BgClassName
{
background-color: #FA8698;
}
</style>
border-color css
<style>
span { border-color: #FA8698; }
span { border-color: rgb(250,134,152); }
td.TdClassName
{
border-color: #FA8698;
}
.TagClassName
{
border-color: #FA8698;
}
</style>