Shades of Wewak #FA858B
Tints of Wewak #FA858B
RGB
CMYK
RGB Variations
Color information
#FA858B (or 0xFA858B) is known color: Wewak. HEX triplet: FA, 85 and 8B. RGB value is (250,133,139). Sum of RGB (Red+Green+Blue) = 250+133+139=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA858B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA858B is #057A74. Grayscale: #A8A8A8. Windows color (decimal): -359029 or 9143802. OLE color: 9143802.
HSL color Cylindrical-coordinate representation of color #FA858B: hue angle of 356.92º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA858B is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 139 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.02 |
| HSL | 356.92º | 0.92% | 0.75% | - |
| HSV(B) | 356.92º | 0.47% | 0.98% | - |
| XYZ | 52.47 | 38.96 | 29.18 | - |
| YUV | 168.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 139 | 0 | 0.47 | 0.44 | 0.02 | 356.92 | 0.92 | 0.75 |
| Hex | FA | 85 | 8B | 0 | 2F | 2C | 2 | 165 | 5C | 4B |
| Octal | 372 | 205 | 213 | 0 | 57 | 54 | 2 | 545 | 134 | 113 |
| Binary | 11111010 | 10000101 | 10001011 | 0 | 101111 | 101100 | 10 | 101100101 | 1011100 | 1001011 |
Color Harmonies of #FA858B
Complementary color
Monochromatic Colors of #FA858B
Black with #FA858B
Text Example
Text Example
White with #FA858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA858B; }
p { color: rgb(250,133,139); }
H1.HeaderClassName
{
color: #FA858B;
}
.AnyTagClassName
{
color: #FA858B;
}
</style>
background-color css
<style>
a { background-color: #FA858B; }
a { background-color: rgb(250,133,139); }
div.DivClassName
{
background-color: #FA858B;
}
.BgClassName
{
background-color: #FA858B;
}
</style>
border-color css
<style>
span { border-color: #FA858B; }
span { border-color: rgb(250,133,139); }
td.TdClassName
{
border-color: #FA858B;
}
.TagClassName
{
border-color: #FA858B;
}
</style>