#FCA0FF

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

Shades of Violet #FCA0FF

Tints of Violet #FCA0FF

Color information

#FCA0FF (or 0xFCA0FF) is unknown color: approx Violet. HEX triplet: FC, A0 and FF. RGB value is (252,160,255). Sum of RGB (Red+Green+Blue) = 252+160+255=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 160 (62.89% from 255 or 23.99% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCA0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA0FF is #035F00. Grayscale: #C6C6C6. Windows color (decimal): -220929 or 16752892. OLE color: 16752892.

HSL color Cylindrical-coordinate representation of color #FCA0FF: hue angle of 298.11º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCA0FF is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB252160255-
CMYK0.010.3700
HSL298.11º100%81.37%-
HSV(B)298.11º37.25%100%-
XYZ70.7753.06101.12-
YUV198.34159.98166.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.78%
GREEN value IS 160 (62.89% from 255) = 23.99%
BLUE value IS 255 (100% from 255) = 38.23%
R=37.78%
G=23.99%
B=38.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521602550.010.3700298.1110081.37
HexFCA0FF1250012a6451
Octal37424037714500452144121
Binary11111100101000001111111111001010010010101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA0FF; }

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

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

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

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

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

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

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

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