Shades of Wewak #FA8F9B
Tints of Wewak #FA8F9B
RGB
CMYK
RGB Variations
Color information
#FA8F9B (or 0xFA8F9B) is known color: Wewak. HEX triplet: FA, 8F and 9B. RGB value is (250,143,155). Sum of RGB (Red+Green+Blue) = 250+143+155=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8F9B is #057064. Grayscale: #B0B0B0. Windows color (decimal): -356453 or 10194938. OLE color: 10194938.
HSL color Cylindrical-coordinate representation of color #FA8F9B: hue angle of 353.27º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8F9B is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 155 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.02 |
| HSL | 353.27º | 0.91% | 0.77% | - |
| HSV(B) | 353.27º | 0.43% | 0.98% | - |
| XYZ | 55.16 | 42.34 | 36.27 | - |
| YUV | 176.36 | 115.95 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 155 | 0 | 0.43 | 0.38 | 0.02 | 353.27 | 0.91 | 0.77 |
| Hex | FA | 8F | 9B | 0 | 2B | 26 | 2 | 161 | 5B | 4D |
| Octal | 372 | 217 | 233 | 0 | 53 | 46 | 2 | 541 | 133 | 115 |
| Binary | 11111010 | 10001111 | 10011011 | 0 | 101011 | 100110 | 10 | 101100001 | 1011011 | 1001101 |
Color Harmonies of #FA8F9B
Complementary color
Monochromatic Colors of #FA8F9B
Black with #FA8F9B
Text Example
Text Example
White with #FA8F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F9B; }
p { color: rgb(250,143,155); }
H1.HeaderClassName
{
color: #FA8F9B;
}
.AnyTagClassName
{
color: #FA8F9B;
}
</style>
background-color css
<style>
a { background-color: #FA8F9B; }
a { background-color: rgb(250,143,155); }
div.DivClassName
{
background-color: #FA8F9B;
}
.BgClassName
{
background-color: #FA8F9B;
}
</style>
border-color css
<style>
span { border-color: #FA8F9B; }
span { border-color: rgb(250,143,155); }
td.TdClassName
{
border-color: #FA8F9B;
}
.TagClassName
{
border-color: #FA8F9B;
}
</style>