Shades of Wewak #FA969B
Tints of Wewak #FA969B
RGB
CMYK
RGB Variations
Color information
#FA969B (or 0xFA969B) is known color: Wewak. HEX triplet: FA, 96 and 9B. RGB value is (250,150,155). Sum of RGB (Red+Green+Blue) = 250+150+155=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA969B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA969B is #056964. Grayscale: #B4B4B4. Windows color (decimal): -354661 or 10196730. OLE color: 10196730.
HSL color Cylindrical-coordinate representation of color #FA969B: hue angle of 357º 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 #FA969B is Cyan = 0, Magento = 0.4, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 155 | - |
| CMYK | 0 | 0.4 | 0.38 | 0.02 |
| HSL | 357º | 0.91% | 0.78% | - |
| HSV(B) | 357º | 0.4% | 0.98% | - |
| XYZ | 56.25 | 44.5 | 36.64 | - |
| YUV | 180.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 155 | 0 | 0.4 | 0.38 | 0.02 | 357 | 0.91 | 0.78 |
| Hex | FA | 96 | 9B | 0 | 28 | 26 | 2 | 165 | 5B | 4E |
| Octal | 372 | 226 | 233 | 0 | 50 | 46 | 2 | 545 | 133 | 116 |
| Binary | 11111010 | 10010110 | 10011011 | 0 | 101000 | 100110 | 10 | 101100101 | 1011011 | 1001110 |
Color Harmonies of #FA969B
Complementary color
Monochromatic Colors of #FA969B
Black with #FA969B
Text Example
Text Example
White with #FA969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA969B; }
p { color: rgb(250,150,155); }
H1.HeaderClassName
{
color: #FA969B;
}
.AnyTagClassName
{
color: #FA969B;
}
</style>
background-color css
<style>
a { background-color: #FA969B; }
a { background-color: rgb(250,150,155); }
div.DivClassName
{
background-color: #FA969B;
}
.BgClassName
{
background-color: #FA969B;
}
</style>
border-color css
<style>
span { border-color: #FA969B; }
span { border-color: rgb(250,150,155); }
td.TdClassName
{
border-color: #FA969B;
}
.TagClassName
{
border-color: #FA969B;
}
</style>