Shades of Wewak #FD9096
Tints of Wewak #FD9096
RGB
CMYK
RGB Variations
Color information
#FD9096 (or 0xFD9096) is known color: Wewak. HEX triplet: FD, 90 and 96. RGB value is (253,144,150). Sum of RGB (Red+Green+Blue) = 253+144+150=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9096 is #026F69. Grayscale: #B1B1B1. Windows color (decimal): -159594 or 9867517. OLE color: 9867517.
HSL color Cylindrical-coordinate representation of color #FD9096: hue angle of 356.7º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD9096 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 150 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.01 |
| HSL | 356.7º | 0.96% | 0.78% | - |
| HSV(B) | 356.7º | 0.43% | 0.99% | - |
| XYZ | 55.99 | 43.03 | 34.21 | - |
| YUV | 177.28 | 112.61 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 150 | 0 | 0.43 | 0.41 | 0.01 | 356.7 | 0.96 | 0.78 |
| Hex | FD | 90 | 96 | 0 | 2B | 29 | 1 | 165 | 60 | 4E |
| Octal | 375 | 220 | 226 | 0 | 53 | 51 | 1 | 545 | 140 | 116 |
| Binary | 11111101 | 10010000 | 10010110 | 0 | 101011 | 101001 | 1 | 101100101 | 1100000 | 1001110 |
Color Harmonies of #FD9096
Complementary color
Monochromatic Colors of #FD9096
Black with #FD9096
Text Example
Text Example
White with #FD9096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9096; }
p { color: rgb(253,144,150); }
H1.HeaderClassName
{
color: #FD9096;
}
.AnyTagClassName
{
color: #FD9096;
}
</style>
background-color css
<style>
a { background-color: #FD9096; }
a { background-color: rgb(253,144,150); }
div.DivClassName
{
background-color: #FD9096;
}
.BgClassName
{
background-color: #FD9096;
}
</style>
border-color css
<style>
span { border-color: #FD9096; }
span { border-color: rgb(253,144,150); }
td.TdClassName
{
border-color: #FD9096;
}
.TagClassName
{
border-color: #FD9096;
}
</style>