Html Css Color HEX #FC96FF Violet

📋 copy color: '#FC96FF'

red 252 ◦ green 150 ◦ blue 255

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

Shades of Violet #FC96FF

Tints of Violet #FC96FF

RGB

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

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

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

R = 38.36%
G = 22.83%
B = 38.81%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC96FF (or 0xFC96FF) is known color: Violet. HEX triplet: FC, 96 and FF. RGB value is (252,150,255). Sum of RGB (Red+Green+Blue) = 252+150+255=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 150 (58.98% from 255 or 22.83% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC96FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC96FF is #036900. Grayscale: #C0C0C0. Windows color (decimal): -223489 or 16750332. OLE color: 16750332.

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

Color convert

RGB 252 150 255 -
CMYK 0.01 0.41 0 0
HSL 298.29º 1% 0.79% -
HSV(B) 298.29º 0.41% 1% -
XYZ 69.1 49.73 100.56 -
YUV 192.47 163.29 170.46 -
System Red Green Blue C M Y K H S L
Decimal 252 150 255 0.01 0.41 0 0 298.29 1 0.79
Hex FC 96 FF 1 29 0 0 12A 64 4F
Octal 374 226 377 1 51 0 0 452 144 117
Binary 11111100 10010110 11111111 1 101001 0 0 100101010 1100100 1001111

Color Harmonies of #FC96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC96FF

Black with #FC96FF

Text Example


Text Example

White with #FC96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC96FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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