Shades of Wewak #FBA6A8
Tints of Wewak #FBA6A8
RGB
CMYK
RGB Variations
Color information
#FBA6A8 (or 0xFBA6A8) is known color: Wewak. HEX triplet: FB, A6 and A8. RGB value is (251,166,168). Sum of RGB (Red+Green+Blue) = 251+166+168=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 168 (66.02% from 255 or 28.72% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA6A8 is #045957. Grayscale: #BFBFBF. Windows color (decimal): -285016 or 11052795. OLE color: 11052795.
HSL color Cylindrical-coordinate representation of color #FBA6A8: hue angle of 358.59º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA6A8 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 168 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.02 |
| HSL | 358.59º | 0.91% | 0.82% | - |
| HSV(B) | 358.59º | 0.34% | 0.98% | - |
| XYZ | 60.49 | 50.61 | 43.63 | - |
| YUV | 191.64 | 114.66 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 168 | 0 | 0.34 | 0.33 | 0.02 | 358.59 | 0.91 | 0.82 |
| Hex | FB | A6 | A8 | 0 | 22 | 21 | 2 | 167 | 5B | 52 |
| Octal | 373 | 246 | 250 | 0 | 42 | 41 | 2 | 547 | 133 | 122 |
| Binary | 11111011 | 10100110 | 10101000 | 0 | 100010 | 100001 | 10 | 101100111 | 1011011 | 1010010 |
Color Harmonies of #FBA6A8
Complementary color
Monochromatic Colors of #FBA6A8
Black with #FBA6A8
Text Example
Text Example
White with #FBA6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6A8; }
p { color: rgb(251,166,168); }
H1.HeaderClassName
{
color: #FBA6A8;
}
.AnyTagClassName
{
color: #FBA6A8;
}
</style>
background-color css
<style>
a { background-color: #FBA6A8; }
a { background-color: rgb(251,166,168); }
div.DivClassName
{
background-color: #FBA6A8;
}
.BgClassName
{
background-color: #FBA6A8;
}
</style>
border-color css
<style>
span { border-color: #FBA6A8; }
span { border-color: rgb(251,166,168); }
td.TdClassName
{
border-color: #FBA6A8;
}
.TagClassName
{
border-color: #FBA6A8;
}
</style>