Shades of Wewak #FA848B
Tints of Wewak #FA848B
RGB
CMYK
RGB Variations
Color information
#FA848B (or 0xFA848B) is known color: Wewak. HEX triplet: FA, 84 and 8B. RGB value is (250,132,139). Sum of RGB (Red+Green+Blue) = 250+132+139=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA848B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA848B is #057B74. Grayscale: #A8A8A8. Windows color (decimal): -359285 or 9143546. OLE color: 9143546.
HSL color Cylindrical-coordinate representation of color #FA848B: hue angle of 356.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 #FA848B is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 139 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.02 |
| HSL | 356.44º | 0.92% | 0.75% | - |
| HSV(B) | 356.44º | 0.47% | 0.98% | - |
| XYZ | 52.34 | 38.69 | 29.14 | - |
| YUV | 168.08 | 111.59 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 139 | 0 | 0.47 | 0.44 | 0.02 | 356.44 | 0.92 | 0.75 |
| Hex | FA | 84 | 8B | 0 | 2F | 2C | 2 | 164 | 5C | 4B |
| Octal | 372 | 204 | 213 | 0 | 57 | 54 | 2 | 544 | 134 | 113 |
| Binary | 11111010 | 10000100 | 10001011 | 0 | 101111 | 101100 | 10 | 101100100 | 1011100 | 1001011 |
Color Harmonies of #FA848B
Complementary color
Monochromatic Colors of #FA848B
Black with #FA848B
Text Example
Text Example
White with #FA848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA848B; }
p { color: rgb(250,132,139); }
H1.HeaderClassName
{
color: #FA848B;
}
.AnyTagClassName
{
color: #FA848B;
}
</style>
background-color css
<style>
a { background-color: #FA848B; }
a { background-color: rgb(250,132,139); }
div.DivClassName
{
background-color: #FA848B;
}
.BgClassName
{
background-color: #FA848B;
}
</style>
border-color css
<style>
span { border-color: #FA848B; }
span { border-color: rgb(250,132,139); }
td.TdClassName
{
border-color: #FA848B;
}
.TagClassName
{
border-color: #FA848B;
}
</style>