Shades of Wewak #FA9299
Tints of Wewak #FA9299
RGB
CMYK
RGB Variations
Color information
#FA9299 (or 0xFA9299) is known color: Wewak. HEX triplet: FA, 92 and 99. RGB value is (250,146,153). Sum of RGB (Red+Green+Blue) = 250+146+153=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9299 is #056D66. Grayscale: #B1B1B1. Windows color (decimal): -355687 or 10064634. OLE color: 10064634.
HSL color Cylindrical-coordinate representation of color #FA9299: hue angle of 355.96º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA9299 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 153 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.02 |
| HSL | 355.96º | 0.91% | 0.78% | - |
| HSV(B) | 355.96º | 0.42% | 0.98% | - |
| XYZ | 55.45 | 43.18 | 35.55 | - |
| YUV | 177.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 153 | 0 | 0.42 | 0.39 | 0.02 | 355.96 | 0.91 | 0.78 |
| Hex | FA | 92 | 99 | 0 | 2A | 27 | 2 | 164 | 5B | 4E |
| Octal | 372 | 222 | 231 | 0 | 52 | 47 | 2 | 544 | 133 | 116 |
| Binary | 11111010 | 10010010 | 10011001 | 0 | 101010 | 100111 | 10 | 101100100 | 1011011 | 1001110 |
Color Harmonies of #FA9299
Complementary color
Monochromatic Colors of #FA9299
Black with #FA9299
Text Example
Text Example
White with #FA9299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9299; }
p { color: rgb(250,146,153); }
H1.HeaderClassName
{
color: #FA9299;
}
.AnyTagClassName
{
color: #FA9299;
}
</style>
background-color css
<style>
a { background-color: #FA9299; }
a { background-color: rgb(250,146,153); }
div.DivClassName
{
background-color: #FA9299;
}
.BgClassName
{
background-color: #FA9299;
}
</style>
border-color css
<style>
span { border-color: #FA9299; }
span { border-color: rgb(250,146,153); }
td.TdClassName
{
border-color: #FA9299;
}
.TagClassName
{
border-color: #FA9299;
}
</style>