Shades of Wewak #FA949A
Tints of Wewak #FA949A
RGB
CMYK
RGB Variations
Color information
#FA949A (or 0xFA949A) is known color: Wewak. HEX triplet: FA, 94 and 9A. RGB value is (250,148,154). Sum of RGB (Red+Green+Blue) = 250+148+154=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA949A is #056B65. Grayscale: #B3B3B3. Windows color (decimal): -355174 or 10130682. OLE color: 10130682.
HSL color Cylindrical-coordinate representation of color #FA949A: hue angle of 356.47º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA949A is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 148 | 154 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.02 |
| HSL | 356.47º | 0.91% | 0.78% | - |
| HSV(B) | 356.47º | 0.41% | 0.98% | - |
| XYZ | 55.85 | 43.84 | 36.09 | - |
| YUV | 179.18 | 113.79 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 148 | 154 | 0 | 0.41 | 0.38 | 0.02 | 356.47 | 0.91 | 0.78 |
| Hex | FA | 94 | 9A | 0 | 29 | 26 | 2 | 164 | 5B | 4E |
| Octal | 372 | 224 | 232 | 0 | 51 | 46 | 2 | 544 | 133 | 116 |
| Binary | 11111010 | 10010100 | 10011010 | 0 | 101001 | 100110 | 10 | 101100100 | 1011011 | 1001110 |
Color Harmonies of #FA949A
Complementary color
Monochromatic Colors of #FA949A
Black with #FA949A
Text Example
Text Example
White with #FA949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA949A; }
p { color: rgb(250,148,154); }
H1.HeaderClassName
{
color: #FA949A;
}
.AnyTagClassName
{
color: #FA949A;
}
</style>
background-color css
<style>
a { background-color: #FA949A; }
a { background-color: rgb(250,148,154); }
div.DivClassName
{
background-color: #FA949A;
}
.BgClassName
{
background-color: #FA949A;
}
</style>
border-color css
<style>
span { border-color: #FA949A; }
span { border-color: rgb(250,148,154); }
td.TdClassName
{
border-color: #FA949A;
}
.TagClassName
{
border-color: #FA949A;
}
</style>