Shades of Violet #FB98FF
Tints of Violet #FB98FF
RGB
CMYK
RGB Variations
Color information
#FB98FF (or 0xFB98FF) is known color: Violet. HEX triplet: FB, 98 and FF. RGB value is (251,152,255). Sum of RGB (Red+Green+Blue) = 251+152+255=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 152 (59.77% from 255 or 23.10% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB98FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB98FF is #046700. Grayscale: #C1C1C1. Windows color (decimal): -288513 or 16750843. OLE color: 16750843.
HSL color Cylindrical-coordinate representation of color #FB98FF: hue angle of 297.67º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB98FF is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 152 | 255 | - |
| CMYK | 0.02 | 0.40 | 0 | 0 |
| HSL | 297.67º | 1% | 0.8% | - |
| HSV(B) | 297.67º | 0.4% | 1% | - |
| XYZ | 69.06 | 50.19 | 100.65 | - |
| YUV | 193.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 152 | 255 | 0.02 | 0.40 | 0 | 0 | 297.67 | 1 | 0.8 |
| Hex | FB | 98 | FF | 2 | 28 | 0 | 0 | 12A | 64 | 50 |
| Octal | 373 | 230 | 377 | 2 | 50 | 0 | 0 | 452 | 144 | 120 |
| Binary | 11111011 | 10011000 | 11111111 | 10 | 101000 | 0 | 0 | 100101010 | 1100100 | 1010000 |
Color Harmonies of #FB98FF
Complementary color
Monochromatic Colors of #FB98FF
Black with #FB98FF
Text Example
Text Example
White with #FB98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB98FF; }
p { color: rgb(251,152,255); }
H1.HeaderClassName
{
color: #FB98FF;
}
.AnyTagClassName
{
color: #FB98FF;
}
</style>
background-color css
<style>
a { background-color: #FB98FF; }
a { background-color: rgb(251,152,255); }
div.DivClassName
{
background-color: #FB98FF;
}
.BgClassName
{
background-color: #FB98FF;
}
</style>
border-color css
<style>
span { border-color: #FB98FF; }
span { border-color: rgb(251,152,255); }
td.TdClassName
{
border-color: #FB98FF;
}
.TagClassName
{
border-color: #FB98FF;
}
</style>