Shades of Wewak #F99BA4
Tints of Wewak #F99BA4
RGB
CMYK
RGB Variations
Color information
#F99BA4 (or 0xF99BA4) is known color: Wewak. HEX triplet: F9, 9B and A4. RGB value is (249,155,164). Sum of RGB (Red+Green+Blue) = 249+155+164=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 164 (64.45% from 255 or 28.87% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99BA4 is #06645B. Grayscale: #B8B8B8. Windows color (decimal): -418908 or 10787833. OLE color: 10787833.
HSL color Cylindrical-coordinate representation of color #F99BA4: hue angle of 354.26º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99BA4 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 164 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.02 |
| HSL | 354.26º | 0.89% | 0.79% | - |
| HSV(B) | 354.26º | 0.38% | 0.98% | - |
| XYZ | 57.49 | 46.26 | 41.02 | - |
| YUV | 184.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 164 | 0 | 0.38 | 0.34 | 0.02 | 354.26 | 0.89 | 0.79 |
| Hex | F9 | 9B | A4 | 0 | 26 | 22 | 2 | 162 | 59 | 4F |
| Octal | 371 | 233 | 244 | 0 | 46 | 42 | 2 | 542 | 131 | 117 |
| Binary | 11111001 | 10011011 | 10100100 | 0 | 100110 | 100010 | 10 | 101100010 | 1011001 | 1001111 |
Color Harmonies of #F99BA4
Complementary color
Monochromatic Colors of #F99BA4
Black with #F99BA4
Text Example
Text Example
White with #F99BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BA4; }
p { color: rgb(249,155,164); }
H1.HeaderClassName
{
color: #F99BA4;
}
.AnyTagClassName
{
color: #F99BA4;
}
</style>
background-color css
<style>
a { background-color: #F99BA4; }
a { background-color: rgb(249,155,164); }
div.DivClassName
{
background-color: #F99BA4;
}
.BgClassName
{
background-color: #F99BA4;
}
</style>
border-color css
<style>
span { border-color: #F99BA4; }
span { border-color: rgb(249,155,164); }
td.TdClassName
{
border-color: #F99BA4;
}
.TagClassName
{
border-color: #F99BA4;
}
</style>