Shades of Wewak #FA9BA3
Tints of Wewak #FA9BA3
RGB
CMYK
RGB Variations
Color information
#FA9BA3 (or 0xFA9BA3) is known color: Wewak. HEX triplet: FA, 9B and A3. RGB value is (250,155,163). Sum of RGB (Red+Green+Blue) = 250+155+163=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 163 (64.06% from 255 or 28.70% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9BA3 is #05645C. Grayscale: #B8B8B8. Windows color (decimal): -353373 or 10722298. OLE color: 10722298.
HSL color Cylindrical-coordinate representation of color #FA9BA3: hue angle of 354.95º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9BA3 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 163 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.02 |
| HSL | 354.95º | 0.9% | 0.79% | - |
| HSV(B) | 354.95º | 0.38% | 0.98% | - |
| XYZ | 57.76 | 46.41 | 40.56 | - |
| YUV | 184.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 163 | 0 | 0.38 | 0.35 | 0.02 | 354.95 | 0.9 | 0.79 |
| Hex | FA | 9B | A3 | 0 | 26 | 23 | 2 | 163 | 5A | 4F |
| Octal | 372 | 233 | 243 | 0 | 46 | 43 | 2 | 543 | 132 | 117 |
| Binary | 11111010 | 10011011 | 10100011 | 0 | 100110 | 100011 | 10 | 101100011 | 1011010 | 1001111 |
Color Harmonies of #FA9BA3
Complementary color
Monochromatic Colors of #FA9BA3
Black with #FA9BA3
Text Example
Text Example
White with #FA9BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9BA3; }
p { color: rgb(250,155,163); }
H1.HeaderClassName
{
color: #FA9BA3;
}
.AnyTagClassName
{
color: #FA9BA3;
}
</style>
background-color css
<style>
a { background-color: #FA9BA3; }
a { background-color: rgb(250,155,163); }
div.DivClassName
{
background-color: #FA9BA3;
}
.BgClassName
{
background-color: #FA9BA3;
}
</style>
border-color css
<style>
span { border-color: #FA9BA3; }
span { border-color: rgb(250,155,163); }
td.TdClassName
{
border-color: #FA9BA3;
}
.TagClassName
{
border-color: #FA9BA3;
}
</style>