Shades of Violet #FB8CFB
Tints of Violet #FB8CFB
RGB
CMYK
RGB Variations
Color information
#FB8CFB (or 0xFB8CFB) is known color: Violet. HEX triplet: FB, 8C and FB. RGB value is (251,140,251). Sum of RGB (Red+Green+Blue) = 251+140+251=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 140 (55.08% from 255 or 21.81% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB8CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8CFB is #047304. Grayscale: #B9B9B9. Windows color (decimal): -291589 or 16485627. OLE color: 16485627.
HSL color Cylindrical-coordinate representation of color #FB8CFB: hue angle of 300º 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 #FB8CFB is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 251 | - |
| CMYK | 0 | 0.44 | 0 | 0.02 |
| HSL | 300º | 0.93% | 0.77% | - |
| HSV(B) | 300º | 0.44% | 0.98% | - |
| XYZ | 66.57 | 46.23 | 96.68 | - |
| YUV | 185.84 | 164.77 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 251 | 0 | 0.44 | 0 | 0.02 | 300 | 0.93 | 0.77 |
| Hex | FB | 8C | FB | 0 | 2C | 0 | 2 | 12C | 5D | 4D |
| Octal | 373 | 214 | 373 | 0 | 54 | 0 | 2 | 454 | 135 | 115 |
| Binary | 11111011 | 10001100 | 11111011 | 0 | 101100 | 0 | 10 | 100101100 | 1011101 | 1001101 |
Color Harmonies of #FB8CFB
Complementary color
Monochromatic Colors of #FB8CFB
Black with #FB8CFB
Text Example
Text Example
White with #FB8CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CFB; }
p { color: rgb(251,140,251); }
H1.HeaderClassName
{
color: #FB8CFB;
}
.AnyTagClassName
{
color: #FB8CFB;
}
</style>
background-color css
<style>
a { background-color: #FB8CFB; }
a { background-color: rgb(251,140,251); }
div.DivClassName
{
background-color: #FB8CFB;
}
.BgClassName
{
background-color: #FB8CFB;
}
</style>
border-color css
<style>
span { border-color: #FB8CFB; }
span { border-color: rgb(251,140,251); }
td.TdClassName
{
border-color: #FB8CFB;
}
.TagClassName
{
border-color: #FB8CFB;
}
</style>