Shades of Wewak #FA919B
Tints of Wewak #FA919B
RGB
CMYK
RGB Variations
Color information
#FA919B (or 0xFA919B) is known color: Wewak. HEX triplet: FA, 91 and 9B. RGB value is (250,145,155). Sum of RGB (Red+Green+Blue) = 250+145+155=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA919B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA919B is #056E64. Grayscale: #B1B1B1. Windows color (decimal): -355941 or 10195450. OLE color: 10195450.
HSL color Cylindrical-coordinate representation of color #FA919B: hue angle of 354.29º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA919B is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 155 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.02 |
| HSL | 354.29º | 0.91% | 0.77% | - |
| HSV(B) | 354.29º | 0.42% | 0.98% | - |
| XYZ | 55.47 | 42.94 | 36.38 | - |
| YUV | 177.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 155 | 0 | 0.42 | 0.38 | 0.02 | 354.29 | 0.91 | 0.77 |
| Hex | FA | 91 | 9B | 0 | 2A | 26 | 2 | 162 | 5B | 4D |
| Octal | 372 | 221 | 233 | 0 | 52 | 46 | 2 | 542 | 133 | 115 |
| Binary | 11111010 | 10010001 | 10011011 | 0 | 101010 | 100110 | 10 | 101100010 | 1011011 | 1001101 |
Color Harmonies of #FA919B
Complementary color
Monochromatic Colors of #FA919B
Black with #FA919B
Text Example
Text Example
White with #FA919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA919B; }
p { color: rgb(250,145,155); }
H1.HeaderClassName
{
color: #FA919B;
}
.AnyTagClassName
{
color: #FA919B;
}
</style>
background-color css
<style>
a { background-color: #FA919B; }
a { background-color: rgb(250,145,155); }
div.DivClassName
{
background-color: #FA919B;
}
.BgClassName
{
background-color: #FA919B;
}
</style>
border-color css
<style>
span { border-color: #FA919B; }
span { border-color: rgb(250,145,155); }
td.TdClassName
{
border-color: #FA919B;
}
.TagClassName
{
border-color: #FA919B;
}
</style>