Shades of Wewak #F8888C
Tints of Wewak #F8888C
RGB
CMYK
RGB Variations
Color information
#F8888C (or 0xF8888C) is known color: Wewak. HEX triplet: F8, 88 and 8C. RGB value is (248,136,140). Sum of RGB (Red+Green+Blue) = 248+136+140=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8888C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8888C is #077773. Grayscale: #AAAAAA. Windows color (decimal): -489332 or 9210104. OLE color: 9210104.
HSL color Cylindrical-coordinate representation of color #F8888C: hue angle of 357.86º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F8888C is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 140 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.03 |
| HSL | 357.86º | 0.89% | 0.75% | - |
| HSV(B) | 357.86º | 0.45% | 0.97% | - |
| XYZ | 52.25 | 39.46 | 29.67 | - |
| YUV | 169.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 140 | 0 | 0.45 | 0.44 | 0.03 | 357.86 | 0.89 | 0.75 |
| Hex | F8 | 88 | 8C | 0 | 2D | 2C | 3 | 166 | 59 | 4B |
| Octal | 370 | 210 | 214 | 0 | 55 | 54 | 3 | 546 | 131 | 113 |
| Binary | 11111000 | 10001000 | 10001100 | 0 | 101101 | 101100 | 11 | 101100110 | 1011001 | 1001011 |
Color Harmonies of #F8888C
Complementary color
Monochromatic Colors of #F8888C
Black with #F8888C
Text Example
Text Example
White with #F8888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8888C; }
p { color: rgb(248,136,140); }
H1.HeaderClassName
{
color: #F8888C;
}
.AnyTagClassName
{
color: #F8888C;
}
</style>
background-color css
<style>
a { background-color: #F8888C; }
a { background-color: rgb(248,136,140); }
div.DivClassName
{
background-color: #F8888C;
}
.BgClassName
{
background-color: #F8888C;
}
</style>
border-color css
<style>
span { border-color: #F8888C; }
span { border-color: rgb(248,136,140); }
td.TdClassName
{
border-color: #F8888C;
}
.TagClassName
{
border-color: #F8888C;
}
</style>