Shades of Wewak #FA858E
Tints of Wewak #FA858E
RGB
CMYK
RGB Variations
Color information
#FA858E (or 0xFA858E) is known color: Wewak. HEX triplet: FA, 85 and 8E. RGB value is (250,133,142). Sum of RGB (Red+Green+Blue) = 250+133+142=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA858E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA858E is #057A71. Grayscale: #A9A9A9. Windows color (decimal): -359026 or 9340410. OLE color: 9340410.
HSL color Cylindrical-coordinate representation of color #FA858E: hue angle of 355.38º 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 #FA858E is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 142 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.02 |
| HSL | 355.38º | 0.92% | 0.75% | - |
| HSV(B) | 355.38º | 0.47% | 0.98% | - |
| XYZ | 52.69 | 39.05 | 30.35 | - |
| YUV | 169.01 | 112.76 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 142 | 0 | 0.47 | 0.43 | 0.02 | 355.38 | 0.92 | 0.75 |
| Hex | FA | 85 | 8E | 0 | 2F | 2B | 2 | 163 | 5C | 4B |
| Octal | 372 | 205 | 216 | 0 | 57 | 53 | 2 | 543 | 134 | 113 |
| Binary | 11111010 | 10000101 | 10001110 | 0 | 101111 | 101011 | 10 | 101100011 | 1011100 | 1001011 |
Color Harmonies of #FA858E
Complementary color
Monochromatic Colors of #FA858E
Black with #FA858E
Text Example
Text Example
White with #FA858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA858E; }
p { color: rgb(250,133,142); }
H1.HeaderClassName
{
color: #FA858E;
}
.AnyTagClassName
{
color: #FA858E;
}
</style>
background-color css
<style>
a { background-color: #FA858E; }
a { background-color: rgb(250,133,142); }
div.DivClassName
{
background-color: #FA858E;
}
.BgClassName
{
background-color: #FA858E;
}
</style>
border-color css
<style>
span { border-color: #FA858E; }
span { border-color: rgb(250,133,142); }
td.TdClassName
{
border-color: #FA858E;
}
.TagClassName
{
border-color: #FA858E;
}
</style>