Shades of Wewak #FB869A
Tints of Wewak #FB869A
RGB
CMYK
RGB Variations
Color information
#FB869A (or 0xFB869A) is known color: Wewak. HEX triplet: FB, 86 and 9A. RGB value is (251,134,154). Sum of RGB (Red+Green+Blue) = 251+134+154=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB869A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB869A is #047965. Grayscale: #ABABAB. Windows color (decimal): -293222 or 10127099. OLE color: 10127099.
HSL color Cylindrical-coordinate representation of color #FB869A: hue angle of 349.74º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB869A is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 154 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.02 |
| HSL | 349.74º | 0.94% | 0.75% | - |
| HSV(B) | 349.74º | 0.47% | 0.98% | - |
| XYZ | 54.14 | 39.89 | 35.42 | - |
| YUV | 171.26 | 118.26 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 154 | 0 | 0.47 | 0.39 | 0.02 | 349.74 | 0.94 | 0.75 |
| Hex | FB | 86 | 9A | 0 | 2F | 27 | 2 | 15E | 5E | 4B |
| Octal | 373 | 206 | 232 | 0 | 57 | 47 | 2 | 536 | 136 | 113 |
| Binary | 11111011 | 10000110 | 10011010 | 0 | 101111 | 100111 | 10 | 101011110 | 1011110 | 1001011 |
Color Harmonies of #FB869A
Complementary color
Monochromatic Colors of #FB869A
Black with #FB869A
Text Example
Text Example
White with #FB869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB869A; }
p { color: rgb(251,134,154); }
H1.HeaderClassName
{
color: #FB869A;
}
.AnyTagClassName
{
color: #FB869A;
}
</style>
background-color css
<style>
a { background-color: #FB869A; }
a { background-color: rgb(251,134,154); }
div.DivClassName
{
background-color: #FB869A;
}
.BgClassName
{
background-color: #FB869A;
}
</style>
border-color css
<style>
span { border-color: #FB869A; }
span { border-color: rgb(251,134,154); }
td.TdClassName
{
border-color: #FB869A;
}
.TagClassName
{
border-color: #FB869A;
}
</style>