Shades of Wewak #FA8A94
Tints of Wewak #FA8A94
RGB
CMYK
RGB Variations
Color information
#FA8A94 (or 0xFA8A94) is known color: Wewak. HEX triplet: FA, 8A and 94. RGB value is (250,138,148). Sum of RGB (Red+Green+Blue) = 250+138+148=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8A94 is #05756B. Grayscale: #ACACAC. Windows color (decimal): -357740 or 9734906. OLE color: 9734906.
HSL color Cylindrical-coordinate representation of color #FA8A94: hue angle of 354.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA8A94 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 148 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.02 |
| HSL | 354.64º | 0.92% | 0.76% | - |
| HSV(B) | 354.64º | 0.45% | 0.98% | - |
| XYZ | 53.86 | 40.64 | 33.02 | - |
| YUV | 172.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 148 | 0 | 0.45 | 0.41 | 0.02 | 354.64 | 0.92 | 0.76 |
| Hex | FA | 8A | 94 | 0 | 2D | 29 | 2 | 163 | 5C | 4C |
| Octal | 372 | 212 | 224 | 0 | 55 | 51 | 2 | 543 | 134 | 114 |
| Binary | 11111010 | 10001010 | 10010100 | 0 | 101101 | 101001 | 10 | 101100011 | 1011100 | 1001100 |
Color Harmonies of #FA8A94
Complementary color
Monochromatic Colors of #FA8A94
Black with #FA8A94
Text Example
Text Example
White with #FA8A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A94; }
p { color: rgb(250,138,148); }
H1.HeaderClassName
{
color: #FA8A94;
}
.AnyTagClassName
{
color: #FA8A94;
}
</style>
background-color css
<style>
a { background-color: #FA8A94; }
a { background-color: rgb(250,138,148); }
div.DivClassName
{
background-color: #FA8A94;
}
.BgClassName
{
background-color: #FA8A94;
}
</style>
border-color css
<style>
span { border-color: #FA8A94; }
span { border-color: rgb(250,138,148); }
td.TdClassName
{
border-color: #FA8A94;
}
.TagClassName
{
border-color: #FA8A94;
}
</style>