Shades of Wewak #FA8C8D
Tints of Wewak #FA8C8D
RGB
CMYK
RGB Variations
Color information
#FA8C8D (or 0xFA8C8D) is known color: Wewak. HEX triplet: FA, 8C and 8D. RGB value is (250,140,141). Sum of RGB (Red+Green+Blue) = 250+140+141=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8C8D is #057372. Grayscale: #ADADAD. Windows color (decimal): -357235 or 9276666. OLE color: 9276666.
HSL color Cylindrical-coordinate representation of color #FA8C8D: hue angle of 359.45º 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 #FA8C8D is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 141 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.02 |
| HSL | 359.45º | 0.92% | 0.76% | - |
| HSV(B) | 359.45º | 0.44% | 0.98% | - |
| XYZ | 53.61 | 41 | 30.29 | - |
| YUV | 173 | 109.94 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 141 | 0 | 0.44 | 0.44 | 0.02 | 359.45 | 0.92 | 0.76 |
| Hex | FA | 8C | 8D | 0 | 2C | 2C | 2 | 167 | 5C | 4C |
| Octal | 372 | 214 | 215 | 0 | 54 | 54 | 2 | 547 | 134 | 114 |
| Binary | 11111010 | 10001100 | 10001101 | 0 | 101100 | 101100 | 10 | 101100111 | 1011100 | 1001100 |
Color Harmonies of #FA8C8D
Complementary color
Monochromatic Colors of #FA8C8D
Black with #FA8C8D
Text Example
Text Example
White with #FA8C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8C8D; }
p { color: rgb(250,140,141); }
H1.HeaderClassName
{
color: #FA8C8D;
}
.AnyTagClassName
{
color: #FA8C8D;
}
</style>
background-color css
<style>
a { background-color: #FA8C8D; }
a { background-color: rgb(250,140,141); }
div.DivClassName
{
background-color: #FA8C8D;
}
.BgClassName
{
background-color: #FA8C8D;
}
</style>
border-color css
<style>
span { border-color: #FA8C8D; }
span { border-color: rgb(250,140,141); }
td.TdClassName
{
border-color: #FA8C8D;
}
.TagClassName
{
border-color: #FA8C8D;
}
</style>