Shades of Wewak #F88D9C
Tints of Wewak #F88D9C
RGB
CMYK
RGB Variations
Color information
#F88D9C (or 0xF88D9C) is known color: Wewak. HEX triplet: F8, 8D and 9C. RGB value is (248,141,156). Sum of RGB (Red+Green+Blue) = 248+141+156=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F88D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88D9C is #077263. Grayscale: #AEAEAE. Windows color (decimal): -488036 or 10259960. OLE color: 10259960.
HSL color Cylindrical-coordinate representation of color #F88D9C: hue angle of 351.59º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88D9C is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 141 | 156 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.03 |
| HSL | 351.59º | 0.88% | 0.76% | - |
| HSV(B) | 351.59º | 0.43% | 0.97% | - |
| XYZ | 54.24 | 41.41 | 36.59 | - |
| YUV | 174.7 | 117.45 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 141 | 156 | 0 | 0.43 | 0.37 | 0.03 | 351.59 | 0.88 | 0.76 |
| Hex | F8 | 8D | 9C | 0 | 2B | 25 | 3 | 160 | 58 | 4C |
| Octal | 370 | 215 | 234 | 0 | 53 | 45 | 3 | 540 | 130 | 114 |
| Binary | 11111000 | 10001101 | 10011100 | 0 | 101011 | 100101 | 11 | 101100000 | 1011000 | 1001100 |
Color Harmonies of #F88D9C
Complementary color
Monochromatic Colors of #F88D9C
Black with #F88D9C
Text Example
Text Example
White with #F88D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88D9C; }
p { color: rgb(248,141,156); }
H1.HeaderClassName
{
color: #F88D9C;
}
.AnyTagClassName
{
color: #F88D9C;
}
</style>
background-color css
<style>
a { background-color: #F88D9C; }
a { background-color: rgb(248,141,156); }
div.DivClassName
{
background-color: #F88D9C;
}
.BgClassName
{
background-color: #F88D9C;
}
</style>
border-color css
<style>
span { border-color: #F88D9C; }
span { border-color: rgb(248,141,156); }
td.TdClassName
{
border-color: #F88D9C;
}
.TagClassName
{
border-color: #F88D9C;
}
</style>