Shades of Wewak #F8899D
Tints of Wewak #F8899D
RGB
CMYK
RGB Variations
Color information
#F8899D (or 0xF8899D) is known color: Wewak. HEX triplet: F8, 89 and 9D. RGB value is (248,137,157). Sum of RGB (Red+Green+Blue) = 248+137+157=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F8899D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8899D is #077662. Grayscale: #ACACAC. Windows color (decimal): -489059 or 10324472. OLE color: 10324472.
HSL color Cylindrical-coordinate representation of color #F8899D: hue angle of 349.19º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F8899D is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 157 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.03 |
| HSL | 349.19º | 0.89% | 0.75% | - |
| HSV(B) | 349.19º | 0.45% | 0.97% | - |
| XYZ | 53.74 | 40.28 | 36.84 | - |
| YUV | 172.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 157 | 0 | 0.45 | 0.37 | 0.03 | 349.19 | 0.89 | 0.75 |
| Hex | F8 | 89 | 9D | 0 | 2D | 25 | 3 | 15D | 59 | 4B |
| Octal | 370 | 211 | 235 | 0 | 55 | 45 | 3 | 535 | 131 | 113 |
| Binary | 11111000 | 10001001 | 10011101 | 0 | 101101 | 100101 | 11 | 101011101 | 1011001 | 1001011 |
Color Harmonies of #F8899D
Complementary color
Monochromatic Colors of #F8899D
Black with #F8899D
Text Example
Text Example
White with #F8899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8899D; }
p { color: rgb(248,137,157); }
H1.HeaderClassName
{
color: #F8899D;
}
.AnyTagClassName
{
color: #F8899D;
}
</style>
background-color css
<style>
a { background-color: #F8899D; }
a { background-color: rgb(248,137,157); }
div.DivClassName
{
background-color: #F8899D;
}
.BgClassName
{
background-color: #F8899D;
}
</style>
border-color css
<style>
span { border-color: #F8899D; }
span { border-color: rgb(248,137,157); }
td.TdClassName
{
border-color: #F8899D;
}
.TagClassName
{
border-color: #F8899D;
}
</style>