Shades of Wewak #FA888F
Tints of Wewak #FA888F
RGB
CMYK
RGB Variations
Color information
#FA888F (or 0xFA888F) is known color: Wewak. HEX triplet: FA, 88 and 8F. RGB value is (250,136,143). Sum of RGB (Red+Green+Blue) = 250+136+143=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA888F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA888F is #057770. Grayscale: #AAAAAA. Windows color (decimal): -358257 or 9406714. OLE color: 9406714.
HSL color Cylindrical-coordinate representation of color #FA888F: hue angle of 356.32º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA888F is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 143 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.02 |
| HSL | 356.32º | 0.92% | 0.76% | - |
| HSV(B) | 356.32º | 0.46% | 0.98% | - |
| XYZ | 53.19 | 39.92 | 30.89 | - |
| YUV | 170.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 143 | 0 | 0.46 | 0.43 | 0.02 | 356.32 | 0.92 | 0.76 |
| Hex | FA | 88 | 8F | 0 | 2E | 2B | 2 | 164 | 5C | 4C |
| Octal | 372 | 210 | 217 | 0 | 56 | 53 | 2 | 544 | 134 | 114 |
| Binary | 11111010 | 10001000 | 10001111 | 0 | 101110 | 101011 | 10 | 101100100 | 1011100 | 1001100 |
Color Harmonies of #FA888F
Complementary color
Monochromatic Colors of #FA888F
Black with #FA888F
Text Example
Text Example
White with #FA888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA888F; }
p { color: rgb(250,136,143); }
H1.HeaderClassName
{
color: #FA888F;
}
.AnyTagClassName
{
color: #FA888F;
}
</style>
background-color css
<style>
a { background-color: #FA888F; }
a { background-color: rgb(250,136,143); }
div.DivClassName
{
background-color: #FA888F;
}
.BgClassName
{
background-color: #FA888F;
}
</style>
border-color css
<style>
span { border-color: #FA888F; }
span { border-color: rgb(250,136,143); }
td.TdClassName
{
border-color: #FA888F;
}
.TagClassName
{
border-color: #FA888F;
}
</style>