Shades of Wewak #FA969D
Tints of Wewak #FA969D
RGB
CMYK
RGB Variations
Color information
#FA969D (or 0xFA969D) is known color: Wewak. HEX triplet: FA, 96 and 9D. RGB value is (250,150,157). Sum of RGB (Red+Green+Blue) = 250+150+157=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA969D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA969D is #056962. Grayscale: #B4B4B4. Windows color (decimal): -354659 or 10327802. OLE color: 10327802.
HSL color Cylindrical-coordinate representation of color #FA969D: hue angle of 355.8º 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 #FA969D is Cyan = 0, Magento = 0.4, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 157 | - |
| CMYK | 0 | 0.4 | 0.37 | 0.02 |
| HSL | 355.8º | 0.91% | 0.78% | - |
| HSV(B) | 355.8º | 0.4% | 0.98% | - |
| XYZ | 56.42 | 44.57 | 37.53 | - |
| YUV | 180.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 157 | 0 | 0.4 | 0.37 | 0.02 | 355.8 | 0.91 | 0.78 |
| Hex | FA | 96 | 9D | 0 | 28 | 25 | 2 | 164 | 5B | 4E |
| Octal | 372 | 226 | 235 | 0 | 50 | 45 | 2 | 544 | 133 | 116 |
| Binary | 11111010 | 10010110 | 10011101 | 0 | 101000 | 100101 | 10 | 101100100 | 1011011 | 1001110 |
Color Harmonies of #FA969D
Complementary color
Monochromatic Colors of #FA969D
Black with #FA969D
Text Example
Text Example
White with #FA969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA969D; }
p { color: rgb(250,150,157); }
H1.HeaderClassName
{
color: #FA969D;
}
.AnyTagClassName
{
color: #FA969D;
}
</style>
background-color css
<style>
a { background-color: #FA969D; }
a { background-color: rgb(250,150,157); }
div.DivClassName
{
background-color: #FA969D;
}
.BgClassName
{
background-color: #FA969D;
}
</style>
border-color css
<style>
span { border-color: #FA969D; }
span { border-color: rgb(250,150,157); }
td.TdClassName
{
border-color: #FA969D;
}
.TagClassName
{
border-color: #FA969D;
}
</style>