Shades of Wewak #FD9BA1
Tints of Wewak #FD9BA1
RGB
CMYK
RGB Variations
Color information
#FD9BA1 (or 0xFD9BA1) is known color: Wewak. HEX triplet: FD, 9B and A1. RGB value is (253,155,161). Sum of RGB (Red+Green+Blue) = 253+155+161=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9BA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9BA1 is #02645E. Grayscale: #B9B9B9. Windows color (decimal): -156767 or 10591229. OLE color: 10591229.
HSL color Cylindrical-coordinate representation of color #FD9BA1: hue angle of 356.33º 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 #FD9BA1 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 155 | 161 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.01 |
| HSL | 356.33º | 0.96% | 0.8% | - |
| HSV(B) | 356.33º | 0.39% | 0.99% | - |
| XYZ | 58.66 | 46.9 | 39.68 | - |
| YUV | 184.99 | 114.47 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 155 | 161 | 0 | 0.39 | 0.36 | 0.01 | 356.33 | 0.96 | 0.8 |
| Hex | FD | 9B | A1 | 0 | 27 | 24 | 1 | 164 | 60 | 50 |
| Octal | 375 | 233 | 241 | 0 | 47 | 44 | 1 | 544 | 140 | 120 |
| Binary | 11111101 | 10011011 | 10100001 | 0 | 100111 | 100100 | 1 | 101100100 | 1100000 | 1010000 |
Color Harmonies of #FD9BA1
Complementary color
Monochromatic Colors of #FD9BA1
Black with #FD9BA1
Text Example
Text Example
White with #FD9BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9BA1; }
p { color: rgb(253,155,161); }
H1.HeaderClassName
{
color: #FD9BA1;
}
.AnyTagClassName
{
color: #FD9BA1;
}
</style>
background-color css
<style>
a { background-color: #FD9BA1; }
a { background-color: rgb(253,155,161); }
div.DivClassName
{
background-color: #FD9BA1;
}
.BgClassName
{
background-color: #FD9BA1;
}
</style>
border-color css
<style>
span { border-color: #FD9BA1; }
span { border-color: rgb(253,155,161); }
td.TdClassName
{
border-color: #FD9BA1;
}
.TagClassName
{
border-color: #FD9BA1;
}
</style>