Shades of Wewak #FA9BA4
Tints of Wewak #FA9BA4
RGB
CMYK
RGB Variations
Color information
#FA9BA4 (or 0xFA9BA4) is known color: Wewak. HEX triplet: FA, 9B and A4. RGB value is (250,155,164). Sum of RGB (Red+Green+Blue) = 250+155+164=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9BA4 is #05645B. Grayscale: #B8B8B8. Windows color (decimal): -353372 or 10787834. OLE color: 10787834.
HSL color Cylindrical-coordinate representation of color #FA9BA4: hue angle of 354.32º 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 #FA9BA4 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 164 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.02 |
| HSL | 354.32º | 0.9% | 0.79% | - |
| HSV(B) | 354.32º | 0.38% | 0.98% | - |
| XYZ | 57.85 | 46.45 | 41.04 | - |
| YUV | 184.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 164 | 0 | 0.38 | 0.34 | 0.02 | 354.32 | 0.9 | 0.79 |
| Hex | FA | 9B | A4 | 0 | 26 | 22 | 2 | 162 | 5A | 4F |
| Octal | 372 | 233 | 244 | 0 | 46 | 42 | 2 | 542 | 132 | 117 |
| Binary | 11111010 | 10011011 | 10100100 | 0 | 100110 | 100010 | 10 | 101100010 | 1011010 | 1001111 |
Color Harmonies of #FA9BA4
Complementary color
Monochromatic Colors of #FA9BA4
Black with #FA9BA4
Text Example
Text Example
White with #FA9BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9BA4; }
p { color: rgb(250,155,164); }
H1.HeaderClassName
{
color: #FA9BA4;
}
.AnyTagClassName
{
color: #FA9BA4;
}
</style>
background-color css
<style>
a { background-color: #FA9BA4; }
a { background-color: rgb(250,155,164); }
div.DivClassName
{
background-color: #FA9BA4;
}
.BgClassName
{
background-color: #FA9BA4;
}
</style>
border-color css
<style>
span { border-color: #FA9BA4; }
span { border-color: rgb(250,155,164); }
td.TdClassName
{
border-color: #FA9BA4;
}
.TagClassName
{
border-color: #FA9BA4;
}
</style>