Shades of Wewak #FF9D9E
Tints of Wewak #FF9D9E
RGB
CMYK
RGB Variations
Color information
#FF9D9E (or 0xFF9D9E) is known color: Wewak. HEX triplet: FF, 9D and 9E. RGB value is (255,157,158). Sum of RGB (Red+Green+Blue) = 255+157+158=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9D9E is #006261. Grayscale: #BABABA. Windows color (decimal): -25186 or 10395135. OLE color: 10395135.
HSL color Cylindrical-coordinate representation of color #FF9D9E: hue angle of 359.39º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9D9E is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 158 | - |
| CMYK | 0 | 0.38 | 0.38 | 0 |
| HSL | 359.39º | 1% | 0.81% | - |
| HSV(B) | 359.39º | 0.38% | 1% | - |
| XYZ | 59.47 | 47.84 | 38.45 | - |
| YUV | 186.42 | 111.97 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 158 | 0 | 0.38 | 0.38 | 0 | 359.39 | 1 | 0.81 |
| Hex | FF | 9D | 9E | 0 | 26 | 26 | 0 | 167 | 64 | 51 |
| Octal | 377 | 235 | 236 | 0 | 46 | 46 | 0 | 547 | 144 | 121 |
| Binary | 11111111 | 10011101 | 10011110 | 0 | 100110 | 100110 | 0 | 101100111 | 1100100 | 1010001 |
Color Harmonies of #FF9D9E
Complementary color
Monochromatic Colors of #FF9D9E
Black with #FF9D9E
Text Example
Text Example
White with #FF9D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D9E; }
p { color: rgb(255,157,158); }
H1.HeaderClassName
{
color: #FF9D9E;
}
.AnyTagClassName
{
color: #FF9D9E;
}
</style>
background-color css
<style>
a { background-color: #FF9D9E; }
a { background-color: rgb(255,157,158); }
div.DivClassName
{
background-color: #FF9D9E;
}
.BgClassName
{
background-color: #FF9D9E;
}
</style>
border-color css
<style>
span { border-color: #FF9D9E; }
span { border-color: rgb(255,157,158); }
td.TdClassName
{
border-color: #FF9D9E;
}
.TagClassName
{
border-color: #FF9D9E;
}
</style>