Shades of Wewak #F89DA0
Tints of Wewak #F89DA0
RGB
CMYK
RGB Variations
Color information
#F89DA0 (or 0xF89DA0) is known color: Wewak. HEX triplet: F8, 9D and A0. RGB value is (248,157,160). Sum of RGB (Red+Green+Blue) = 248+157+160=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89DA0 is #07625F. Grayscale: #B8B8B8. Windows color (decimal): -483936 or 10526200. OLE color: 10526200.
HSL color Cylindrical-coordinate representation of color #F89DA0: hue angle of 358.02º 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 #F89DA0 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 160 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.03 |
| HSL | 358.02º | 0.87% | 0.79% | - |
| HSV(B) | 358.02º | 0.37% | 0.97% | - |
| XYZ | 57.11 | 46.61 | 39.24 | - |
| YUV | 184.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 160 | 0 | 0.37 | 0.35 | 0.03 | 358.02 | 0.87 | 0.79 |
| Hex | F8 | 9D | A0 | 0 | 25 | 23 | 3 | 166 | 57 | 4F |
| Octal | 370 | 235 | 240 | 0 | 45 | 43 | 3 | 546 | 127 | 117 |
| Binary | 11111000 | 10011101 | 10100000 | 0 | 100101 | 100011 | 11 | 101100110 | 1010111 | 1001111 |
Color Harmonies of #F89DA0
Complementary color
Monochromatic Colors of #F89DA0
Black with #F89DA0
Text Example
Text Example
White with #F89DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89DA0; }
p { color: rgb(248,157,160); }
H1.HeaderClassName
{
color: #F89DA0;
}
.AnyTagClassName
{
color: #F89DA0;
}
</style>
background-color css
<style>
a { background-color: #F89DA0; }
a { background-color: rgb(248,157,160); }
div.DivClassName
{
background-color: #F89DA0;
}
.BgClassName
{
background-color: #F89DA0;
}
</style>
border-color css
<style>
span { border-color: #F89DA0; }
span { border-color: rgb(248,157,160); }
td.TdClassName
{
border-color: #F89DA0;
}
.TagClassName
{
border-color: #F89DA0;
}
</style>