#FD96FE

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

Shades of Violet #FD96FE

Tints of Violet #FD96FE

Color information

#FD96FE (or 0xFD96FE) is unknown color: approx Violet. HEX triplet: FD, 96 and FE. RGB value is (253,150,254). Sum of RGB (Red+Green+Blue) = 253+150+254=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 150 (58.98% from 255 or 22.83% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD96FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD96FE is #026901. Grayscale: #C0C0C0. Windows color (decimal): -157954 or 16684797. OLE color: 16684797.

HSL color Cylindrical-coordinate representation of color #FD96FE: hue angle of 299.42º 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 #FD96FE is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB253150254-
CMYK0.000.4100.00
HSL299.42º98.11%79.22%-
HSV(B)299.42º40.94%99.61%-
XYZ69.349.8599.74-
YUV192.65162.62171.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 150 (58.98% from 255) = 22.83%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=38.51%
G=22.83%
B=38.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2531502540.000.4100.00299.4298.1179.22
HexFD96FE0290012b624f
Octal37522637605100453142117
Binary11111101100101101111111001010010010010101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD96FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD96FE; }

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

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

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

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

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

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

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

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