Shades of Wewak #FA848D
Tints of Wewak #FA848D
RGB
CMYK
RGB Variations
Color information
#FA848D (or 0xFA848D) is known color: Wewak. HEX triplet: FA, 84 and 8D. RGB value is (250,132,141). Sum of RGB (Red+Green+Blue) = 250+132+141=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA848D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA848D is #057B72. Grayscale: #A8A8A8. Windows color (decimal): -359283 or 9274618. OLE color: 9274618.
HSL color Cylindrical-coordinate representation of color #FA848D: hue angle of 355.42º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA848D is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 141 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.02 |
| HSL | 355.42º | 0.92% | 0.75% | - |
| HSV(B) | 355.42º | 0.47% | 0.98% | - |
| XYZ | 52.48 | 38.75 | 29.91 | - |
| YUV | 168.31 | 112.59 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 141 | 0 | 0.47 | 0.44 | 0.02 | 355.42 | 0.92 | 0.75 |
| Hex | FA | 84 | 8D | 0 | 2F | 2C | 2 | 163 | 5C | 4B |
| Octal | 372 | 204 | 215 | 0 | 57 | 54 | 2 | 543 | 134 | 113 |
| Binary | 11111010 | 10000100 | 10001101 | 0 | 101111 | 101100 | 10 | 101100011 | 1011100 | 1001011 |
Color Harmonies of #FA848D
Complementary color
Monochromatic Colors of #FA848D
Black with #FA848D
Text Example
Text Example
White with #FA848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA848D; }
p { color: rgb(250,132,141); }
H1.HeaderClassName
{
color: #FA848D;
}
.AnyTagClassName
{
color: #FA848D;
}
</style>
background-color css
<style>
a { background-color: #FA848D; }
a { background-color: rgb(250,132,141); }
div.DivClassName
{
background-color: #FA848D;
}
.BgClassName
{
background-color: #FA848D;
}
</style>
border-color css
<style>
span { border-color: #FA848D; }
span { border-color: rgb(250,132,141); }
td.TdClassName
{
border-color: #FA848D;
}
.TagClassName
{
border-color: #FA848D;
}
</style>