#FC8AF8

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

Shades of Violet #FC8AF8

Tints of Violet #FC8AF8

Color information

#FC8AF8 (or 0xFC8AF8) is unknown color: approx Violet. HEX triplet: FC, 8A and F8. RGB value is (252,138,248). Sum of RGB (Red+Green+Blue) = 252+138+248=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 138 (54.30% from 255 or 21.63% from 638); Blue value is 248 (97.27% from 255 or 38.87% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8AF8 is #037507. Grayscale: #B8B8B8. Windows color (decimal): -226568 or 16288508. OLE color: 16288508.

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

Color convert

RGB252138248-
CMYK00.450.020.01
HSL302.11º95%76.47%-
HSV(B)302.11º45.24%98.82%-
XYZ66.1845.6594.13-
YUV184.63163.77176.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 138 (54.30% from 255) = 21.63%
BLUE value IS 248 (97.27% from 255) = 38.87%
R=39.50%
G=21.63%
B=38.87%

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
Decimal25213824800.450.020.01302.119576.47
HexFC8AF802D2112e5f4c
Octal37421237005521456137114
Binary111111001000101011111000010110110110010111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8AF8; }

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

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

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

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

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

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

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

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