Shades of Wewak #F8949B
Tints of Wewak #F8949B
RGB
CMYK
RGB Variations
Color information
#F8949B (or 0xF8949B) is known color: Wewak. HEX triplet: F8, 94 and 9B. RGB value is (248,148,155). Sum of RGB (Red+Green+Blue) = 248+148+155=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F8949B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8949B is #076B64. Grayscale: #B2B2B2. Windows color (decimal): -486245 or 10196216. OLE color: 10196216.
HSL color Cylindrical-coordinate representation of color #F8949B: hue angle of 355.8º 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 #F8949B is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 155 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.03 |
| HSL | 355.8º | 0.88% | 0.78% | - |
| HSV(B) | 355.8º | 0.4% | 0.97% | - |
| XYZ | 55.22 | 43.5 | 36.5 | - |
| YUV | 178.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 155 | 0 | 0.40 | 0.38 | 0.03 | 355.8 | 0.88 | 0.78 |
| Hex | F8 | 94 | 9B | 0 | 28 | 26 | 3 | 164 | 58 | 4E |
| Octal | 370 | 224 | 233 | 0 | 50 | 46 | 3 | 544 | 130 | 116 |
| Binary | 11111000 | 10010100 | 10011011 | 0 | 101000 | 100110 | 11 | 101100100 | 1011000 | 1001110 |
Color Harmonies of #F8949B
Complementary color
Monochromatic Colors of #F8949B
Black with #F8949B
Text Example
Text Example
White with #F8949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8949B; }
p { color: rgb(248,148,155); }
H1.HeaderClassName
{
color: #F8949B;
}
.AnyTagClassName
{
color: #F8949B;
}
</style>
background-color css
<style>
a { background-color: #F8949B; }
a { background-color: rgb(248,148,155); }
div.DivClassName
{
background-color: #F8949B;
}
.BgClassName
{
background-color: #F8949B;
}
</style>
border-color css
<style>
span { border-color: #F8949B; }
span { border-color: rgb(248,148,155); }
td.TdClassName
{
border-color: #F8949B;
}
.TagClassName
{
border-color: #F8949B;
}
</style>