Shades of Wewak #F899A5
Tints of Wewak #F899A5
RGB
CMYK
RGB Variations
Color information
#F899A5 (or 0xF899A5) is known color: Wewak. HEX triplet: F8, 99 and A5. RGB value is (248,153,165). Sum of RGB (Red+Green+Blue) = 248+153+165=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 165 (64.84% from 255 or 29.15% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F899A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F899A5 is #07665A. Grayscale: #B6B6B6. Windows color (decimal): -484955 or 10852856. OLE color: 10852856.
HSL color Cylindrical-coordinate representation of color #F899A5: hue angle of 352.42º 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 #F899A5 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 165 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.03 |
| HSL | 352.42º | 0.87% | 0.79% | - |
| HSV(B) | 352.42º | 0.38% | 0.97% | - |
| XYZ | 56.89 | 45.46 | 41.37 | - |
| YUV | 182.77 | 117.97 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 165 | 0 | 0.38 | 0.33 | 0.03 | 352.42 | 0.87 | 0.79 |
| Hex | F8 | 99 | A5 | 0 | 26 | 21 | 3 | 160 | 57 | 4F |
| Octal | 370 | 231 | 245 | 0 | 46 | 41 | 3 | 540 | 127 | 117 |
| Binary | 11111000 | 10011001 | 10100101 | 0 | 100110 | 100001 | 11 | 101100000 | 1010111 | 1001111 |
Color Harmonies of #F899A5
Complementary color
Monochromatic Colors of #F899A5
Black with #F899A5
Text Example
Text Example
White with #F899A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899A5; }
p { color: rgb(248,153,165); }
H1.HeaderClassName
{
color: #F899A5;
}
.AnyTagClassName
{
color: #F899A5;
}
</style>
background-color css
<style>
a { background-color: #F899A5; }
a { background-color: rgb(248,153,165); }
div.DivClassName
{
background-color: #F899A5;
}
.BgClassName
{
background-color: #F899A5;
}
</style>
border-color css
<style>
span { border-color: #F899A5; }
span { border-color: rgb(248,153,165); }
td.TdClassName
{
border-color: #F899A5;
}
.TagClassName
{
border-color: #F899A5;
}
</style>