Shades of Violet #FA9BFE
Tints of Violet #FA9BFE
RGB
CMYK
RGB Variations
Color information
#FA9BFE (or 0xFA9BFE) is known color: Violet. HEX triplet: FA, 9B and FE. RGB value is (250,155,254). Sum of RGB (Red+Green+Blue) = 250+155+254=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 155 (60.94% from 255 or 23.52% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA9BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9BFE is #056401. Grayscale: #C2C2C2. Windows color (decimal): -353282 or 16686074. OLE color: 16686074.
HSL color Cylindrical-coordinate representation of color #FA9BFE: hue angle of 297.58º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA9BFE is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 155 | 254 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.00 |
| HSL | 297.58º | 0.98% | 0.8% | - |
| HSV(B) | 297.58º | 0.39% | 1% | - |
| XYZ | 69.04 | 50.92 | 99.96 | - |
| YUV | 194.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 254 | 0.02 | 0.39 | 0 | 0.00 | 297.58 | 0.98 | 0.8 |
| Hex | FA | 9B | FE | 2 | 27 | 0 | 0 | 12A | 62 | 50 |
| Octal | 372 | 233 | 376 | 2 | 47 | 0 | 0 | 452 | 142 | 120 |
| Binary | 11111010 | 10011011 | 11111110 | 10 | 100111 | 0 | 0 | 100101010 | 1100010 | 1010000 |
Color Harmonies of #FA9BFE
Complementary color
Monochromatic Colors of #FA9BFE
Black with #FA9BFE
Text Example
Text Example
White with #FA9BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9BFE; }
p { color: rgb(250,155,254); }
H1.HeaderClassName
{
color: #FA9BFE;
}
.AnyTagClassName
{
color: #FA9BFE;
}
</style>
background-color css
<style>
a { background-color: #FA9BFE; }
a { background-color: rgb(250,155,254); }
div.DivClassName
{
background-color: #FA9BFE;
}
.BgClassName
{
background-color: #FA9BFE;
}
</style>
border-color css
<style>
span { border-color: #FA9BFE; }
span { border-color: rgb(250,155,254); }
td.TdClassName
{
border-color: #FA9BFE;
}
.TagClassName
{
border-color: #FA9BFE;
}
</style>