Shades of Violet #FE9BFD
Tints of Violet #FE9BFD
RGB
CMYK
RGB Variations
Color information
#FE9BFD (or 0xFE9BFD) is known color: Violet. HEX triplet: FE, 9B and FD. RGB value is (254,155,253). Sum of RGB (Red+Green+Blue) = 254+155+253=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 155 (60.94% from 255 or 23.41% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9BFD is #016402. Grayscale: #C3C3C3. Windows color (decimal): -91139 or 16620542. OLE color: 16620542.
HSL color Cylindrical-coordinate representation of color #FE9BFD: hue angle of 300.61º 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 #FE9BFD is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 253 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.00 |
| HSL | 300.61º | 0.98% | 0.8% | - |
| HSV(B) | 300.61º | 0.39% | 1% | - |
| XYZ | 70.32 | 51.61 | 99.18 | - |
| YUV | 195.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 253 | 0 | 0.39 | 0.00 | 0.00 | 300.61 | 0.98 | 0.8 |
| Hex | FE | 9B | FD | 0 | 27 | 0 | 0 | 12D | 62 | 50 |
| Octal | 376 | 233 | 375 | 0 | 47 | 0 | 0 | 455 | 142 | 120 |
| Binary | 11111110 | 10011011 | 11111101 | 0 | 100111 | 0 | 0 | 100101101 | 1100010 | 1010000 |
Color Harmonies of #FE9BFD
Complementary color
Monochromatic Colors of #FE9BFD
Black with #FE9BFD
Text Example
Text Example
White with #FE9BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9BFD; }
p { color: rgb(254,155,253); }
H1.HeaderClassName
{
color: #FE9BFD;
}
.AnyTagClassName
{
color: #FE9BFD;
}
</style>
background-color css
<style>
a { background-color: #FE9BFD; }
a { background-color: rgb(254,155,253); }
div.DivClassName
{
background-color: #FE9BFD;
}
.BgClassName
{
background-color: #FE9BFD;
}
</style>
border-color css
<style>
span { border-color: #FE9BFD; }
span { border-color: rgb(254,155,253); }
td.TdClassName
{
border-color: #FE9BFD;
}
.TagClassName
{
border-color: #FE9BFD;
}
</style>