Shades of Wewak #F89699
Tints of Wewak #F89699
RGB
CMYK
RGB Variations
Color information
#F89699 (or 0xF89699) is known color: Wewak. HEX triplet: F8, 96 and 99. RGB value is (248,150,153). Sum of RGB (Red+Green+Blue) = 248+150+153=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F89699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89699 is #076966. Grayscale: #B3B3B3. Windows color (decimal): -485735 or 10065656. OLE color: 10065656.
HSL color Cylindrical-coordinate representation of color #F89699: hue angle of 358.16º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F89699 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 153 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.03 |
| HSL | 358.16º | 0.88% | 0.78% | - |
| HSV(B) | 358.16º | 0.4% | 0.97% | - |
| XYZ | 55.37 | 44.07 | 35.72 | - |
| YUV | 179.64 | 112.97 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 153 | 0 | 0.40 | 0.38 | 0.03 | 358.16 | 0.88 | 0.78 |
| Hex | F8 | 96 | 99 | 0 | 28 | 26 | 3 | 166 | 58 | 4E |
| Octal | 370 | 226 | 231 | 0 | 50 | 46 | 3 | 546 | 130 | 116 |
| Binary | 11111000 | 10010110 | 10011001 | 0 | 101000 | 100110 | 11 | 101100110 | 1011000 | 1001110 |
Color Harmonies of #F89699
Complementary color
Monochromatic Colors of #F89699
Black with #F89699
Text Example
Text Example
White with #F89699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89699; }
p { color: rgb(248,150,153); }
H1.HeaderClassName
{
color: #F89699;
}
.AnyTagClassName
{
color: #F89699;
}
</style>
background-color css
<style>
a { background-color: #F89699; }
a { background-color: rgb(248,150,153); }
div.DivClassName
{
background-color: #F89699;
}
.BgClassName
{
background-color: #F89699;
}
</style>
border-color css
<style>
span { border-color: #F89699; }
span { border-color: rgb(248,150,153); }
td.TdClassName
{
border-color: #F89699;
}
.TagClassName
{
border-color: #F89699;
}
</style>