Shades of Wewak #F899A0
Tints of Wewak #F899A0
RGB
CMYK
RGB Variations
Color information
#F899A0 (or 0xF899A0) is known color: Wewak. HEX triplet: F8, 99 and A0. RGB value is (248,153,160). Sum of RGB (Red+Green+Blue) = 248+153+160=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F899A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F899A0 is #07665F. Grayscale: #B6B6B6. Windows color (decimal): -484960 or 10525176. OLE color: 10525176.
HSL color Cylindrical-coordinate representation of color #F899A0: hue angle of 355.58º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F899A0 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 160 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.03 |
| HSL | 355.58º | 0.87% | 0.79% | - |
| HSV(B) | 355.58º | 0.38% | 0.97% | - |
| XYZ | 56.45 | 45.28 | 39.02 | - |
| YUV | 182.2 | 115.47 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 160 | 0 | 0.38 | 0.35 | 0.03 | 355.58 | 0.87 | 0.79 |
| Hex | F8 | 99 | A0 | 0 | 26 | 23 | 3 | 164 | 57 | 4F |
| Octal | 370 | 231 | 240 | 0 | 46 | 43 | 3 | 544 | 127 | 117 |
| Binary | 11111000 | 10011001 | 10100000 | 0 | 100110 | 100011 | 11 | 101100100 | 1010111 | 1001111 |
Color Harmonies of #F899A0
Complementary color
Monochromatic Colors of #F899A0
Black with #F899A0
Text Example
Text Example
White with #F899A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899A0; }
p { color: rgb(248,153,160); }
H1.HeaderClassName
{
color: #F899A0;
}
.AnyTagClassName
{
color: #F899A0;
}
</style>
background-color css
<style>
a { background-color: #F899A0; }
a { background-color: rgb(248,153,160); }
div.DivClassName
{
background-color: #F899A0;
}
.BgClassName
{
background-color: #F899A0;
}
</style>
border-color css
<style>
span { border-color: #F899A0; }
span { border-color: rgb(248,153,160); }
td.TdClassName
{
border-color: #F899A0;
}
.TagClassName
{
border-color: #F899A0;
}
</style>