Shades of Wewak #FA858A
Tints of Wewak #FA858A
RGB
CMYK
RGB Variations
Color information
#FA858A (or 0xFA858A) is known color: Wewak. HEX triplet: FA, 85 and 8A. RGB value is (250,133,138). Sum of RGB (Red+Green+Blue) = 250+133+138=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA858A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA858A is #057A75. Grayscale: #A8A8A8. Windows color (decimal): -359030 or 9078266. OLE color: 9078266.
HSL color Cylindrical-coordinate representation of color #FA858A: hue angle of 357.44º 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 #FA858A is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 138 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.02 |
| HSL | 357.44º | 0.92% | 0.75% | - |
| HSV(B) | 357.44º | 0.47% | 0.98% | - |
| XYZ | 52.4 | 38.93 | 28.8 | - |
| YUV | 168.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 138 | 0 | 0.47 | 0.45 | 0.02 | 357.44 | 0.92 | 0.75 |
| Hex | FA | 85 | 8A | 0 | 2F | 2D | 2 | 165 | 5C | 4B |
| Octal | 372 | 205 | 212 | 0 | 57 | 55 | 2 | 545 | 134 | 113 |
| Binary | 11111010 | 10000101 | 10001010 | 0 | 101111 | 101101 | 10 | 101100101 | 1011100 | 1001011 |
Color Harmonies of #FA858A
Complementary color
Monochromatic Colors of #FA858A
Black with #FA858A
Text Example
Text Example
White with #FA858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA858A; }
p { color: rgb(250,133,138); }
H1.HeaderClassName
{
color: #FA858A;
}
.AnyTagClassName
{
color: #FA858A;
}
</style>
background-color css
<style>
a { background-color: #FA858A; }
a { background-color: rgb(250,133,138); }
div.DivClassName
{
background-color: #FA858A;
}
.BgClassName
{
background-color: #FA858A;
}
</style>
border-color css
<style>
span { border-color: #FA858A; }
span { border-color: rgb(250,133,138); }
td.TdClassName
{
border-color: #FA858A;
}
.TagClassName
{
border-color: #FA858A;
}
</style>