Shades of Violet #FE9BFF
Tints of Violet #FE9BFF
RGB
CMYK
RGB Variations
Color information
#FE9BFF (or 0xFE9BFF) is known color: Violet. HEX triplet: FE, 9B and FF. RGB value is (254,155,255). Sum of RGB (Red+Green+Blue) = 254+155+255=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 155 (60.94% from 255 or 23.34% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE9BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9BFF is #016400. Grayscale: #C3C3C3. Windows color (decimal): -91137 or 16751614. OLE color: 16751614.
HSL color Cylindrical-coordinate representation of color #FE9BFF: hue angle of 299.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9BFF is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 155 | 255 | - |
| CMYK | 0.00 | 0.39 | 0 | 0 |
| HSL | 299.4º | 1% | 0.8% | - |
| HSV(B) | 299.4º | 0.39% | 1% | - |
| XYZ | 70.64 | 51.73 | 100.87 | - |
| YUV | 196 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 255 | 0.00 | 0.39 | 0 | 0 | 299.4 | 1 | 0.8 |
| Hex | FE | 9B | FF | 0 | 27 | 0 | 0 | 12B | 64 | 50 |
| Octal | 376 | 233 | 377 | 0 | 47 | 0 | 0 | 453 | 144 | 120 |
| Binary | 11111110 | 10011011 | 11111111 | 0 | 100111 | 0 | 0 | 100101011 | 1100100 | 1010000 |
Color Harmonies of #FE9BFF
Complementary color
Monochromatic Colors of #FE9BFF
Black with #FE9BFF
Text Example
Text Example
White with #FE9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9BFF; }
p { color: rgb(254,155,255); }
H1.HeaderClassName
{
color: #FE9BFF;
}
.AnyTagClassName
{
color: #FE9BFF;
}
</style>
background-color css
<style>
a { background-color: #FE9BFF; }
a { background-color: rgb(254,155,255); }
div.DivClassName
{
background-color: #FE9BFF;
}
.BgClassName
{
background-color: #FE9BFF;
}
</style>
border-color css
<style>
span { border-color: #FE9BFF; }
span { border-color: rgb(254,155,255); }
td.TdClassName
{
border-color: #FE9BFF;
}
.TagClassName
{
border-color: #FE9BFF;
}
</style>