Shades of Wewak #FA8285
Tints of Wewak #FA8285
RGB
CMYK
RGB Variations
Color information
#FA8285 (or 0xFA8285) is known color: Wewak. HEX triplet: FA, 82 and 85. RGB value is (250,130,133). Sum of RGB (Red+Green+Blue) = 250+130+133=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8285 is #057D7A. Grayscale: #A6A6A6. Windows color (decimal): -359803 or 8749818. OLE color: 8749818.
HSL color Cylindrical-coordinate representation of color #FA8285: hue angle of 358.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA8285 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 133 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.02 |
| HSL | 358.5º | 0.92% | 0.75% | - |
| HSV(B) | 358.5º | 0.48% | 0.98% | - |
| XYZ | 51.64 | 37.98 | 26.8 | - |
| YUV | 166.22 | 109.26 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 133 | 0 | 0.48 | 0.47 | 0.02 | 358.5 | 0.92 | 0.75 |
| Hex | FA | 82 | 85 | 0 | 30 | 2F | 2 | 166 | 5C | 4B |
| Octal | 372 | 202 | 205 | 0 | 60 | 57 | 2 | 546 | 134 | 113 |
| Binary | 11111010 | 10000010 | 10000101 | 0 | 110000 | 101111 | 10 | 101100110 | 1011100 | 1001011 |
Color Harmonies of #FA8285
Complementary color
Monochromatic Colors of #FA8285
Black with #FA8285
Text Example
Text Example
White with #FA8285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8285; }
p { color: rgb(250,130,133); }
H1.HeaderClassName
{
color: #FA8285;
}
.AnyTagClassName
{
color: #FA8285;
}
</style>
background-color css
<style>
a { background-color: #FA8285; }
a { background-color: rgb(250,130,133); }
div.DivClassName
{
background-color: #FA8285;
}
.BgClassName
{
background-color: #FA8285;
}
</style>
border-color css
<style>
span { border-color: #FA8285; }
span { border-color: rgb(250,130,133); }
td.TdClassName
{
border-color: #FA8285;
}
.TagClassName
{
border-color: #FA8285;
}
</style>