Shades of Wewak #FD9BA6
Tints of Wewak #FD9BA6
RGB
CMYK
RGB Variations
Color information
#FD9BA6 (or 0xFD9BA6) is known color: Wewak. HEX triplet: FD, 9B and A6. RGB value is (253,155,166). Sum of RGB (Red+Green+Blue) = 253+155+166=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 166 (65.23% from 255 or 28.92% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9BA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9BA6 is #026459. Grayscale: #B9B9B9. Windows color (decimal): -156762 or 10918909. OLE color: 10918909.
HSL color Cylindrical-coordinate representation of color #FD9BA6: hue angle of 353.27º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FD9BA6 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 155 | 166 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.01 |
| HSL | 353.27º | 0.96% | 0.8% | - |
| HSV(B) | 353.27º | 0.39% | 0.99% | - |
| XYZ | 59.11 | 47.08 | 42.05 | - |
| YUV | 185.56 | 116.97 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 155 | 166 | 0 | 0.39 | 0.34 | 0.01 | 353.27 | 0.96 | 0.8 |
| Hex | FD | 9B | A6 | 0 | 27 | 22 | 1 | 161 | 60 | 50 |
| Octal | 375 | 233 | 246 | 0 | 47 | 42 | 1 | 541 | 140 | 120 |
| Binary | 11111101 | 10011011 | 10100110 | 0 | 100111 | 100010 | 1 | 101100001 | 1100000 | 1010000 |
Color Harmonies of #FD9BA6
Complementary color
Monochromatic Colors of #FD9BA6
Black with #FD9BA6
Text Example
Text Example
White with #FD9BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9BA6; }
p { color: rgb(253,155,166); }
H1.HeaderClassName
{
color: #FD9BA6;
}
.AnyTagClassName
{
color: #FD9BA6;
}
</style>
background-color css
<style>
a { background-color: #FD9BA6; }
a { background-color: rgb(253,155,166); }
div.DivClassName
{
background-color: #FD9BA6;
}
.BgClassName
{
background-color: #FD9BA6;
}
</style>
border-color css
<style>
span { border-color: #FD9BA6; }
span { border-color: rgb(253,155,166); }
td.TdClassName
{
border-color: #FD9BA6;
}
.TagClassName
{
border-color: #FD9BA6;
}
</style>