Shades of Wewak #FF9A9C
Tints of Wewak #FF9A9C
RGB
CMYK
RGB Variations
Color information
#FF9A9C (or 0xFF9A9C) is known color: Wewak. HEX triplet: FF, 9A and 9C. RGB value is (255,154,156). Sum of RGB (Red+Green+Blue) = 255+154+156=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9A9C is #006563. Grayscale: #B8B8B8. Windows color (decimal): -25956 or 10263295. OLE color: 10263295.
HSL color Cylindrical-coordinate representation of color #FF9A9C: hue angle of 358.81º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9A9C is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 156 | - |
| CMYK | 0 | 0.40 | 0.39 | 0 |
| HSL | 358.81º | 1% | 0.8% | - |
| HSV(B) | 358.81º | 0.4% | 1% | - |
| XYZ | 58.8 | 46.77 | 37.38 | - |
| YUV | 184.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 156 | 0 | 0.40 | 0.39 | 0 | 358.81 | 1 | 0.8 |
| Hex | FF | 9A | 9C | 0 | 28 | 27 | 0 | 167 | 64 | 50 |
| Octal | 377 | 232 | 234 | 0 | 50 | 47 | 0 | 547 | 144 | 120 |
| Binary | 11111111 | 10011010 | 10011100 | 0 | 101000 | 100111 | 0 | 101100111 | 1100100 | 1010000 |
Color Harmonies of #FF9A9C
Complementary color
Monochromatic Colors of #FF9A9C
Black with #FF9A9C
Text Example
Text Example
White with #FF9A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A9C; }
p { color: rgb(255,154,156); }
H1.HeaderClassName
{
color: #FF9A9C;
}
.AnyTagClassName
{
color: #FF9A9C;
}
</style>
background-color css
<style>
a { background-color: #FF9A9C; }
a { background-color: rgb(255,154,156); }
div.DivClassName
{
background-color: #FF9A9C;
}
.BgClassName
{
background-color: #FF9A9C;
}
</style>
border-color css
<style>
span { border-color: #FF9A9C; }
span { border-color: rgb(255,154,156); }
td.TdClassName
{
border-color: #FF9A9C;
}
.TagClassName
{
border-color: #FF9A9C;
}
</style>