Shades of Wewak #FD999B
Tints of Wewak #FD999B
RGB
CMYK
RGB Variations
Color information
#FD999B (or 0xFD999B) is known color: Wewak. HEX triplet: FD, 99 and 9B. RGB value is (253,153,155). Sum of RGB (Red+Green+Blue) = 253+153+155=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FD999B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD999B is #026664. Grayscale: #B7B7B7. Windows color (decimal): -157285 or 10197501. OLE color: 10197501.
HSL color Cylindrical-coordinate representation of color #FD999B: hue angle of 358.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD999B is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 153 | 155 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.01 |
| HSL | 358.8º | 0.96% | 0.8% | - |
| HSV(B) | 358.8º | 0.4% | 0.99% | - |
| XYZ | 57.82 | 46.03 | 36.85 | - |
| YUV | 183.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 153 | 155 | 0 | 0.40 | 0.39 | 0.01 | 358.8 | 0.96 | 0.8 |
| Hex | FD | 99 | 9B | 0 | 28 | 27 | 1 | 167 | 60 | 50 |
| Octal | 375 | 231 | 233 | 0 | 50 | 47 | 1 | 547 | 140 | 120 |
| Binary | 11111101 | 10011001 | 10011011 | 0 | 101000 | 100111 | 1 | 101100111 | 1100000 | 1010000 |
Color Harmonies of #FD999B
Complementary color
Monochromatic Colors of #FD999B
Black with #FD999B
Text Example
Text Example
White with #FD999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD999B; }
p { color: rgb(253,153,155); }
H1.HeaderClassName
{
color: #FD999B;
}
.AnyTagClassName
{
color: #FD999B;
}
</style>
background-color css
<style>
a { background-color: #FD999B; }
a { background-color: rgb(253,153,155); }
div.DivClassName
{
background-color: #FD999B;
}
.BgClassName
{
background-color: #FD999B;
}
</style>
border-color css
<style>
span { border-color: #FD999B; }
span { border-color: rgb(253,153,155); }
td.TdClassName
{
border-color: #FD999B;
}
.TagClassName
{
border-color: #FD999B;
}
</style>