Shades of Wewak #F99CA6
Tints of Wewak #F99CA6
RGB
CMYK
RGB Variations
Color information
#F99CA6 (or 0xF99CA6) is known color: Wewak. HEX triplet: F9, 9C and A6. RGB value is (249,156,166). Sum of RGB (Red+Green+Blue) = 249+156+166=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 166 (65.23% from 255 or 29.07% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99CA6 is #066359. Grayscale: #B9B9B9. Windows color (decimal): -418650 or 10919161. OLE color: 10919161.
HSL color Cylindrical-coordinate representation of color #F99CA6: hue angle of 353.55º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99CA6 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 166 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.02 |
| HSL | 353.55º | 0.89% | 0.79% | - |
| HSV(B) | 353.55º | 0.37% | 0.98% | - |
| XYZ | 57.84 | 46.67 | 42.04 | - |
| YUV | 184.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 166 | 0 | 0.37 | 0.33 | 0.02 | 353.55 | 0.89 | 0.79 |
| Hex | F9 | 9C | A6 | 0 | 25 | 21 | 2 | 162 | 59 | 4F |
| Octal | 371 | 234 | 246 | 0 | 45 | 41 | 2 | 542 | 131 | 117 |
| Binary | 11111001 | 10011100 | 10100110 | 0 | 100101 | 100001 | 10 | 101100010 | 1011001 | 1001111 |
Color Harmonies of #F99CA6
Complementary color
Monochromatic Colors of #F99CA6
Black with #F99CA6
Text Example
Text Example
White with #F99CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CA6; }
p { color: rgb(249,156,166); }
H1.HeaderClassName
{
color: #F99CA6;
}
.AnyTagClassName
{
color: #F99CA6;
}
</style>
background-color css
<style>
a { background-color: #F99CA6; }
a { background-color: rgb(249,156,166); }
div.DivClassName
{
background-color: #F99CA6;
}
.BgClassName
{
background-color: #F99CA6;
}
</style>
border-color css
<style>
span { border-color: #F99CA6; }
span { border-color: rgb(249,156,166); }
td.TdClassName
{
border-color: #F99CA6;
}
.TagClassName
{
border-color: #F99CA6;
}
</style>