Shades of Wewak #FA9699
Tints of Wewak #FA9699
RGB
CMYK
RGB Variations
Color information
#FA9699 (or 0xFA9699) is known color: Wewak. HEX triplet: FA, 96 and 99. RGB value is (250,150,153). Sum of RGB (Red+Green+Blue) = 250+150+153=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9699 is #056966. Grayscale: #B4B4B4. Windows color (decimal): -354663 or 10065658. OLE color: 10065658.
HSL color Cylindrical-coordinate representation of color #FA9699: hue angle of 358.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA9699 is Cyan = 0, Magento = 0.4, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 153 | - |
| CMYK | 0 | 0.4 | 0.39 | 0.02 |
| HSL | 358.2º | 0.91% | 0.78% | - |
| HSV(B) | 358.2º | 0.4% | 0.98% | - |
| XYZ | 56.08 | 44.44 | 35.76 | - |
| YUV | 180.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 153 | 0 | 0.4 | 0.39 | 0.02 | 358.2 | 0.91 | 0.78 |
| Hex | FA | 96 | 99 | 0 | 28 | 27 | 2 | 166 | 5B | 4E |
| Octal | 372 | 226 | 231 | 0 | 50 | 47 | 2 | 546 | 133 | 116 |
| Binary | 11111010 | 10010110 | 10011001 | 0 | 101000 | 100111 | 10 | 101100110 | 1011011 | 1001110 |
Color Harmonies of #FA9699
Complementary color
Monochromatic Colors of #FA9699
Black with #FA9699
Text Example
Text Example
White with #FA9699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9699; }
p { color: rgb(250,150,153); }
H1.HeaderClassName
{
color: #FA9699;
}
.AnyTagClassName
{
color: #FA9699;
}
</style>
background-color css
<style>
a { background-color: #FA9699; }
a { background-color: rgb(250,150,153); }
div.DivClassName
{
background-color: #FA9699;
}
.BgClassName
{
background-color: #FA9699;
}
</style>
border-color css
<style>
span { border-color: #FA9699; }
span { border-color: rgb(250,150,153); }
td.TdClassName
{
border-color: #FA9699;
}
.TagClassName
{
border-color: #FA9699;
}
</style>