Html Css Color HEX #FE96FD Violet

📋 copy color: '#FE96FD'

red 254 ◦ green 150 ◦ blue 253

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

Shades of Violet #FE96FD

Tints of Violet #FE96FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.51%

R = 38.66%
G = 22.83%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 254 150 253 -
CMYK 0 0.41 0.00 0.00
HSL 300.58º 0.98% 0.79% -
HSV(B) 300.58º 0.41% 1% -
XYZ 69.51 49.98 98.91 -
YUV 192.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 254 150 253 0 0.41 0.00 0.00 300.58 0.98 0.79
Hex FE 96 FD 0 29 0 0 12D 62 4F
Octal 376 226 375 0 51 0 0 455 142 117
Binary 11111110 10010110 11111101 0 101001 0 0 100101101 1100010 1001111

Color Harmonies of #FE96FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96FD

Black with #FE96FD

Text Example


Text Example

White with #FE96FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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