Shades of Wewak #F88B9C
Tints of Wewak #F88B9C
RGB
CMYK
RGB Variations
Color information
#F88B9C (or 0xF88B9C) is known color: Wewak. HEX triplet: F8, 8B and 9C. RGB value is (248,139,156). Sum of RGB (Red+Green+Blue) = 248+139+156=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F88B9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88B9C is #077463. Grayscale: #ADADAD. Windows color (decimal): -488548 or 10259448. OLE color: 10259448.
HSL color Cylindrical-coordinate representation of color #F88B9C: hue angle of 350.64º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88B9C is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 156 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.03 |
| HSL | 350.64º | 0.89% | 0.76% | - |
| HSV(B) | 350.64º | 0.44% | 0.97% | - |
| XYZ | 53.94 | 40.82 | 36.49 | - |
| YUV | 173.53 | 118.11 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 156 | 0 | 0.44 | 0.37 | 0.03 | 350.64 | 0.89 | 0.76 |
| Hex | F8 | 8B | 9C | 0 | 2C | 25 | 3 | 15F | 59 | 4C |
| Octal | 370 | 213 | 234 | 0 | 54 | 45 | 3 | 537 | 131 | 114 |
| Binary | 11111000 | 10001011 | 10011100 | 0 | 101100 | 100101 | 11 | 101011111 | 1011001 | 1001100 |
Color Harmonies of #F88B9C
Complementary color
Monochromatic Colors of #F88B9C
Black with #F88B9C
Text Example
Text Example
White with #F88B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88B9C; }
p { color: rgb(248,139,156); }
H1.HeaderClassName
{
color: #F88B9C;
}
.AnyTagClassName
{
color: #F88B9C;
}
</style>
background-color css
<style>
a { background-color: #F88B9C; }
a { background-color: rgb(248,139,156); }
div.DivClassName
{
background-color: #F88B9C;
}
.BgClassName
{
background-color: #F88B9C;
}
</style>
border-color css
<style>
span { border-color: #F88B9C; }
span { border-color: rgb(248,139,156); }
td.TdClassName
{
border-color: #F88B9C;
}
.TagClassName
{
border-color: #F88B9C;
}
</style>