Shades of Wewak #F89DA2
Tints of Wewak #F89DA2
RGB
CMYK
RGB Variations
Color information
#F89DA2 (or 0xF89DA2) is known color: Wewak. HEX triplet: F8, 9D and A2. RGB value is (248,157,162). Sum of RGB (Red+Green+Blue) = 248+157+162=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 162 (63.67% from 255 or 28.57% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89DA2 is #07625D. Grayscale: #B8B8B8. Windows color (decimal): -483934 or 10657272. OLE color: 10657272.
HSL color Cylindrical-coordinate representation of color #F89DA2: hue angle of 356.7º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F89DA2 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 162 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.03 |
| HSL | 356.7º | 0.87% | 0.79% | - |
| HSV(B) | 356.7º | 0.37% | 0.97% | - |
| XYZ | 57.29 | 46.68 | 40.17 | - |
| YUV | 184.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 162 | 0 | 0.37 | 0.35 | 0.03 | 356.7 | 0.87 | 0.79 |
| Hex | F8 | 9D | A2 | 0 | 25 | 23 | 3 | 165 | 57 | 4F |
| Octal | 370 | 235 | 242 | 0 | 45 | 43 | 3 | 545 | 127 | 117 |
| Binary | 11111000 | 10011101 | 10100010 | 0 | 100101 | 100011 | 11 | 101100101 | 1010111 | 1001111 |
Color Harmonies of #F89DA2
Complementary color
Monochromatic Colors of #F89DA2
Black with #F89DA2
Text Example
Text Example
White with #F89DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89DA2; }
p { color: rgb(248,157,162); }
H1.HeaderClassName
{
color: #F89DA2;
}
.AnyTagClassName
{
color: #F89DA2;
}
</style>
background-color css
<style>
a { background-color: #F89DA2; }
a { background-color: rgb(248,157,162); }
div.DivClassName
{
background-color: #F89DA2;
}
.BgClassName
{
background-color: #F89DA2;
}
</style>
border-color css
<style>
span { border-color: #F89DA2; }
span { border-color: rgb(248,157,162); }
td.TdClassName
{
border-color: #F89DA2;
}
.TagClassName
{
border-color: #F89DA2;
}
</style>