Shades of Wewak #FA8C9A
Tints of Wewak #FA8C9A
RGB
CMYK
RGB Variations
Color information
#FA8C9A (or 0xFA8C9A) is known color: Wewak. HEX triplet: FA, 8C and 9A. RGB value is (250,140,154). Sum of RGB (Red+Green+Blue) = 250+140+154=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8C9A is #057365. Grayscale: #AEAEAE. Windows color (decimal): -357222 or 10128634. OLE color: 10128634.
HSL color Cylindrical-coordinate representation of color #FA8C9A: hue angle of 352.36º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8C9A is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 154 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.02 |
| HSL | 352.36º | 0.92% | 0.76% | - |
| HSV(B) | 352.36º | 0.44% | 0.98% | - |
| XYZ | 54.64 | 41.41 | 35.69 | - |
| YUV | 174.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 154 | 0 | 0.44 | 0.38 | 0.02 | 352.36 | 0.92 | 0.76 |
| Hex | FA | 8C | 9A | 0 | 2C | 26 | 2 | 160 | 5C | 4C |
| Octal | 372 | 214 | 232 | 0 | 54 | 46 | 2 | 540 | 134 | 114 |
| Binary | 11111010 | 10001100 | 10011010 | 0 | 101100 | 100110 | 10 | 101100000 | 1011100 | 1001100 |
Color Harmonies of #FA8C9A
Complementary color
Monochromatic Colors of #FA8C9A
Black with #FA8C9A
Text Example
Text Example
White with #FA8C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8C9A; }
p { color: rgb(250,140,154); }
H1.HeaderClassName
{
color: #FA8C9A;
}
.AnyTagClassName
{
color: #FA8C9A;
}
</style>
background-color css
<style>
a { background-color: #FA8C9A; }
a { background-color: rgb(250,140,154); }
div.DivClassName
{
background-color: #FA8C9A;
}
.BgClassName
{
background-color: #FA8C9A;
}
</style>
border-color css
<style>
span { border-color: #FA8C9A; }
span { border-color: rgb(250,140,154); }
td.TdClassName
{
border-color: #FA8C9A;
}
.TagClassName
{
border-color: #FA8C9A;
}
</style>