#FE99FB

Color #FE99FB Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #FE99FB

Tints of Violet #FE99FB

Color information

#FE99FB (or 0xFE99FB) is unknown color: approx Violet. HEX triplet: FE, 99 and FB. RGB value is (254,153,251). Sum of RGB (Red+Green+Blue) = 254+153+251=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 153 (60.16% from 255 or 23.25% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE99FB is #016604. Grayscale: #C2C2C2. Windows color (decimal): -91653 or 16488958. OLE color: 16488958.

HSL color Cylindrical-coordinate representation of color #FE99FB: hue angle of 301.78º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE99FB is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB254153251-
CMYK00.400.010.00
HSL301.78º98.06%79.8%-
HSV(B)301.78º39.76%99.61%-
XYZ69.6850.8297.4-
YUV194.37159.96170.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 153 (60.16% from 255) = 23.25%
BLUE value IS 251 (98.44% from 255) = 38.15%
R=38.60%
G=23.25%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415325100.400.010.00301.7898.0679.8
HexFE99FB0281012e6250
Octal37623137305010456142120
Binary11111110100110011111101101010001010010111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99FB; }

 p { color: rgb(254,153,251); }

 H1.HeaderClassName
 {
   color: #FE99FB;
 }
 .AnyTagClassName
 {
   color: #FE99FB;
 }
</style>
background-color css

<style>
 a { background-color: #FE99FB; }

 a { background-color: rgb(254,153,251); }

 div.DivClassName
 {
   background-color: #FE99FB;
 }
 .BgClassName
 {
   background-color: #FE99FB;
 }
</style>
border-color css

<style>
 span { border-color: #FE99FB; }

 span { border-color: rgb(254,153,251); }

 td.TdClassName
 {
   border-color: #FE99FB;
 }
 .TagClassName
 {
   border-color: #FE99FB;
 }
</style>