#FE96FB

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

Shades of Violet #FE96FB

Tints of Violet #FE96FB

Color information

#FE96FB (or 0xFE96FB) is unknown color: approx Violet. HEX triplet: FE, 96 and FB. RGB value is (254,150,251). Sum of RGB (Red+Green+Blue) = 254+150+251=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 150 (58.98% from 255 or 22.90% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96FB is #016904. Grayscale: #C0C0C0. Windows color (decimal): -92421 or 16488190. OLE color: 16488190.

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

Color convert

RGB254150251-
CMYK00.410.010.00
HSL301.73º98.11%79.22%-
HSV(B)301.73º40.94%99.61%-
XYZ69.1949.8597.24-
YUV192.61160.96171.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 150 (58.98% from 255) = 22.90%
BLUE value IS 251 (98.44% from 255) = 38.32%
R=38.78%
G=22.90%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415025100.410.010.00301.7398.1179.22
HexFE96FB0291012e624f
Octal37622637305110456142117
Binary11111110100101101111101101010011010010111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE96FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE96FB; }

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

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

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

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

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

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

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

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