Shades of Wewak #FF959C
Tints of Wewak #FF959C
RGB
CMYK
RGB Variations
Color information
#FF959C (or 0xFF959C) is known color: Wewak. HEX triplet: FF, 95 and 9C. RGB value is (255,149,156). Sum of RGB (Red+Green+Blue) = 255+149+156=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF959C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF959C is #006A63. Grayscale: #B5B5B5. Windows color (decimal): -27236 or 10262015. OLE color: 10262015.
HSL color Cylindrical-coordinate representation of color #FF959C: hue angle of 356.04º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF959C is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 156 | - |
| CMYK | 0 | 0.42 | 0.39 | 0 |
| HSL | 356.04º | 1% | 0.79% | - |
| HSV(B) | 356.04º | 0.42% | 1% | - |
| XYZ | 57.99 | 45.16 | 37.11 | - |
| YUV | 181.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 156 | 0 | 0.42 | 0.39 | 0 | 356.04 | 1 | 0.79 |
| Hex | FF | 95 | 9C | 0 | 2A | 27 | 0 | 164 | 64 | 4F |
| Octal | 377 | 225 | 234 | 0 | 52 | 47 | 0 | 544 | 144 | 117 |
| Binary | 11111111 | 10010101 | 10011100 | 0 | 101010 | 100111 | 0 | 101100100 | 1100100 | 1001111 |
Color Harmonies of #FF959C
Complementary color
Monochromatic Colors of #FF959C
Black with #FF959C
Text Example
Text Example
White with #FF959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF959C; }
p { color: rgb(255,149,156); }
H1.HeaderClassName
{
color: #FF959C;
}
.AnyTagClassName
{
color: #FF959C;
}
</style>
background-color css
<style>
a { background-color: #FF959C; }
a { background-color: rgb(255,149,156); }
div.DivClassName
{
background-color: #FF959C;
}
.BgClassName
{
background-color: #FF959C;
}
</style>
border-color css
<style>
span { border-color: #FF959C; }
span { border-color: rgb(255,149,156); }
td.TdClassName
{
border-color: #FF959C;
}
.TagClassName
{
border-color: #FF959C;
}
</style>