Shades of Wewak #FD999C
Tints of Wewak #FD999C
RGB
CMYK
RGB Variations
Color information
#FD999C (or 0xFD999C) is known color: Wewak. HEX triplet: FD, 99 and 9C. RGB value is (253,153,156). Sum of RGB (Red+Green+Blue) = 253+153+156=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FD999C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD999C is #026663. Grayscale: #B7B7B7. Windows color (decimal): -157284 or 10263037. OLE color: 10263037.
HSL color Cylindrical-coordinate representation of color #FD999C: hue angle of 358.2º 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 #FD999C is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 153 | 156 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.01 |
| HSL | 358.2º | 0.96% | 0.8% | - |
| HSV(B) | 358.2º | 0.4% | 0.99% | - |
| XYZ | 57.9 | 46.07 | 37.29 | - |
| YUV | 183.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 153 | 156 | 0 | 0.40 | 0.38 | 0.01 | 358.2 | 0.96 | 0.8 |
| Hex | FD | 99 | 9C | 0 | 28 | 26 | 1 | 166 | 60 | 50 |
| Octal | 375 | 231 | 234 | 0 | 50 | 46 | 1 | 546 | 140 | 120 |
| Binary | 11111101 | 10011001 | 10011100 | 0 | 101000 | 100110 | 1 | 101100110 | 1100000 | 1010000 |
Color Harmonies of #FD999C
Complementary color
Monochromatic Colors of #FD999C
Black with #FD999C
Text Example
Text Example
White with #FD999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD999C; }
p { color: rgb(253,153,156); }
H1.HeaderClassName
{
color: #FD999C;
}
.AnyTagClassName
{
color: #FD999C;
}
</style>
background-color css
<style>
a { background-color: #FD999C; }
a { background-color: rgb(253,153,156); }
div.DivClassName
{
background-color: #FD999C;
}
.BgClassName
{
background-color: #FD999C;
}
</style>
border-color css
<style>
span { border-color: #FD999C; }
span { border-color: rgb(253,153,156); }
td.TdClassName
{
border-color: #FD999C;
}
.TagClassName
{
border-color: #FD999C;
}
</style>