Html Css Color HEX #FC8FFC Violet

📋 copy color: '#FC8FFC'

red 252 ◦ green 143 ◦ blue 252

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

Shades of Violet #FC8FFC

Tints of Violet #FC8FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 22.1%

 BLUE value IS 252 (98.83% from 255) = 38.95%

R = 38.95%
G = 22.1%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC8FFC (or 0xFC8FFC) is known color: Violet. HEX triplet: FC, 8F and FC. RGB value is (252,143,252). Sum of RGB (Red+Green+Blue) = 252+143+252=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 143 (56.25% from 255 or 22.10% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC8FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8FFC is #037003. Grayscale: #BBBBBB. Windows color (decimal): -225284 or 16551932. OLE color: 16551932.

HSL color Cylindrical-coordinate representation of color #FC8FFC: hue angle of 300º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8FFC is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 143 252 -
CMYK 0 0.43 0 0.01
HSL 300º 0.95% 0.77% -
HSV(B) 300º 0.43% 0.99% -
XYZ 67.54 47.37 97.68 -
YUV 188.02 164.11 173.64 -
System Red Green Blue C M Y K H S L
Decimal 252 143 252 0 0.43 0 0.01 300 0.95 0.77
Hex FC 8F FC 0 2B 0 1 12C 5F 4D
Octal 374 217 374 0 53 0 1 454 137 115
Binary 11111100 10001111 11111100 0 101011 0 1 100101100 1011111 1001101

Color Harmonies of #FC8FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FFC

Black with #FC8FFC

Text Example


Text Example

White with #FC8FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FFC; }

 p { color: rgb(252,143,252); }

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

background-color css

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

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

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

border-color css

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

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

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