Shades of Violet #FB8AF8
Tints of Violet #FB8AF8
RGB
CMYK
RGB Variations
Color information
#FB8AF8 (or 0xFB8AF8) is known color: Violet. HEX triplet: FB, 8A and F8. RGB value is (251,138,248). Sum of RGB (Red+Green+Blue) = 251+138+248=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 138 (54.30% from 255 or 21.66% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8AF8 is #047507. Grayscale: #B8B8B8. Windows color (decimal): -292104 or 16288507. OLE color: 16288507.
HSL color Cylindrical-coordinate representation of color #FB8AF8: hue angle of 301.59º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8AF8 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 248 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.02 |
| HSL | 301.59º | 0.93% | 0.76% | - |
| HSV(B) | 301.59º | 0.45% | 0.98% | - |
| XYZ | 65.82 | 45.46 | 94.11 | - |
| YUV | 184.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 248 | 0 | 0.45 | 0.01 | 0.02 | 301.59 | 0.93 | 0.76 |
| Hex | FB | 8A | F8 | 0 | 2D | 1 | 2 | 12E | 5D | 4C |
| Octal | 373 | 212 | 370 | 0 | 55 | 1 | 2 | 456 | 135 | 114 |
| Binary | 11111011 | 10001010 | 11111000 | 0 | 101101 | 1 | 10 | 100101110 | 1011101 | 1001100 |
Color Harmonies of #FB8AF8
Complementary color
Monochromatic Colors of #FB8AF8
Black with #FB8AF8
Text Example
Text Example
White with #FB8AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8AF8; }
p { color: rgb(251,138,248); }
H1.HeaderClassName
{
color: #FB8AF8;
}
.AnyTagClassName
{
color: #FB8AF8;
}
</style>
background-color css
<style>
a { background-color: #FB8AF8; }
a { background-color: rgb(251,138,248); }
div.DivClassName
{
background-color: #FB8AF8;
}
.BgClassName
{
background-color: #FB8AF8;
}
</style>
border-color css
<style>
span { border-color: #FB8AF8; }
span { border-color: rgb(251,138,248); }
td.TdClassName
{
border-color: #FB8AF8;
}
.TagClassName
{
border-color: #FB8AF8;
}
</style>