Shades of Violet #FA8EFB
Tints of Violet #FA8EFB
RGB
CMYK
RGB Variations
Color information
#FA8EFB (or 0xFA8EFB) is known color: Violet. HEX triplet: FA, 8E and FB. RGB value is (250,142,251). Sum of RGB (Red+Green+Blue) = 250+142+251=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 142 (55.86% from 255 or 22.08% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA8EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8EFB is #057104. Grayscale: #BABABA. Windows color (decimal): -356613 or 16486138. OLE color: 16486138.
HSL color Cylindrical-coordinate representation of color #FA8EFB: hue angle of 299.45º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8EFB is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 251 | - |
| CMYK | 0.00 | 0.43 | 0 | 0.02 |
| HSL | 299.45º | 0.93% | 0.77% | - |
| HSV(B) | 299.45º | 0.43% | 0.98% | - |
| XYZ | 66.51 | 46.64 | 96.76 | - |
| YUV | 186.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 251 | 0.00 | 0.43 | 0 | 0.02 | 299.45 | 0.93 | 0.77 |
| Hex | FA | 8E | FB | 0 | 2B | 0 | 2 | 12B | 5D | 4D |
| Octal | 372 | 216 | 373 | 0 | 53 | 0 | 2 | 453 | 135 | 115 |
| Binary | 11111010 | 10001110 | 11111011 | 0 | 101011 | 0 | 10 | 100101011 | 1011101 | 1001101 |
Color Harmonies of #FA8EFB
Complementary color
Monochromatic Colors of #FA8EFB
Black with #FA8EFB
Text Example
Text Example
White with #FA8EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8EFB; }
p { color: rgb(250,142,251); }
H1.HeaderClassName
{
color: #FA8EFB;
}
.AnyTagClassName
{
color: #FA8EFB;
}
</style>
background-color css
<style>
a { background-color: #FA8EFB; }
a { background-color: rgb(250,142,251); }
div.DivClassName
{
background-color: #FA8EFB;
}
.BgClassName
{
background-color: #FA8EFB;
}
</style>
border-color css
<style>
span { border-color: #FA8EFB; }
span { border-color: rgb(250,142,251); }
td.TdClassName
{
border-color: #FA8EFB;
}
.TagClassName
{
border-color: #FA8EFB;
}
</style>