Shades of Wewak #FD99A3
Tints of Wewak #FD99A3
RGB
CMYK
RGB Variations
Color information
#FD99A3 (or 0xFD99A3) is known color: Wewak. HEX triplet: FD, 99 and A3. RGB value is (253,153,163). Sum of RGB (Red+Green+Blue) = 253+153+163=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 163 (64.06% from 255 or 28.65% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FD99A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD99A3 is #02665C. Grayscale: #B8B8B8. Windows color (decimal): -157277 or 10721789. OLE color: 10721789.
HSL color Cylindrical-coordinate representation of color #FD99A3: hue angle of 354º 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 #FD99A3 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 153 | 163 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.01 |
| HSL | 354º | 0.96% | 0.8% | - |
| HSV(B) | 354º | 0.4% | 0.99% | - |
| XYZ | 58.51 | 46.31 | 40.51 | - |
| YUV | 184.04 | 116.13 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 153 | 163 | 0 | 0.40 | 0.36 | 0.01 | 354 | 0.96 | 0.8 |
| Hex | FD | 99 | A3 | 0 | 28 | 24 | 1 | 162 | 60 | 50 |
| Octal | 375 | 231 | 243 | 0 | 50 | 44 | 1 | 542 | 140 | 120 |
| Binary | 11111101 | 10011001 | 10100011 | 0 | 101000 | 100100 | 1 | 101100010 | 1100000 | 1010000 |
Color Harmonies of #FD99A3
Complementary color
Monochromatic Colors of #FD99A3
Black with #FD99A3
Text Example
Text Example
White with #FD99A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD99A3; }
p { color: rgb(253,153,163); }
H1.HeaderClassName
{
color: #FD99A3;
}
.AnyTagClassName
{
color: #FD99A3;
}
</style>
background-color css
<style>
a { background-color: #FD99A3; }
a { background-color: rgb(253,153,163); }
div.DivClassName
{
background-color: #FD99A3;
}
.BgClassName
{
background-color: #FD99A3;
}
</style>
border-color css
<style>
span { border-color: #FD99A3; }
span { border-color: rgb(253,153,163); }
td.TdClassName
{
border-color: #FD99A3;
}
.TagClassName
{
border-color: #FD99A3;
}
</style>