Html Css Color HEX #FE96FF Violet

📋 copy color: '#FE96FF'

red 254 ◦ green 150 ◦ blue 255

#FE96FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #FE96FF

Tints of Violet #FE96FF

RGB

 RED value IS 254 (99.61% from 255) = 38.54%

 GREEN value IS 150 (58.98% from 255) = 22.76%

 BLUE value IS 255 (100% from 255) = 38.69%

R = 38.54%
G = 22.76%
B = 38.69%

CMYK

 C value IS 0.00

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE96FF (or 0xFE96FF) is known color: Violet. HEX triplet: FE, 96 and FF. RGB value is (254,150,255). Sum of RGB (Red+Green+Blue) = 254+150+255=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 150 (58.98% from 255 or 22.76% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE96FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96FF is #016900. Grayscale: #C0C0C0. Windows color (decimal): -92417 or 16750334. OLE color: 16750334.

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

Color convert

RGB 254 150 255 -
CMYK 0.00 0.41 0 0
HSL 299.43º 1% 0.79% -
HSV(B) 299.43º 0.41% 1% -
XYZ 69.83 50.1 100.6 -
YUV 193.07 162.96 171.46 -
System Red Green Blue C M Y K H S L
Decimal 254 150 255 0.00 0.41 0 0 299.43 1 0.79
Hex FE 96 FF 0 29 0 0 12B 64 4F
Octal 376 226 377 0 51 0 0 453 144 117
Binary 11111110 10010110 11111111 0 101001 0 0 100101011 1100100 1001111

Color Harmonies of #FE96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96FF

Black with #FE96FF

Text Example


Text Example

White with #FE96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96FF; }

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

 H1.HeaderClassName
 {
   color: #FE96FF;
 }
 .AnyTagClassName
 {
   color: #FE96FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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