Html Css Color HEX #FC96FE Violet

📋 copy color: '#FC96FE'

red 252 ◦ green 150 ◦ blue 254

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

Shades of Violet #FC96FE

Tints of Violet #FC96FE

RGB

 RED value IS 252 (98.83% from 255) = 38.41%

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

 BLUE value IS 254 (99.61% from 255) = 38.72%

R = 38.41%
G = 22.87%
B = 38.72%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC96FE (or 0xFC96FE) is known color: Violet. HEX triplet: FC, 96 and FE. RGB value is (252,150,254). Sum of RGB (Red+Green+Blue) = 252+150+254=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 150 (58.98% from 255 or 22.87% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC96FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC96FE is #036901. Grayscale: #C0C0C0. Windows color (decimal): -223490 or 16684796. OLE color: 16684796.

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

Color convert

RGB 252 150 254 -
CMYK 0.01 0.41 0 0.00
HSL 298.85º 0.98% 0.79% -
HSV(B) 298.85º 0.41% 1% -
XYZ 68.94 49.66 99.72 -
YUV 192.35 162.79 170.54 -
System Red Green Blue C M Y K H S L
Decimal 252 150 254 0.01 0.41 0 0.00 298.85 0.98 0.79
Hex FC 96 FE 1 29 0 0 12B 62 4F
Octal 374 226 376 1 51 0 0 453 142 117
Binary 11111100 10010110 11111110 1 101001 0 0 100101011 1100010 1001111

Color Harmonies of #FC96FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC96FE

Black with #FC96FE

Text Example


Text Example

White with #FC96FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC96FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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