Shades of Wewak #FF969C
Tints of Wewak #FF969C
RGB
CMYK
RGB Variations
Color information
#FF969C (or 0xFF969C) is known color: Wewak. HEX triplet: FF, 96 and 9C. RGB value is (255,150,156). Sum of RGB (Red+Green+Blue) = 255+150+156=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF969C is #006963. Grayscale: #B6B6B6. Windows color (decimal): -26980 or 10262271. OLE color: 10262271.
HSL color Cylindrical-coordinate representation of color #FF969C: hue angle of 356.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF969C is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 156 | - |
| CMYK | 0 | 0.41 | 0.39 | 0 |
| HSL | 356.57º | 1% | 0.79% | - |
| HSV(B) | 356.57º | 0.41% | 1% | - |
| XYZ | 58.15 | 45.47 | 37.16 | - |
| YUV | 182.08 | 113.29 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 156 | 0 | 0.41 | 0.39 | 0 | 356.57 | 1 | 0.79 |
| Hex | FF | 96 | 9C | 0 | 29 | 27 | 0 | 165 | 64 | 4F |
| Octal | 377 | 226 | 234 | 0 | 51 | 47 | 0 | 545 | 144 | 117 |
| Binary | 11111111 | 10010110 | 10011100 | 0 | 101001 | 100111 | 0 | 101100101 | 1100100 | 1001111 |
Color Harmonies of #FF969C
Complementary color
Monochromatic Colors of #FF969C
Black with #FF969C
Text Example
Text Example
White with #FF969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF969C; }
p { color: rgb(255,150,156); }
H1.HeaderClassName
{
color: #FF969C;
}
.AnyTagClassName
{
color: #FF969C;
}
</style>
background-color css
<style>
a { background-color: #FF969C; }
a { background-color: rgb(255,150,156); }
div.DivClassName
{
background-color: #FF969C;
}
.BgClassName
{
background-color: #FF969C;
}
</style>
border-color css
<style>
span { border-color: #FF969C; }
span { border-color: rgb(255,150,156); }
td.TdClassName
{
border-color: #FF969C;
}
.TagClassName
{
border-color: #FF969C;
}
</style>