Shades of Wewak #F899A2
Tints of Wewak #F899A2
RGB
CMYK
RGB Variations
Color information
#F899A2 (or 0xF899A2) is known color: Wewak. HEX triplet: F8, 99 and A2. RGB value is (248,153,162). Sum of RGB (Red+Green+Blue) = 248+153+162=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F899A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F899A2 is #07665D. Grayscale: #B6B6B6. Windows color (decimal): -484958 or 10656248. OLE color: 10656248.
HSL color Cylindrical-coordinate representation of color #F899A2: hue angle of 354.32º 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 #F899A2 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 162 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.03 |
| HSL | 354.32º | 0.87% | 0.79% | - |
| HSV(B) | 354.32º | 0.38% | 0.97% | - |
| XYZ | 56.62 | 45.35 | 39.95 | - |
| YUV | 182.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 162 | 0 | 0.38 | 0.35 | 0.03 | 354.32 | 0.87 | 0.79 |
| Hex | F8 | 99 | A2 | 0 | 26 | 23 | 3 | 162 | 57 | 4F |
| Octal | 370 | 231 | 242 | 0 | 46 | 43 | 3 | 542 | 127 | 117 |
| Binary | 11111000 | 10011001 | 10100010 | 0 | 100110 | 100011 | 11 | 101100010 | 1010111 | 1001111 |
Color Harmonies of #F899A2
Complementary color
Monochromatic Colors of #F899A2
Black with #F899A2
Text Example
Text Example
White with #F899A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899A2; }
p { color: rgb(248,153,162); }
H1.HeaderClassName
{
color: #F899A2;
}
.AnyTagClassName
{
color: #F899A2;
}
</style>
background-color css
<style>
a { background-color: #F899A2; }
a { background-color: rgb(248,153,162); }
div.DivClassName
{
background-color: #F899A2;
}
.BgClassName
{
background-color: #F899A2;
}
</style>
border-color css
<style>
span { border-color: #F899A2; }
span { border-color: rgb(248,153,162); }
td.TdClassName
{
border-color: #F899A2;
}
.TagClassName
{
border-color: #F899A2;
}
</style>