Shades of Wewak #FA8C9C
Tints of Wewak #FA8C9C
RGB
CMYK
RGB Variations
Color information
#FA8C9C (or 0xFA8C9C) is known color: Wewak. HEX triplet: FA, 8C and 9C. RGB value is (250,140,156). Sum of RGB (Red+Green+Blue) = 250+140+156=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8C9C is #057363. Grayscale: #AEAEAE. Windows color (decimal): -357220 or 10259706. OLE color: 10259706.
HSL color Cylindrical-coordinate representation of color #FA8C9C: hue angle of 351.27º 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 #FA8C9C is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 156 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.02 |
| HSL | 351.27º | 0.92% | 0.76% | - |
| HSV(B) | 351.27º | 0.44% | 0.98% | - |
| XYZ | 54.8 | 41.48 | 36.57 | - |
| YUV | 174.71 | 117.44 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 156 | 0 | 0.44 | 0.38 | 0.02 | 351.27 | 0.92 | 0.76 |
| Hex | FA | 8C | 9C | 0 | 2C | 26 | 2 | 15F | 5C | 4C |
| Octal | 372 | 214 | 234 | 0 | 54 | 46 | 2 | 537 | 134 | 114 |
| Binary | 11111010 | 10001100 | 10011100 | 0 | 101100 | 100110 | 10 | 101011111 | 1011100 | 1001100 |
Color Harmonies of #FA8C9C
Complementary color
Monochromatic Colors of #FA8C9C
Black with #FA8C9C
Text Example
Text Example
White with #FA8C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8C9C; }
p { color: rgb(250,140,156); }
H1.HeaderClassName
{
color: #FA8C9C;
}
.AnyTagClassName
{
color: #FA8C9C;
}
</style>
background-color css
<style>
a { background-color: #FA8C9C; }
a { background-color: rgb(250,140,156); }
div.DivClassName
{
background-color: #FA8C9C;
}
.BgClassName
{
background-color: #FA8C9C;
}
</style>
border-color css
<style>
span { border-color: #FA8C9C; }
span { border-color: rgb(250,140,156); }
td.TdClassName
{
border-color: #FA8C9C;
}
.TagClassName
{
border-color: #FA8C9C;
}
</style>