#FC8BF8

Color #FC8BF8 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #FC8BF8

Tints of Violet #FC8BF8

Color information

#FC8BF8 (or 0xFC8BF8) is unknown color: approx Violet. HEX triplet: FC, 8B and F8. RGB value is (252,139,248). Sum of RGB (Red+Green+Blue) = 252+139+248=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 139 (54.69% from 255 or 21.75% from 639); Blue value is 248 (97.27% from 255 or 38.81% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8BF8 is #037407. Grayscale: #B8B8B8. Windows color (decimal): -226312 or 16288764. OLE color: 16288764.

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

Color convert

RGB252139248-
CMYK00.450.020.01
HSL302.12º94.96%76.67%-
HSV(B)302.12º44.84%98.82%-
XYZ66.3245.9494.18-
YUV185.21163.44175.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 139 (54.69% from 255) = 21.75%
BLUE value IS 248 (97.27% from 255) = 38.81%
R=39.44%
G=21.75%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213924800.450.020.01302.1294.9676.67
HexFC8BF802D2112e5f4d
Octal37421337005521456137115
Binary111111001000101111111000010110110110010111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8BF8; }

 p { color: rgb(252,139,248); }

 H1.HeaderClassName
 {
   color: #FC8BF8;
 }
 .AnyTagClassName
 {
   color: #FC8BF8;
 }
</style>
background-color css

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

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

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

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

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

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