Shades of Violet #FB8DFA
Tints of Violet #FB8DFA
RGB
CMYK
RGB Variations
Color information
#FB8DFA (or 0xFB8DFA) is known color: Violet. HEX triplet: FB, 8D and FA. RGB value is (251,141,250). Sum of RGB (Red+Green+Blue) = 251+141+250=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 141 (55.47% from 255 or 21.96% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8DFA is #047205. Grayscale: #B9B9B9. Windows color (decimal): -291334 or 16420347. OLE color: 16420347.
HSL color Cylindrical-coordinate representation of color #FB8DFA: hue angle of 300.55º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8DFA is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 250 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.02 |
| HSL | 300.55º | 0.93% | 0.77% | - |
| HSV(B) | 300.55º | 0.44% | 0.98% | - |
| XYZ | 66.56 | 46.46 | 95.9 | - |
| YUV | 186.32 | 163.94 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 250 | 0 | 0.44 | 0.00 | 0.02 | 300.55 | 0.93 | 0.77 |
| Hex | FB | 8D | FA | 0 | 2C | 0 | 2 | 12D | 5D | 4D |
| Octal | 373 | 215 | 372 | 0 | 54 | 0 | 2 | 455 | 135 | 115 |
| Binary | 11111011 | 10001101 | 11111010 | 0 | 101100 | 0 | 10 | 100101101 | 1011101 | 1001101 |
Color Harmonies of #FB8DFA
Complementary color
Monochromatic Colors of #FB8DFA
Black with #FB8DFA
Text Example
Text Example
White with #FB8DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DFA; }
p { color: rgb(251,141,250); }
H1.HeaderClassName
{
color: #FB8DFA;
}
.AnyTagClassName
{
color: #FB8DFA;
}
</style>
background-color css
<style>
a { background-color: #FB8DFA; }
a { background-color: rgb(251,141,250); }
div.DivClassName
{
background-color: #FB8DFA;
}
.BgClassName
{
background-color: #FB8DFA;
}
</style>
border-color css
<style>
span { border-color: #FB8DFA; }
span { border-color: rgb(251,141,250); }
td.TdClassName
{
border-color: #FB8DFA;
}
.TagClassName
{
border-color: #FB8DFA;
}
</style>