Shades of Wewak #FA8A8C
Tints of Wewak #FA8A8C
RGB
CMYK
RGB Variations
Color information
#FA8A8C (or 0xFA8A8C) is known color: Wewak. HEX triplet: FA, 8A and 8C. RGB value is (250,138,140). Sum of RGB (Red+Green+Blue) = 250+138+140=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8A8C is #057573. Grayscale: #ABABAB. Windows color (decimal): -357748 or 9210618. OLE color: 9210618.
HSL color Cylindrical-coordinate representation of color #FA8A8C: hue angle of 358.93º 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 #FA8A8C is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 140 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.02 |
| HSL | 358.93º | 0.92% | 0.76% | - |
| HSV(B) | 358.93º | 0.45% | 0.98% | - |
| XYZ | 53.25 | 40.39 | 29.8 | - |
| YUV | 171.72 | 110.11 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 140 | 0 | 0.45 | 0.44 | 0.02 | 358.93 | 0.92 | 0.76 |
| Hex | FA | 8A | 8C | 0 | 2D | 2C | 2 | 167 | 5C | 4C |
| Octal | 372 | 212 | 214 | 0 | 55 | 54 | 2 | 547 | 134 | 114 |
| Binary | 11111010 | 10001010 | 10001100 | 0 | 101101 | 101100 | 10 | 101100111 | 1011100 | 1001100 |
Color Harmonies of #FA8A8C
Complementary color
Monochromatic Colors of #FA8A8C
Black with #FA8A8C
Text Example
Text Example
White with #FA8A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A8C; }
p { color: rgb(250,138,140); }
H1.HeaderClassName
{
color: #FA8A8C;
}
.AnyTagClassName
{
color: #FA8A8C;
}
</style>
background-color css
<style>
a { background-color: #FA8A8C; }
a { background-color: rgb(250,138,140); }
div.DivClassName
{
background-color: #FA8A8C;
}
.BgClassName
{
background-color: #FA8A8C;
}
</style>
border-color css
<style>
span { border-color: #FA8A8C; }
span { border-color: rgb(250,138,140); }
td.TdClassName
{
border-color: #FA8A8C;
}
.TagClassName
{
border-color: #FA8A8C;
}
</style>