Shades of Wewak #F29B9D
Tints of Wewak #F29B9D
RGB
CMYK
RGB Variations
Color information
#F29B9D (or 0xF29B9D) is known color: Wewak. HEX triplet: F2, 9B and 9D. RGB value is (242,155,157). Sum of RGB (Red+Green+Blue) = 242+155+157=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29B9D is #0D6462. Grayscale: #B5B5B5. Windows color (decimal): -877667 or 10329074. OLE color: 10329074.
HSL color Cylindrical-coordinate representation of color #F29B9D: hue angle of 358.62º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29B9D is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 157 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.05 |
| HSL | 358.62º | 0.77% | 0.78% | - |
| HSV(B) | 358.62º | 0.36% | 0.95% | - |
| XYZ | 54.43 | 44.75 | 37.67 | - |
| YUV | 181.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 157 | 0 | 0.36 | 0.35 | 0.05 | 358.62 | 0.77 | 0.78 |
| Hex | F2 | 9B | 9D | 0 | 24 | 23 | 5 | 167 | 4D | 4E |
| Octal | 362 | 233 | 235 | 0 | 44 | 43 | 5 | 547 | 115 | 116 |
| Binary | 11110010 | 10011011 | 10011101 | 0 | 100100 | 100011 | 101 | 101100111 | 1001101 | 1001110 |
Color Harmonies of #F29B9D
Complementary color
Monochromatic Colors of #F29B9D
Black with #F29B9D
Text Example
Text Example
White with #F29B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29B9D; }
p { color: rgb(242,155,157); }
H1.HeaderClassName
{
color: #F29B9D;
}
.AnyTagClassName
{
color: #F29B9D;
}
</style>
background-color css
<style>
a { background-color: #F29B9D; }
a { background-color: rgb(242,155,157); }
div.DivClassName
{
background-color: #F29B9D;
}
.BgClassName
{
background-color: #F29B9D;
}
</style>
border-color css
<style>
span { border-color: #F29B9D; }
span { border-color: rgb(242,155,157); }
td.TdClassName
{
border-color: #F29B9D;
}
.TagClassName
{
border-color: #F29B9D;
}
</style>